]> git.ipfire.org Git - thirdparty/babel.git/commit
import_cldr: ignore formatting rules for non-Latin numbering systems 579/head
authorAarni Koskela <akx@iki.fi>
Mon, 28 May 2018 09:12:23 +0000 (12:12 +0300)
committerAarni Koskela <akx@iki.fi>
Mon, 28 May 2018 09:21:42 +0000 (12:21 +0300)
commit77dc9d4024b78c2339f7cf3bff1a2e8be8e2d0f7
treec06dca648ac95e59b6c1e11d4bc54ca6b7629738
parenta72cdf171a9e656ef7d8f31ebb3216c0b4e96556
import_cldr: ignore formatting rules for non-Latin numbering systems

Previously the script could have inadvertently merged formatting rules between numbering systems due to the XML selectors used.  This makes sure only Latin rules are used for the time being.  When support for other numbering systems is properly added (see #470), these checks can be changed.
scripts/import_cldr.py