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

Use CLDR 29 #405

Merged
merged 2 commits into from
Jul 7, 2016
Merged

Use CLDR 29 #405

merged 2 commits into from
Jul 7, 2016

Conversation

akx
Copy link
Member

@akx akx commented May 17, 2016

Everything... seems to work, at least!

Fixes #404

@codecov-io
Copy link

codecov-io commented May 17, 2016

Current coverage is 90.13%

Merging #405 into master will decrease coverage by 0.01%

  1. 2 files (not in diff) in babel/localtime were modified. more
    • Misses +21
    • Hits -21
  2. 1 files (not in diff) in babel were modified. more
    • Misses +4
    • Hits -4
@@             master       #405   diff @@
==========================================
  Files            24         24          
  Lines          3951       3954     +3   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits           3562       3564     +2   
- Misses          389        390     +1   
  Partials          0          0          

Powered by Codecov. Last updated by 5fe694b...34c92cb

@@ -9,7 +9,7 @@
("de", time(7, 42), "morning1"), # (from, before)
("de", time(3, 11), "night1"), # (after, before)
("fi", time(0), "midnight"), # (at)
("en_US", time(12), "noon"), # (at)
("en", time(12), "noon"), # (at)
Copy link
Contributor

@jtwang jtwang Jun 1, 2016

Choose a reason for hiding this comment

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

Why did this change? Purely to make the tests consistent?

ETA: OIC, dayPeriods.xml only has per-language definitions so far. I don't think it's a bad idea to check locale (eg en_US) inheritance from the language (eg en)

Copy link
Member Author

Choose a reason for hiding this comment

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

Good point. I'm actually not sure why I changed that...

@jtwang
Copy link
Contributor

jtwang commented Jun 1, 2016

Thanks for tackling this! I expected there to be waaaay more changes, it's awesome that there aren't! I am kind of bummed that zh_Hant is still missing am/pm from it's abbreviated day period definitions. :P

@jtwang
Copy link
Contributor

jtwang commented Jun 1, 2016

ack dc449a1, 09acaaa

(although more test coverage would be awesome)

@akx
Copy link
Member Author

akx commented Jun 22, 2016

@jtwang Rebased and fixed that en_US thing.

@jtwang
Copy link
Contributor

jtwang commented Jul 7, 2016

ack 34c92cb

Looks good, merge! (What's the worst that can happen ;)

@akx akx merged commit 86170f4 into python-babel:master Jul 7, 2016
@akx akx deleted the cldr-29 branch July 7, 2016 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants