First Commit
This commit is contained in:
42
plugins/src/main/kotlin/extension/locales.kt
Normal file
42
plugins/src/main/kotlin/extension/locales.kt
Normal file
@@ -0,0 +1,42 @@
|
||||
// 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",
|
||||
)
|
||||
Reference in New Issue
Block a user