Open JimSaiya opened 5 years ago
Some of the files in /dist/js/i18n/ have incorrect language/country codes.
/dist/js/i18n/
ar_AR
ar
kh_KM
km_KH
km
ua_UA
uk_UA
uk
Best practice is to only include the region if it's needed to make the language unambiguous, like pt_BR and pt_PT. See https://www.w3.org/International/articles/language-tags/.
pt_BR
pt_PT
This issue expands issue #1881.
It would be awesome if anyone would be willing to tackle this. Using this site: https://r12a.github.io/app-subtags/ will make things much easier.
Some of the files in
/dist/js/i18n/
have incorrect language/country codes.ar_AR
: Language: Arabic, Country: Argentina. Maybe you meant justar
.kh_KM
: Language: unknown, Country: Comoros. You probably meantkm_KH
(Khmer/Cambodia) or justkm
.ua_UA
: Language: unknown, Country: Ukraine. Should beuk_UA
or justuk
for Ukrainian.Best practice is to only include the region if it's needed to make the language unambiguous, like
pt_BR
andpt_PT
. See https://www.w3.org/International/articles/language-tags/.This issue expands issue #1881.