mirror of
https://gh.llkk.cc/https://github.com/WeblateOrg/language-data.git
synced 2025-10-03 15:01:09 +08:00
cldr: use own conversion instead of relying on cldr-to-gettext-plural-rules
- cldr-to-gettext-plural-rules seems unmaintaned and haven't recevied recent CLDR updates - this removes extra dependency on PHP for the conversion - uses the same CLDR data as we already use - the code is pretty much ported from cldr-to-gettext-plural-rules to produce same output with same input
This commit is contained in:
parent
00deaac38a
commit
0dab099cd2
6 changed files with 301 additions and 23 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,6 +1,3 @@
|
|||
[submodule "cldr-to-gettext-plural-rules"]
|
||||
path = modules/cldr-to-gettext-plural-rules
|
||||
url = https://github.com/mlocati/cldr-to-gettext-plural-rules.git
|
||||
[submodule "modules/gettext"]
|
||||
path = modules/gettext
|
||||
url = https://git.savannah.gnu.org/git/gettext.git
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue