Skip to content

Commit 4388dac

Browse files
committed
Removed translation for the search bar
1 parent e5ab5df commit 4388dac

5 files changed

Lines changed: 0 additions & 14 deletions

File tree

lib/l10n/app_de.arb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"@@locale": "de",
33

44
"exercises": "Übungen",
5-
"searchHint": "Suchen",
65
"noteDifficultyLevel": "Schwierigkeitsgrad: ",
76

87
"trainingsMode": "Trainingsmodus",

lib/l10n/app_en.arb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"@@locale": "en",
33

44
"exercises": "Exercises",
5-
"searchHint": "Search",
65
"noteDifficultyLevel": "Level of difficulty: ",
76

87
"trainingsMode": "Trainings mode",

lib/l10n/app_localizations.dart

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,6 @@ abstract class AppLocalizations {
101101
/// **'Exercises'**
102102
String get exercises;
103103

104-
/// No description provided for @searchHint.
105-
///
106-
/// In en, this message translates to:
107-
/// **'Search'**
108-
String get searchHint;
109-
110104
/// No description provided for @noteDifficultyLevel.
111105
///
112106
/// In en, this message translates to:

lib/l10n/app_localizations_de.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ class AppLocalizationsDe extends AppLocalizations {
1111
@override
1212
String get exercises => 'Übungen';
1313

14-
@override
15-
String get searchHint => 'Suchen';
16-
1714
@override
1815
String get noteDifficultyLevel => 'Schwierigkeitsgrad: ';
1916

lib/l10n/app_localizations_en.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ class AppLocalizationsEn extends AppLocalizations {
1111
@override
1212
String get exercises => 'Exercises';
1313

14-
@override
15-
String get searchHint => 'Search';
16-
1714
@override
1815
String get noteDifficultyLevel => 'Level of difficulty: ';
1916

0 commit comments

Comments
 (0)