Skip to content

Commit 77e92ab

Browse files
committed
chore(l10n): remove unnecessary text from arb file
- Remove redundant "وحدة AdMob لإعلانات" from feedBannerAdIdDescription - Keep the essential part "معرف وحدة إعلانات البانر في الموجز"
1 parent 898202a commit 77e92ab

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

lib/l10n/app_localizations_ar.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1099,8 +1099,7 @@ class AppLocalizationsAr extends AppLocalizations {
10991099
String get feedBannerAdIdLabel => 'معرف إعلان البانر للموجز';
11001100

11011101
@override
1102-
String get feedBannerAdIdDescription =>
1103-
'معرف وحدة AdMob لإعلانات البانر في الموجز.';
1102+
String get feedBannerAdIdDescription => 'معرف وحدة إعلانات البانر في الموجز.';
11041103

11051104
@override
11061105
String get articleInterstitialAdIdLabel => 'معرف الإعلان البيني للمقالات';

lib/l10n/arb/app_ar.arb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1374,7 +1374,7 @@
13741374
"@feedBannerAdIdLabel": {
13751375
"description": "تسمية حقل إدخال معرف إعلان البانر للموجز"
13761376
},
1377-
"feedBannerAdIdDescription": "معرف وحدة AdMob لإعلانات البانر في الموجز.",
1377+
"feedBannerAdIdDescription": "معرف وحدة إعلانات البانر في الموجز.",
13781378
"@feedBannerAdIdDescription": {
13791379
"description": "وصف حقل إدخال معرف إعلان البانر للموجز"
13801380
},

0 commit comments

Comments
 (0)