element-x-ada/plugins/src/main/kotlin/extension/locales.kt
ElementBot ad881c303a
Sync Strings from Localazy (#5904)
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
2025-12-15 23:51:19 +01:00

43 lines
501 B
Kotlin

// File generated by importSupportedLocalesFromLocalazy.py, do not edit
package extension
val locales = setOf(
"be",
"bg",
"cs",
"cy",
"da",
"de",
"el",
"en",
"en-rUS",
"es",
"et",
"eu",
"fa",
"fi",
"fr",
"hr",
"hu",
"in",
"it",
"ka",
"ko",
"lt",
"nb",
"nl",
"pl",
"pt",
"pt-rBR",
"ro",
"ru",
"sk",
"sv",
"tr",
"uk",
"ur",
"uz",
"zh-rCN",
"zh-rTW",
)