File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ settings:
69
69
performance : Performance
70
70
advanced : Advanced
71
71
prefLabels :
72
- locale : App language
72
+ locale : Language
73
73
appTheme : App theme
74
74
platform : Theme type
75
75
layoutSize : Layout type
@@ -130,7 +130,7 @@ settings:
130
130
tablet : Tablet
131
131
accentColorPicker :
132
132
pickAColor : Pick a color
133
- systemLanguage : Default
133
+ systemLanguage : Auto
134
134
axisDirections :
135
135
- Top
136
136
- Right
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ class TranslationsSettingsEn {
95
95
late final TranslationsSettingsThemeModesEn themeModes = TranslationsSettingsThemeModesEn .internal (_root);
96
96
late final TranslationsSettingsLayoutSizesEn layoutSizes = TranslationsSettingsLayoutSizesEn .internal (_root);
97
97
late final TranslationsSettingsAccentColorPickerEn accentColorPicker = TranslationsSettingsAccentColorPickerEn .internal (_root);
98
- String get systemLanguage => 'Default ' ;
98
+ String get systemLanguage => 'Auto ' ;
99
99
List <String > get axisDirections => [
100
100
'Top' ,
101
101
'Right' ,
@@ -361,7 +361,7 @@ class TranslationsSettingsPrefLabelsEn {
361
361
final Translations _root; // ignore: unused_field
362
362
363
363
// Translations
364
- String get locale => 'App language ' ;
364
+ String get locale => 'Language ' ;
365
365
String get appTheme => 'App theme' ;
366
366
String get platform => 'Theme type' ;
367
367
String get layoutSize => 'Layout type' ;
You can’t perform that action at this time.
0 commit comments