RhythmBox/lib/translations/en_us.dart
2024-08-29 16:42:48 +08:00

8 lines
147 B
Dart

const i18nEnglish = {
'appName': 'RhythmBox',
'explore': 'Explore',
'library': 'Library',
'settings': 'Settings',
'search': 'Search',
};