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 f15c5a2 commit 8c51fc0Copy full SHA for 8c51fc0
lib/translations.js
@@ -160,7 +160,7 @@ function fetchTranslations(options) {
160
// remove translation message if it was included somehow
161
field.terms.replace(/\[.*\]/, '')
162
// convert to an array
163
- .split(',')
+ .split(/[,،]/)
164
// make everything lowercase and remove whitespace
165
.map(s => s.toLowerCase().trim())
166
// remove empty strings
0 commit comments