Skip to content

Commit e5cad8d

Browse files
committed
feat: add podcast search attribute
1 parent 663fb3d commit e5cad8d

25 files changed

+276
-6
lines changed

lib/l10n/app_en.arb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,5 +742,8 @@
742742
"importingStationsPleaseWait": "Importing your stations, please wait ...",
743743
"exportingStationsPleaseWait": "Exporting your stations, please wait ...",
744744
"importingPlaylistsPleaseWait": "Importing your playlists, please wait ...",
745-
"exportingPlaylistsPleaseWait": "Exporting your playlists, please wait ..."
745+
"exportingPlaylistsPleaseWait": "Exporting your playlists, please wait ...",
746+
"author": "Author",
747+
"rating": "Rating",
748+
"keywords": "Keywords"
746749
}

lib/l10n/app_localizations.dart

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4296,6 +4296,24 @@ abstract class AppLocalizations {
42964296
/// In en, this message translates to:
42974297
/// **'Exporting your playlists, please wait ...'**
42984298
String get exportingPlaylistsPleaseWait;
4299+
4300+
/// No description provided for @author.
4301+
///
4302+
/// In en, this message translates to:
4303+
/// **'Author'**
4304+
String get author;
4305+
4306+
/// No description provided for @rating.
4307+
///
4308+
/// In en, this message translates to:
4309+
/// **'Rating'**
4310+
String get rating;
4311+
4312+
/// No description provided for @keywords.
4313+
///
4314+
/// In en, this message translates to:
4315+
/// **'Keywords'**
4316+
String get keywords;
42994317
}
43004318

43014319
class _AppLocalizationsDelegate

lib/l10n/app_localizations_cs.dart

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2184,4 +2184,13 @@ class AppLocalizationsCs extends AppLocalizations {
21842184
@override
21852185
String get exportingPlaylistsPleaseWait =>
21862186
'Exporting your playlists, please wait ...';
2187+
2188+
@override
2189+
String get author => 'Author';
2190+
2191+
@override
2192+
String get rating => 'Rating';
2193+
2194+
@override
2195+
String get keywords => 'Keywords';
21872196
}

lib/l10n/app_localizations_da.dart

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2186,4 +2186,13 @@ class AppLocalizationsDa extends AppLocalizations {
21862186
@override
21872187
String get exportingPlaylistsPleaseWait =>
21882188
'Exporting your playlists, please wait ...';
2189+
2190+
@override
2191+
String get author => 'Author';
2192+
2193+
@override
2194+
String get rating => 'Rating';
2195+
2196+
@override
2197+
String get keywords => 'Keywords';
21892198
}

lib/l10n/app_localizations_de.dart

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2194,4 +2194,13 @@ class AppLocalizationsDe extends AppLocalizations {
21942194
@override
21952195
String get exportingPlaylistsPleaseWait =>
21962196
'Exporting your playlists, please wait ...';
2197+
2198+
@override
2199+
String get author => 'Author';
2200+
2201+
@override
2202+
String get rating => 'Rating';
2203+
2204+
@override
2205+
String get keywords => 'Keywords';
21972206
}

lib/l10n/app_localizations_en.dart

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2182,4 +2182,13 @@ class AppLocalizationsEn extends AppLocalizations {
21822182
@override
21832183
String get exportingPlaylistsPleaseWait =>
21842184
'Exporting your playlists, please wait ...';
2185+
2186+
@override
2187+
String get author => 'Author';
2188+
2189+
@override
2190+
String get rating => 'Rating';
2191+
2192+
@override
2193+
String get keywords => 'Keywords';
21852194
}

lib/l10n/app_localizations_es.dart

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2194,4 +2194,13 @@ class AppLocalizationsEs extends AppLocalizations {
21942194
@override
21952195
String get exportingPlaylistsPleaseWait =>
21962196
'Exporting your playlists, please wait ...';
2197+
2198+
@override
2199+
String get author => 'Author';
2200+
2201+
@override
2202+
String get rating => 'Rating';
2203+
2204+
@override
2205+
String get keywords => 'Keywords';
21972206
}

lib/l10n/app_localizations_et.dart

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2192,4 +2192,13 @@ class AppLocalizationsEt extends AppLocalizations {
21922192
@override
21932193
String get exportingPlaylistsPleaseWait =>
21942194
'Exporting your playlists, please wait ...';
2195+
2196+
@override
2197+
String get author => 'Author';
2198+
2199+
@override
2200+
String get rating => 'Rating';
2201+
2202+
@override
2203+
String get keywords => 'Keywords';
21952204
}

lib/l10n/app_localizations_eu.dart

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2201,4 +2201,13 @@ class AppLocalizationsEu extends AppLocalizations {
22012201
@override
22022202
String get exportingPlaylistsPleaseWait =>
22032203
'Exporting your playlists, please wait ...';
2204+
2205+
@override
2206+
String get author => 'Author';
2207+
2208+
@override
2209+
String get rating => 'Rating';
2210+
2211+
@override
2212+
String get keywords => 'Keywords';
22042213
}

lib/l10n/app_localizations_fr.dart

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2204,4 +2204,13 @@ class AppLocalizationsFr extends AppLocalizations {
22042204
@override
22052205
String get exportingPlaylistsPleaseWait =>
22062206
'Exporting your playlists, please wait ...';
2207+
2208+
@override
2209+
String get author => 'Author';
2210+
2211+
@override
2212+
String get rating => 'Rating';
2213+
2214+
@override
2215+
String get keywords => 'Keywords';
22072216
}

0 commit comments

Comments
 (0)