Skip to content

Commit 4c98e38

Browse files
committed
fix(l10n): add locale information to ARB files
- Add @@Locale metadata to app_ar.arb and app_en.arb files - This information is used by Flutter to identify the locale of each ARB file
1 parent eb20029 commit 4c98e38

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lib/l10n/arb/app_ar.arb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"@@locale": "ar",
23
"authenticationPageHeadline": "الوصول إلى لوحة التحكم",
34
"@authenticationPageHeadline": {
45
"description": "عنوان صفحة المصادقة الرئيسية"

lib/l10n/arb/app_en.arb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"@@locale": "en",
23
"authenticationPageHeadline": "Dashboard Access",
34
"@authenticationPageHeadline": {
45
"description": "Headline for the main authentication page"

0 commit comments

Comments
 (0)