Add Explicit list of supported languages, generated from Localazy data.
This commit is contained in:
parent
86838e7277
commit
6ff1af3276
6 changed files with 119 additions and 4 deletions
22
plugins/src/main/kotlin/extension/locales.kt
Normal file
22
plugins/src/main/kotlin/extension/locales.kt
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
// File generated by importSupportedLocalesFromLocalazy.py, do not edit
|
||||
|
||||
package extension
|
||||
|
||||
val locales = setOf(
|
||||
"be",
|
||||
"bg",
|
||||
"cs",
|
||||
"de",
|
||||
"en",
|
||||
"es",
|
||||
"fr",
|
||||
"hu",
|
||||
"in",
|
||||
"it",
|
||||
"ro",
|
||||
"ru",
|
||||
"sk",
|
||||
"sv",
|
||||
"uk",
|
||||
"zh-rTW",
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue