Skip to content

Commit 649e4f3

Browse files
committed
feat(l10n): add English translation for 'Loading full list...'
- Add new localization string 'loadingFullList' to AppLocalizationsEn class - This string can be used in the UI to indicate that a complete list is being loaded
1 parent 71eb5a3 commit 649e4f3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/l10n/app_localizations_en.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -695,6 +695,9 @@ class AppLocalizationsEn extends AppLocalizations {
695695
@override
696696
String get loadingData => 'Loading data...';
697697

698+
@override
699+
String get loadingFullList => 'Loading full list...';
700+
698701
@override
699702
String get createSource => 'Create Source';
700703

0 commit comments

Comments
 (0)