Skip to content

Commit 2514fc9

Browse files
committed
build(l10n): generated
1 parent 2680dfc commit 2514fc9

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
@@ -3097,6 +3097,12 @@ abstract class AppLocalizations {
30973097
/// In en, this message translates to:
30983098
/// **'System Browser'**
30993099
String get feedItemClickBehaviorExternalNavigation;
3100+
3101+
/// Title for the User Limits expansion tile.
3102+
///
3103+
/// In en, this message translates to:
3104+
/// **'User Limits'**
3105+
String get userLimitsTitle;
31003106
}
31013107

31023108
class _AppLocalizationsDelegate

lib/l10n/app_localizations_ar.dart

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

16631663
@override
16641664
String get feedItemClickBehaviorExternalNavigation => 'متصفح النظام';
1665+
1666+
@override
1667+
String get userLimitsTitle => 'حدود المستخدم';
16651668
}

lib/l10n/app_localizations_en.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1665,4 +1665,7 @@ class AppLocalizationsEn extends AppLocalizations {
16651665

16661666
@override
16671667
String get feedItemClickBehaviorExternalNavigation => 'System Browser';
1668+
1669+
@override
1670+
String get userLimitsTitle => 'User Limits';
16681671
}

0 commit comments

Comments
 (0)