RhythmBox/lib/translations/en_us.dart

8 lines
147 B
Dart
Raw Permalink Normal View History

2024-08-26 05:29:17 +00:00
const i18nEnglish = {
'appName': 'RhythmBox',
'explore': 'Explore',
2024-08-29 08:42:48 +00:00
'library': 'Library',
2024-08-26 05:29:17 +00:00
'settings': 'Settings',
2024-08-28 13:07:58 +00:00
'search': 'Search',
2024-08-26 05:29:17 +00:00
};