Add Simplified_Chinese Language - #556
Conversation
2026/8/20 by Nsyw(正电子海)
|
Thanks. Do you know the LText Group-ID offset for Simplified Chinese? For new languages, it needs to be added here: Network-Addon-Mod/src/main/scala/localization/GenerateLocales.scala Lines 21 to 30 in c72359e |
|
One additional note: translation ltexts should use the .po extension. .pot is used only for the default English definitions. |
Done: 353a8e3 |
Done: b9d01d2 |
jflann
left a comment
There was a problem hiding this comment.
Just need a few tweaks - then good to go
| "sv" -> 9, | ||
| "ja" -> 0xF, | ||
| "zh_CN" -> 0x11, | ||
| "zh_TW" -> 0x12, |
There was a problem hiding this comment.
This one ("zh_TW") we wll have to comment out for now, the compiler script fails with it in there, presumably because there are no corresponding ltext files/directories.
| @@ -0,0 +1,195 @@ | |||
| ```po | |||
2026/8/20 by Nsyw(正电子海)