mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-06-11 12:43:12 +08:00
fix #3562 set en as default language and add es for built-in Flutter context menu
text
This commit is contained in:
parent
f38f912c28
commit
08f9b3760f
@ -430,7 +430,7 @@ final ButtonStyle flatButtonStyle = TextButton.styleFrom(
|
|||||||
);
|
);
|
||||||
|
|
||||||
List<Locale> supportedLocales = const [
|
List<Locale> supportedLocales = const [
|
||||||
// specify CN/TW to fix CJK issue in flutter
|
Locale('en', 'US'),
|
||||||
Locale('zh', 'CN'),
|
Locale('zh', 'CN'),
|
||||||
Locale('zh', 'TW'),
|
Locale('zh', 'TW'),
|
||||||
Locale('zh', 'SG'),
|
Locale('zh', 'SG'),
|
||||||
@ -452,7 +452,7 @@ List<Locale> supportedLocales = const [
|
|||||||
Locale('vi'),
|
Locale('vi'),
|
||||||
Locale('pl'),
|
Locale('pl'),
|
||||||
Locale('kz'),
|
Locale('kz'),
|
||||||
Locale('en', 'US'),
|
Locale('es'),
|
||||||
];
|
];
|
||||||
|
|
||||||
String formatDurationToTime(Duration duration) {
|
String formatDurationToTime(Duration duration) {
|
||||||
|
Loading…
Reference in New Issue
Block a user