Skip to content

Commit ae1a59e

Browse files
committed
feat(l10n): add new string for loading full list in dropdown
- Add new localization string 'loadingFullList' for displaying a message in dropdowns when their full list of items is being loaded in the background. - This new string will improve user experience by providing feedback when large datasets are being processed.
1 parent 649e4f3 commit ae1a59e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/l10n/app_localizations.dart

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1328,6 +1328,12 @@ abstract class AppLocalizations {
13281328
/// **'Loading data...'**
13291329
String get loadingData;
13301330

1331+
/// Message displayed in a dropdown when its full list of items is being loaded in the background.
1332+
///
1333+
/// In en, this message translates to:
1334+
/// **'Loading full list...'**
1335+
String get loadingFullList;
1336+
13311337
/// Title for the Create Source page
13321338
///
13331339
/// In en, this message translates to:

0 commit comments

Comments
 (0)