arrow-py / arrow

🏹 Better dates & times for Python
https://arrow.readthedocs.io
Apache License 2.0
8.71k stars 673 forks source link

Add Serbian locale #980

Closed cyriaka90 closed 3 years ago

cyriaka90 commented 3 years ago

Pull Request Checklist

Thank you for taking the time to improve Arrow! Before submitting your pull request, please check all appropriate boxes:

Description of Changes

Adds Serbian locale. Serbian actually can be written with both Latin or Cyrillic script - I chose the Latin one here. Not sure if arrow could support both?

codecov[bot] commented 3 years ago

Codecov Report

Merging #980 (020ae47) into master (3606a80) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #980   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           10        10           
  Lines         2056      2074   +18     
  Branches       330       332    +2     
=========================================
+ Hits          2056      2074   +18     
Impacted Files Coverage Δ
arrow/locales.py 100.00% <100.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 3606a80...020ae47. Read the comment docs.

krisfremen commented 3 years ago

@cyriaka90 hvala lepo!

we have an ongoing issue to discuss how to implement native alphabets vs latin alphabet in #974

cyriaka90 commented 3 years ago

we have an ongoing issue to discuss how to implement native alphabets vs latin alphabet in #974

Thanks for the hint!

anishnya commented 3 years ago

Merged in. Keep up the great work @cyriaka90!

cyriaka90 commented 3 years ago

Thank you! :D