Skip to content

Commit

Permalink
add: ـ character to distinguish ه from ە
Browse files Browse the repository at this point in the history
  • Loading branch information
akamfoad committed Apr 9, 2022
1 parent 4d9490b commit 3736bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/locale/ku.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const locale = {
weekdays: 'یەکشەممە_دووشەممە_سێشەممە_چوارشەممە_پێنجشەممە_هەینی_شەممە'.split('_'),
weekdaysShort: 'یەکشەم_دووشەم_سێشەم_چوارشەم_پێنجشەم_هەینی_شەممە'.split('_'),
weekStart: 6,
weekdaysMin: 'ی_د_س_چ_پ_ه_ش'.split('_'),
weekdaysMin: 'ی_د_س_چ_پ_هـ_ش'.split('_'),
preparse(string) {
return string
.replace(/[١٢٣٤٥٦٧٨٩٠]/g, match => arabicToEnglishNumbersMap[match])
Expand Down

0 comments on commit 3736bcf

Please sign in to comment.