We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
terms
1 parent 17e6bac commit c496765Copy full SHA for c496765
lib/translations.js
@@ -162,7 +162,7 @@ function fetchTranslations(options) {
162
// remove translation message if it was included somehow
163
field.terms.replace(/\[.*\]/, '')
164
// convert to an array
165
- .split(',')
+ .split(/[,،、]/)
166
// make everything lowercase and remove whitespace
167
.map(s => s.toLowerCase().trim())
168
// remove empty strings
0 commit comments