Skip to content

Commit c2a3240

Browse files
committed
feat(l10n): add translations for maintenance page
- Add English translations for maintenance page headline and subheadline - New strings include: - "maintenanceHeadline": "Under Maintenance" - "maintenanceSubheadline": "We are currently performing maintenance. Please check back later."
1 parent 4ed56ef commit c2a3240

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

lib/l10n/arb/app_en.arb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1052,5 +1052,13 @@
10521052
"settingsAppearanceFontWeightBold": "Bold",
10531053
"@settingsAppearanceFontWeightBold": {
10541054
"description": "Label for the bold font weight option"
1055+
},
1056+
"maintenanceHeadline": "Under Maintenance",
1057+
"@maintenanceHeadline": {
1058+
"description": "Headline for the maintenance page"
1059+
},
1060+
"maintenanceSubheadline": "We are currently performing maintenance. Please check back later.",
1061+
"@maintenanceSubheadline": {
1062+
"description": "Subheadline for the maintenance page"
10551063
}
10561064
}

0 commit comments

Comments
 (0)