Language repository ?
Hello,
I'm wondering if there is a repository with more language configs or another way to have more than the 7 built-in languages ? (iso name support will also be great ;)
Thanks for your help, Denis
There are none so far, but I'm open to add as many as needed, perhaps in a separate package if that numbers goes up to much. At one point I found a file on my Linux system where lots of the i18n data was stored, but cannot remember where.
If there were such a list of group separator, decimal character, currency symbol and currency placement, then it could be pretty straightforward to add.
https://github.com/ozum/intl-data
Between getLocale(locale) and getCurrency(code, locale) you should have all you need to populate auto-numeric options for any currency/locale.
@Sector14 Yep, could be a good option, thanks !