mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-20 23:54:26 +08:00
0.7.5.2
日韩支持
This commit is contained in:
@@ -327,7 +327,8 @@ public sealed partial class GeneralSettingsPageViewModel : ViewModelBase
|
||||
[
|
||||
new SelectionOption("zh-CN", L("settings.region.language_zh", "中文")),
|
||||
new SelectionOption("en-US", L("settings.region.language_en", "English")),
|
||||
new SelectionOption("ja-JP", L("settings.region.language_ja", "日本語"))
|
||||
new SelectionOption("ja-JP", L("settings.region.language_ja", "日本語")),
|
||||
new SelectionOption("ko-KR", L("settings.region.language_ko", "한국어"))
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user