mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-11 18:36:11 +02:00
update supportedLocales (#8925)
Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
parent
e67b694f06
commit
b6035fbbdf
1 changed files with 22 additions and 2 deletions
|
@ -629,10 +629,30 @@ List<Locale> supportedLocales = const [
|
|||
Locale('da'),
|
||||
Locale('eo'),
|
||||
Locale('tr'),
|
||||
Locale('vi'),
|
||||
Locale('pl'),
|
||||
Locale('kz'),
|
||||
Locale('es'),
|
||||
Locale('nl'),
|
||||
Locale('nb'),
|
||||
Locale('et'),
|
||||
Locale('eu'),
|
||||
Locale('bg'),
|
||||
Locale('be'),
|
||||
Locale('vn'),
|
||||
Locale('uk'),
|
||||
Locale('fa'),
|
||||
Locale('ca'),
|
||||
Locale('el'),
|
||||
Locale('sv'),
|
||||
Locale('sq'),
|
||||
Locale('sr'),
|
||||
Locale('th'),
|
||||
Locale('sl'),
|
||||
Locale('ro'),
|
||||
Locale('lt'),
|
||||
Locale('lv'),
|
||||
Locale('ar'),
|
||||
Locale('he'),
|
||||
Locale('hr'),
|
||||
];
|
||||
|
||||
String formatDurationToTime(Duration duration) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue