RhythmBox/lib/translations/en_us.dart

7 lines
123 B
Dart
Raw Normal View History

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