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

Automated update of the Unicode CLDR Project data #4

Open
VitaliiTsilnyk opened this issue Jan 17, 2016 · 1 comment
Open

Automated update of the Unicode CLDR Project data #4

VitaliiTsilnyk opened this issue Jan 17, 2016 · 1 comment
Milestone

Comments

@VitaliiTsilnyk
Copy link
Owner

In the DefaultPluralRuleGenerator we use pre-compiled plural forms for most known cultures based on the Unicode CLDR Project data. Honestly I don't remember how I implemented it back in 2012.
We need to update this rules to the latest CLDR release (v28) and make an automated update process for future CLDR releases and document it.

Plural rules can be found in: core.zip/common/supplemental/{plurals.xml|pluralRanges.xml}.

Original GNU/Gettext's msginit has support for the Unicode CLDR Project format. We can try use it.

Also this project looks interesting.

@VitaliiTsilnyk
Copy link
Owner Author

Small note: GNU/Gettext has a very small default plural table: http://git.savannah.gnu.org/cgit/gettext.git/tree/gettext-tools/src/plural-table.c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant