Skip to content

Commit 8631472

Browse files
committed
refactor(l10n): remove unauthorized access redirect localization
- Remove "unauthorizedAccessRedirect" key and its description from app_ar.arb and app_en.arb files - This change simplifies the localization files by removing unnecessary entries
1 parent 25a00ee commit 8631472

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

lib/l10n/arb/app_ar.arb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2011,9 +2011,5 @@
20112011
"subscriptionPremium": "مميز",
20122012
"@subscriptionPremium": {
20132013
"description": "حالة الاشتراك لمستخدم مميز"
2014-
},
2015-
"unauthorizedAccessRedirect": "ليس لديك إذن للوصول إلى هذه الصفحة.",
2016-
"@unauthorizedAccessRedirect": {
2017-
"description": "رسالة شريط التنبيه التي تظهر عند إعادة توجيه المستخدم بسبب نقص الأذونات."
20182014
}
20192015
}

lib/l10n/arb/app_en.arb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2007,9 +2007,5 @@
20072007
"subscriptionPremium": "Premium",
20082008
"@subscriptionPremium": {
20092009
"description": "Subscription status for a premium user"
2010-
},
2011-
"unauthorizedAccessRedirect": "You do not have permission to access this page.",
2012-
"@unauthorizedAccessRedirect": {
2013-
"description": "Snackbar message shown when a user is redirected due to lack of permissions."
20142010
}
20152011
}

0 commit comments

Comments
 (0)