Skip to content

Commit 239b35b

Browse files
committed
zh_cn localization added to safe localizations list.
Signed-off-by: Pavel Erokhin (MairwunNx) <MairwunNx@gmail.com>
1 parent 37ff7c8 commit 239b35b

File tree

1 file changed

+2
-1
lines changed
  • src/main/kotlin/com/mairwunnx/projectessentials/core

1 file changed

+2
-1
lines changed

src/main/kotlin/com/mairwunnx/projectessentials/core/EntryPoint.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ internal class EntryPoint {
8484
Localization(
8585
mutableListOf(
8686
"/assets/projectessentialscore/lang/en_us.json",
87-
"/assets/projectessentialscore/lang/ru_ru.json"
87+
"/assets/projectessentialscore/lang/ru_ru.json",
88+
"/assets/projectessentialscore/lang/zh_cn.json"
8889
), "core", EntryPoint::class.java
8990
)
9091
)

0 commit comments

Comments
 (0)