We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8247799 commit 21922e9Copy full SHA for 21922e9
src/main/kotlin/xyz/bluspring/unitytranslate/Language.kt
@@ -53,13 +53,13 @@ enum class Language(
53
TranscriberType.BROWSER to "ja"
54
)),
55
CHINESE("zh", mapOf(
56
- TranscriberType.BROWSER to "zh"
+ TranscriberType.BROWSER to "cmn"
57
58
ITALIAN("it", mapOf(
59
TranscriberType.BROWSER to "it"
60
61
CHINESE_TRADITIONAL("zt", mapOf(
62
- TranscriberType.BROWSER to "zh" // TODO: ???
+ TranscriberType.BROWSER to "cmn" // TODO: ???
63
64
CZECH("cs", mapOf(
65
TranscriberType.BROWSER to "cs"
0 commit comments