Skip to content

Commit 858f058

Browse files
committed
tweak: shorten "App language" to just "Language"
1 parent e2a4f6c commit 858f058

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/i18n/en.i18n.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ settings:
6969
performance: Performance
7070
advanced: Advanced
7171
prefLabels:
72-
locale: App language
72+
locale: Language
7373
appTheme: App theme
7474
platform: Theme type
7575
layoutSize: Layout type
@@ -130,7 +130,7 @@ settings:
130130
tablet: Tablet
131131
accentColorPicker:
132132
pickAColor: Pick a color
133-
systemLanguage: Default
133+
systemLanguage: Auto
134134
axisDirections:
135135
- Top
136136
- Right

lib/i18n/strings_en.g.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ class TranslationsSettingsEn {
9595
late final TranslationsSettingsThemeModesEn themeModes = TranslationsSettingsThemeModesEn.internal(_root);
9696
late final TranslationsSettingsLayoutSizesEn layoutSizes = TranslationsSettingsLayoutSizesEn.internal(_root);
9797
late final TranslationsSettingsAccentColorPickerEn accentColorPicker = TranslationsSettingsAccentColorPickerEn.internal(_root);
98-
String get systemLanguage => 'Default';
98+
String get systemLanguage => 'Auto';
9999
List<String> get axisDirections => [
100100
'Top',
101101
'Right',
@@ -361,7 +361,7 @@ class TranslationsSettingsPrefLabelsEn {
361361
final Translations _root; // ignore: unused_field
362362

363363
// Translations
364-
String get locale => 'App language';
364+
String get locale => 'Language';
365365
String get appTheme => 'App theme';
366366
String get platform => 'Theme type';
367367
String get layoutSize => 'Layout type';

0 commit comments

Comments
 (0)