mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-20 23:54:26 +08:00
0.7.4.1
动画优化
This commit is contained in:
@@ -326,7 +326,8 @@ public sealed partial class GeneralSettingsPageViewModel : ViewModelBase
|
||||
return
|
||||
[
|
||||
new SelectionOption("zh-CN", L("settings.region.language_zh", "中文")),
|
||||
new SelectionOption("en-US", L("settings.region.language_en", "English"))
|
||||
new SelectionOption("en-US", L("settings.region.language_en", "English")),
|
||||
new SelectionOption("ja-JP", L("settings.region.language_ja", "日本語"))
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user