L10n (Zh): translates shell

This commit is contained in:
Carter Li
2026-08-17 13:36:09 +08:00
parent 5e9c31ac31
commit 2ca7e037ef
+2 -2
View File
@@ -104,8 +104,8 @@ FFModuleBaseInfo ffShellModuleInfo = {
.pl = "Powłoka",
.pt = "Shell",
.ru = "Оболочка",
.zh_CN = "Shell",
.zh_TW = "Shell",
.zh_CN = "命令行解释器",
.zh_TW = "命令列直譯器",
},
.initOptions = (void*) ffInitShellOptions,
.destroyOptions = (void*) ffDestroyShellOptions,