File tree Expand file tree Collapse file tree 5 files changed +0
-20
lines changed
Expand file tree Collapse file tree 5 files changed +0
-20
lines changed Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 14481448 "@adPlatformTypeAdmob": {
14491449 "description": "اسم منصة إعلانات أدموب."
14501450 },
1451- "adPlatformTypeLocal": "محلي",
1452- "@adPlatformTypeLocal": {
1453- "description": "اسم منصة الإعلانات المحلية للإعلانات المخصصة."
1454- },
14551451 "nativeAdsTab": "إعلانات أصلية",
14561452 "@nativeAdsTab": {
14571453 "description": "عنوان تبويب الإعلانات الأصلية في إدارة الإعلانات المحلية."
Original file line number Diff line number Diff line change 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."
You can’t perform that action at this time.
0 commit comments