Skip to content

Commit ea79e9b

Browse files
committed
refactor(l10n): remove unused ad platform type localizations
- Remove "adPlatformTypeLocal" and its description from app_ar.arb and app_en.arb - This change reflects the removal of the unused LocalAds platform type
1 parent a36b6f2 commit ea79e9b

File tree

5 files changed

+0
-20
lines changed

5 files changed

+0
-20
lines changed

lib/l10n/app_localizations.dart

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2174,12 +2174,6 @@ abstract class AppLocalizations {
21742174
/// **'AdMob'**
21752175
String get adPlatformTypeAdmob;
21762176

2177-
/// The name of the Local ad platform for custom ads.
2178-
///
2179-
/// In en, this message translates to:
2180-
/// **'Local'**
2181-
String get adPlatformTypeLocal;
2182-
21832177
/// Tab title for Native Ads in local ads management.
21842178
///
21852179
/// In en, this message translates to:

lib/l10n/app_localizations_ar.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1163,9 +1163,6 @@ class AppLocalizationsAr extends AppLocalizations {
11631163
@override
11641164
String get adPlatformTypeAdmob => 'أدموب';
11651165

1166-
@override
1167-
String get adPlatformTypeLocal => 'محلي';
1168-
11691166
@override
11701167
String get nativeAdsTab => 'إعلانات أصلية';
11711168

lib/l10n/app_localizations_en.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1162,9 +1162,6 @@ class AppLocalizationsEn extends AppLocalizations {
11621162
@override
11631163
String get adPlatformTypeAdmob => 'AdMob';
11641164

1165-
@override
1166-
String get adPlatformTypeLocal => 'Local';
1167-
11681165
@override
11691166
String get nativeAdsTab => 'Native Ads';
11701167

lib/l10n/arb/app_ar.arb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1448,10 +1448,6 @@
14481448
"@adPlatformTypeAdmob": {
14491449
"description": "اسم منصة إعلانات أدموب."
14501450
},
1451-
"adPlatformTypeLocal": "محلي",
1452-
"@adPlatformTypeLocal": {
1453-
"description": "اسم منصة الإعلانات المحلية للإعلانات المخصصة."
1454-
},
14551451
"nativeAdsTab": "إعلانات أصلية",
14561452
"@nativeAdsTab": {
14571453
"description": "عنوان تبويب الإعلانات الأصلية في إدارة الإعلانات المحلية."

lib/l10n/arb/app_en.arb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1448,10 +1448,6 @@
14481448
"@adPlatformTypeAdmob": {
14491449
"description": "The name of the AdMob ad platform."
14501450
},
1451-
"adPlatformTypeLocal": "Local",
1452-
"@adPlatformTypeLocal": {
1453-
"description": "The name of the Local ad platform for custom ads."
1454-
},
14551451
"nativeAdsTab": "Native Ads",
14561452
"@nativeAdsTab": {
14571453
"description": "Tab title for Native Ads in local ads management."

0 commit comments

Comments
 (0)