element-x-ada/plugins/src/main/kotlin/extension/locales.kt
ElementBot a22101150b
Sync Strings (#5562)
* Sync Strings from Localazy

* Sync strings again

---------

Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
Co-authored-by: Benoit Marty <benoit@matrix.org>
2025-10-20 10:04:46 +00:00

42 lines
491 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",
"hu",
"in",
"it",
"ka",
"ko",
"lt",
"nb",
"nl",
"pl",
"pt",
"pt-rBR",
"ro",
"ru",
"sk",
"sv",
"tr",
"uk",
"ur",
"uz",
"zh-rCN",
"zh-rTW",
)