Skip to content

Commit 6720b08

Browse files
committed
docs: add description for appearance settings
- Added description for settings tab
1 parent f668e28 commit 6720b08

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

lib/l10n/app_localizations.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -974,7 +974,7 @@ abstract class AppLocalizations {
974974
/// **'Configure your personal preferences for the Dashboard interface, encompassing visual presentation and language selection.'**
975975
String get settingsPageDescription;
976976

977-
/// No description provided for @appearanceSettingsDescription.
977+
/// Description for the Appearance settings tab
978978
///
979979
/// In en, this message translates to:
980980
/// **'Adjust the visual characteristics of the Dashboard, including theme, accent colors, and typographic styles.'**

lib/l10n/arb/app_ar.arb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -609,6 +609,9 @@
609609
"description": "وصف صفحة الإعدادات الرئيسية"
610610
},
611611
"appearanceSettingsDescription": "اضبط الخصائص المرئية للوحة القيادة، بما في ذلك السمة وألوان التمييز والأنماط الطباعية.",
612+
"@appearanceSettingsDescription": {
613+
"description": "وصف تبويب إعدادات المظهر"
614+
},
612615
"loadingHeadlines": "جاري تحميل العناوين الرئيسية",
613616
"@loadingHeadlines": {
614617
"description": "عنوان حالة تحميل العناوين الرئيسية"

lib/l10n/arb/app_en.arb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -609,6 +609,9 @@
609609
"description": "Description for the main settings page"
610610
},
611611
"appearanceSettingsDescription": "Adjust the visual characteristics of the Dashboard, including theme, accent colors, and typographic styles.",
612+
"@appearanceSettingsDescription": {
613+
"description": "Description for the Appearance settings tab"
614+
},
612615
"loadingHeadlines": "Loading Headlines",
613616
"@loadingHeadlines": {
614617
"description": "Headline for loading state of headlines"

0 commit comments

Comments
 (0)