Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Kurdish locale strings and formatted output contains non-standard kurdish characters #1848

Merged
merged 4 commits into from
Apr 15, 2022

Conversation

akamfoad
Copy link
Contributor

@akamfoad akamfoad commented Apr 9, 2022

  1. move: arabic to english number maps into constants:
    Arabic numbers are common in many RTL languages, which makes sense for Arabic->English and English->Arabic` numbers mapping be factored out into a more general file so that other locales can import it and use it without the need to duplicate in the source code it.
  2. fix: Kurdish locale strings contains non-standard kurdish characters #1728
  • fix usage of non-standard Kurdish characters in ku locale
  • add preparse and postformat to ku locale so that the formatted dates will contain correct Arabic numbers that Kurdish language uses.
  1. fix: month names to be more aligned towards Kurdish month names as explained in this Wikipedia page

@codecov
Copy link

codecov bot commented Apr 9, 2022

Codecov Report

Merging #1848 (f10c38b) into dev (27b3f61) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##               dev     #1848   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          180       181    +1     
  Lines         2034      2064   +30     
  Branches       524       537   +13     
=========================================
+ Hits          2034      2064   +30     
Impacted Files Coverage Δ
src/locale/ku.js 100.00% <100.00%> (ø)
src/locale/it-ch.js 100.00% <0.00%> (ø)
src/locale/bn-bd.js 100.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 27b3f61...f10c38b. Read the comment docs.

Copy link

@mhmd-azeez mhmd-azeez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I checked the strings and they all seem to use standard Kurdish characters. Great work!

@iamkun
Copy link
Owner

iamkun commented Apr 14, 2022

Thanks.

Would you please revert the change "move: arabic to english number maps into constants:"?

I think it's better to put them inside each locale file.

- fix usage of non-standard Kurdish characters in ku locale iamkun#1728
- add preparse and postformat to ku locale so that the formatted
  dates will contain correct Arabic numbers that Kurdish language
  uses.
@akamfoad
Copy link
Contributor Author

@mhmd-azeez Thanks for the review, I really appreciate it.

@akamfoad
Copy link
Contributor Author

@iamkun Of course, done!

@iamkun
Copy link
Owner

iamkun commented Apr 15, 2022

Cool

@iamkun iamkun merged commit a597d0b into iamkun:dev Apr 15, 2022
iamkun pushed a commit that referenced this pull request Apr 15, 2022
## [1.11.1](v1.11.0...v1.11.1) (2022-04-15)

### Bug Fixes

* add Bengali (Bangladesh) [bn-bd] locale ([#1806](#1806)) ([840ed76](840ed76))
* refactor replace deprecated String.prototype.substr() ([#1836](#1836)) ([627fa39](627fa39))
* Update German [de] locale, adds the abbreviations for month including a . in the end, as in September -> Sept. ([#1831](#1831)) ([4e2802c](4e2802c))
* update Italian (Switzerland) [it-ch] locale relativeTime ([#1829](#1829)) ([8e6d11d](8e6d11d))
* update Kurdish [ku] locale strings and formatted output contains non-standard kurdish characters ([#1848](#1848)) ([a597d0b](a597d0b))
* update locale bo [Tibetan]: corrected the orders in formats ([#1823](#1823)) ([e790516](e790516))
@iamkun
Copy link
Owner

iamkun commented Apr 15, 2022

🎉 This PR is included in version 1.11.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

andrewhood125ruhuc added a commit to andrewhood125ruhuc/SidRH2 that referenced this pull request May 10, 2022
## [1.11.1](iamkun/dayjs@v1.11.0...v1.11.1) (2022-04-15)

### Bug Fixes

* add Bengali (Bangladesh) [bn-bd] locale ([#1806](iamkun/dayjs#1806)) ([840ed76](iamkun/dayjs@840ed76))
* refactor replace deprecated String.prototype.substr() ([#1836](iamkun/dayjs#1836)) ([627fa39](iamkun/dayjs@627fa39))
* Update German [de] locale, adds the abbreviations for month including a . in the end, as in September -> Sept. ([#1831](iamkun/dayjs#1831)) ([4e2802c](iamkun/dayjs@4e2802c))
* update Italian (Switzerland) [it-ch] locale relativeTime ([#1829](iamkun/dayjs#1829)) ([8e6d11d](iamkun/dayjs@8e6d11d))
* update Kurdish [ku] locale strings and formatted output contains non-standard kurdish characters ([#1848](iamkun/dayjs#1848)) ([a597d0b](iamkun/dayjs@a597d0b))
* update locale bo [Tibetan]: corrected the orders in formats ([#1823](iamkun/dayjs#1823)) ([e790516](iamkun/dayjs@e790516))
andrewhood125ruhuc added a commit to andrewhood125ruhuc/SidRH2 that referenced this pull request May 10, 2022
## [1.11.1](iamkun/dayjs@v1.11.0...v1.11.1) (2022-04-15)

### Bug Fixes

* add Bengali (Bangladesh) [bn-bd] locale ([#1806](iamkun/dayjs#1806)) ([840ed76](iamkun/dayjs@840ed76))
* refactor replace deprecated String.prototype.substr() ([#1836](iamkun/dayjs#1836)) ([627fa39](iamkun/dayjs@627fa39))
* Update German [de] locale, adds the abbreviations for month including a . in the end, as in September -> Sept. ([#1831](iamkun/dayjs#1831)) ([4e2802c](iamkun/dayjs@4e2802c))
* update Italian (Switzerland) [it-ch] locale relativeTime ([#1829](iamkun/dayjs#1829)) ([8e6d11d](iamkun/dayjs@8e6d11d))
* update Kurdish [ku] locale strings and formatted output contains non-standard kurdish characters ([#1848](iamkun/dayjs#1848)) ([a597d0b](iamkun/dayjs@a597d0b))
* update locale bo [Tibetan]: corrected the orders in formats ([#1823](iamkun/dayjs#1823)) ([e790516](iamkun/dayjs@e790516))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Kurdish locale strings contains non-standard kurdish characters
3 participants