commonMain.net.codinux.i18n.ParentLocales.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of k-i18n-jvm Show documentation
Show all versions of k-i18n-jvm Show documentation
Localizing language, country, unit and currency names and formatting numbers and dates for Kotlin Multiplatform with the data from Unicode CLDR project
The newest version!
package net.codinux.i18n
import kotlin.String
import net.codinux.collections.ImmutableMap
import net.codinux.collections.immutableMapOf
internal object ParentLocales {
val parentLocales: ImmutableMap = immutableMapOf(
"en-150" to LanguageTag.parse("en-001"),
"en-AG" to LanguageTag.parse("en-001"),
"en-AI" to LanguageTag.parse("en-001"),
"en-AU" to LanguageTag.parse("en-001"),
"en-BB" to LanguageTag.parse("en-001"),
"en-BM" to LanguageTag.parse("en-001"),
"en-BS" to LanguageTag.parse("en-001"),
"en-BW" to LanguageTag.parse("en-001"),
"en-BZ" to LanguageTag.parse("en-001"),
"en-CC" to LanguageTag.parse("en-001"),
"en-CK" to LanguageTag.parse("en-001"),
"en-CM" to LanguageTag.parse("en-001"),
"en-CX" to LanguageTag.parse("en-001"),
"en-CY" to LanguageTag.parse("en-001"),
"en-DG" to LanguageTag.parse("en-001"),
"en-DM" to LanguageTag.parse("en-001"),
"en-ER" to LanguageTag.parse("en-001"),
"en-FJ" to LanguageTag.parse("en-001"),
"en-FK" to LanguageTag.parse("en-001"),
"en-FM" to LanguageTag.parse("en-001"),
"en-GB" to LanguageTag.parse("en-001"),
"en-GD" to LanguageTag.parse("en-001"),
"en-GG" to LanguageTag.parse("en-001"),
"en-GH" to LanguageTag.parse("en-001"),
"en-GI" to LanguageTag.parse("en-001"),
"en-GM" to LanguageTag.parse("en-001"),
"en-GY" to LanguageTag.parse("en-001"),
"en-HK" to LanguageTag.parse("en-001"),
"en-ID" to LanguageTag.parse("en-001"),
"en-IE" to LanguageTag.parse("en-001"),
"en-IL" to LanguageTag.parse("en-001"),
"en-IM" to LanguageTag.parse("en-001"),
"en-IN" to LanguageTag.parse("en-001"),
"en-IO" to LanguageTag.parse("en-001"),
"en-JE" to LanguageTag.parse("en-001"),
"en-JM" to LanguageTag.parse("en-001"),
"en-KE" to LanguageTag.parse("en-001"),
"en-KI" to LanguageTag.parse("en-001"),
"en-KN" to LanguageTag.parse("en-001"),
"en-KY" to LanguageTag.parse("en-001"),
"en-LC" to LanguageTag.parse("en-001"),
"en-LR" to LanguageTag.parse("en-001"),
"en-LS" to LanguageTag.parse("en-001"),
"en-MG" to LanguageTag.parse("en-001"),
"en-MO" to LanguageTag.parse("en-001"),
"en-MS" to LanguageTag.parse("en-001"),
"en-MT" to LanguageTag.parse("en-001"),
"en-MU" to LanguageTag.parse("en-001"),
"en-MV" to LanguageTag.parse("en-001"),
"en-MW" to LanguageTag.parse("en-001"),
"en-MY" to LanguageTag.parse("en-001"),
"en-NA" to LanguageTag.parse("en-001"),
"en-NF" to LanguageTag.parse("en-001"),
"en-NG" to LanguageTag.parse("en-001"),
"en-NR" to LanguageTag.parse("en-001"),
"en-NU" to LanguageTag.parse("en-001"),
"en-NZ" to LanguageTag.parse("en-001"),
"en-PG" to LanguageTag.parse("en-001"),
"en-PK" to LanguageTag.parse("en-001"),
"en-PN" to LanguageTag.parse("en-001"),
"en-PW" to LanguageTag.parse("en-001"),
"en-RW" to LanguageTag.parse("en-001"),
"en-SB" to LanguageTag.parse("en-001"),
"en-SC" to LanguageTag.parse("en-001"),
"en-SD" to LanguageTag.parse("en-001"),
"en-SG" to LanguageTag.parse("en-001"),
"en-SH" to LanguageTag.parse("en-001"),
"en-SL" to LanguageTag.parse("en-001"),
"en-SS" to LanguageTag.parse("en-001"),
"en-SX" to LanguageTag.parse("en-001"),
"en-SZ" to LanguageTag.parse("en-001"),
"en-TC" to LanguageTag.parse("en-001"),
"en-TK" to LanguageTag.parse("en-001"),
"en-TO" to LanguageTag.parse("en-001"),
"en-TT" to LanguageTag.parse("en-001"),
"en-TV" to LanguageTag.parse("en-001"),
"en-TZ" to LanguageTag.parse("en-001"),
"en-UG" to LanguageTag.parse("en-001"),
"en-VC" to LanguageTag.parse("en-001"),
"en-VG" to LanguageTag.parse("en-001"),
"en-VU" to LanguageTag.parse("en-001"),
"en-WS" to LanguageTag.parse("en-001"),
"en-ZA" to LanguageTag.parse("en-001"),
"en-ZM" to LanguageTag.parse("en-001"),
"en-ZW" to LanguageTag.parse("en-001"),
"en-AT" to LanguageTag.parse("en-150"),
"en-BE" to LanguageTag.parse("en-150"),
"en-CH" to LanguageTag.parse("en-150"),
"en-DE" to LanguageTag.parse("en-150"),
"en-DK" to LanguageTag.parse("en-150"),
"en-FI" to LanguageTag.parse("en-150"),
"en-NL" to LanguageTag.parse("en-150"),
"en-SE" to LanguageTag.parse("en-150"),
"en-SI" to LanguageTag.parse("en-150"),
"hi-Latn" to LanguageTag.parse("en-IN"),
"es-AR" to LanguageTag.parse("es-419"),
"es-BO" to LanguageTag.parse("es-419"),
"es-BR" to LanguageTag.parse("es-419"),
"es-BZ" to LanguageTag.parse("es-419"),
"es-CL" to LanguageTag.parse("es-419"),
"es-CO" to LanguageTag.parse("es-419"),
"es-CR" to LanguageTag.parse("es-419"),
"es-CU" to LanguageTag.parse("es-419"),
"es-DO" to LanguageTag.parse("es-419"),
"es-EC" to LanguageTag.parse("es-419"),
"es-GT" to LanguageTag.parse("es-419"),
"es-HN" to LanguageTag.parse("es-419"),
"es-JP" to LanguageTag.parse("es-419"),
"es-MX" to LanguageTag.parse("es-419"),
"es-NI" to LanguageTag.parse("es-419"),
"es-PA" to LanguageTag.parse("es-419"),
"es-PE" to LanguageTag.parse("es-419"),
"es-PR" to LanguageTag.parse("es-419"),
"es-PY" to LanguageTag.parse("es-419"),
"es-SV" to LanguageTag.parse("es-419"),
"es-US" to LanguageTag.parse("es-419"),
"es-UY" to LanguageTag.parse("es-419"),
"es-VE" to LanguageTag.parse("es-419"),
"ht" to LanguageTag.parse("fr-HT"),
"nb" to LanguageTag.parse("no"),
"nn" to LanguageTag.parse("no"),
"no-NO" to LanguageTag.parse("no"),
"pt-AO" to LanguageTag.parse("pt-PT"),
"pt-CH" to LanguageTag.parse("pt-PT"),
"pt-CV" to LanguageTag.parse("pt-PT"),
"pt-FR" to LanguageTag.parse("pt-PT"),
"pt-GQ" to LanguageTag.parse("pt-PT"),
"pt-GW" to LanguageTag.parse("pt-PT"),
"pt-LU" to LanguageTag.parse("pt-PT"),
"pt-MO" to LanguageTag.parse("pt-PT"),
"pt-MZ" to LanguageTag.parse("pt-PT"),
"pt-ST" to LanguageTag.parse("pt-PT"),
"pt-TL" to LanguageTag.parse("pt-PT"),
"az-Arab" to LanguageTag.parse("und"),
"az-Cyrl" to LanguageTag.parse("und"),
"bal-Latn" to LanguageTag.parse("und"),
"blt-Latn" to LanguageTag.parse("und"),
"bm-Nkoo" to LanguageTag.parse("und"),
"bs-Cyrl" to LanguageTag.parse("und"),
"byn-Latn" to LanguageTag.parse("und"),
"cu-Glag" to LanguageTag.parse("und"),
"dje-Arab" to LanguageTag.parse("und"),
"dyo-Arab" to LanguageTag.parse("und"),
"en-Dsrt" to LanguageTag.parse("und"),
"en-Shaw" to LanguageTag.parse("und"),
"ff-Adlm" to LanguageTag.parse("und"),
"ff-Arab" to LanguageTag.parse("und"),
"ha-Arab" to LanguageTag.parse("und"),
"iu-Latn" to LanguageTag.parse("und"),
"kaa-Latn" to LanguageTag.parse("und"),
"kk-Arab" to LanguageTag.parse("und"),
"kok-Latn" to LanguageTag.parse("und"),
"ks-Deva" to LanguageTag.parse("und"),
"ku-Arab" to LanguageTag.parse("und"),
"kxv-Deva" to LanguageTag.parse("und"),
"kxv-Orya" to LanguageTag.parse("und"),
"kxv-Telu" to LanguageTag.parse("und"),
"ky-Arab" to LanguageTag.parse("und"),
"ky-Latn" to LanguageTag.parse("und"),
"ml-Arab" to LanguageTag.parse("und"),
"mn-Mong" to LanguageTag.parse("und"),
"mni-Mtei" to LanguageTag.parse("und"),
"ms-Arab" to LanguageTag.parse("und"),
"pa-Arab" to LanguageTag.parse("und"),
"sat-Deva" to LanguageTag.parse("und"),
"sd-Deva" to LanguageTag.parse("und"),
"sd-Khoj" to LanguageTag.parse("und"),
"sd-Sind" to LanguageTag.parse("und"),
"shi-Latn" to LanguageTag.parse("und"),
"so-Arab" to LanguageTag.parse("und"),
"sr-Latn" to LanguageTag.parse("und"),
"sw-Arab" to LanguageTag.parse("und"),
"tg-Arab" to LanguageTag.parse("und"),
"ug-Cyrl" to LanguageTag.parse("und"),
"uz-Arab" to LanguageTag.parse("und"),
"uz-Cyrl" to LanguageTag.parse("und"),
"vai-Latn" to LanguageTag.parse("und"),
"wo-Arab" to LanguageTag.parse("und"),
"yo-Arab" to LanguageTag.parse("und"),
"yue-Hans" to LanguageTag.parse("und"),
"zh-Hant" to LanguageTag.parse("und"),
"zh-Hant-MO" to LanguageTag.parse("zh-Hant-HK"),
)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy