Skip to content

Commit 21922e9

Browse files
committed
Try to fix Chinese transcripts
1 parent 8247799 commit 21922e9

File tree

1 file changed

+2
-2
lines changed
  • src/main/kotlin/xyz/bluspring/unitytranslate

1 file changed

+2
-2
lines changed

src/main/kotlin/xyz/bluspring/unitytranslate/Language.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ enum class Language(
5353
TranscriberType.BROWSER to "ja"
5454
)),
5555
CHINESE("zh", mapOf(
56-
TranscriberType.BROWSER to "zh"
56+
TranscriberType.BROWSER to "cmn"
5757
)),
5858
ITALIAN("it", mapOf(
5959
TranscriberType.BROWSER to "it"
6060
)),
6161
CHINESE_TRADITIONAL("zt", mapOf(
62-
TranscriberType.BROWSER to "zh" // TODO: ???
62+
TranscriberType.BROWSER to "cmn" // TODO: ???
6363
)),
6464
CZECH("cs", mapOf(
6565
TranscriberType.BROWSER to "cs"

0 commit comments

Comments
 (0)