Skip to content

Commit 4d8b049

Browse files
committed
build: l10n
1 parent 6ca2b01 commit 4d8b049

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

lib/l10n/app_localizations.dart

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2839,6 +2839,12 @@ abstract class AppLocalizations {
28392839
/// In en, this message translates to:
28402840
/// **'Do you want to publish this ad or save it as a draft?'**
28412841
String get saveAdMessage;
2842+
2843+
/// Label for the source logo URL input field
2844+
///
2845+
/// In en, this message translates to:
2846+
/// **'Logo URL'**
2847+
String get logoUrl;
28422848
}
28432849

28442850
class _AppLocalizationsDelegate

lib/l10n/app_localizations_ar.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1512,4 +1512,7 @@ class AppLocalizationsAr extends AppLocalizations {
15121512

15131513
@override
15141514
String get saveAdMessage => 'هل تريد نشر هذا الإعلان أم حفظه كمسودة؟';
1515+
1516+
@override
1517+
String get logoUrl => 'رابط الشعار';
15151518
}

lib/l10n/app_localizations_en.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1518,4 +1518,7 @@ class AppLocalizationsEn extends AppLocalizations {
15181518
@override
15191519
String get saveAdMessage =>
15201520
'Do you want to publish this ad or save it as a draft?';
1521+
1522+
@override
1523+
String get logoUrl => 'Logo URL';
15211524
}

0 commit comments

Comments
 (0)