Skip to content

Commit 2680dfc

Browse files
committed
feat(l10n): add Arabic and English translations for user limits
- Add Arabic translation for "User Limits" and its description - Add English translation for "User Limits" and its description - Maintain consistent formatting for existing translation entries
1 parent 9b77746 commit 2680dfc

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

lib/l10n/arb/app_ar.arb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2085,5 +2085,9 @@
20852085
"feedItemClickBehaviorExternalNavigation": "متصفح النظام",
20862086
"@feedItemClickBehaviorExternalNavigation": {
20872087
"description": "خيار لفتح الروابط في متصفح النظام الافتراضي للجهاز."
2088+
},
2089+
"userLimitsTitle": "حدود المستخدم",
2090+
"@userLimitsTitle": {
2091+
"description": "عنوان قسم حدود المستخدم القابل للتوسيع."
20882092
}
20892093
}

lib/l10n/arb/app_en.arb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2081,5 +2081,9 @@
20812081
"feedItemClickBehaviorExternalNavigation": "System Browser",
20822082
"@feedItemClickBehaviorExternalNavigation": {
20832083
"description": "Option for opening links in the device's default system browser."
2084+
},
2085+
"userLimitsTitle": "User Limits",
2086+
"@userLimitsTitle": {
2087+
"description": "Title for the User Limits expansion tile."
20842088
}
20852089
}

0 commit comments

Comments
 (0)