8 lines
147 B
Dart
8 lines
147 B
Dart
const i18nEnglish = {
|
|
'appName': 'RhythmBox',
|
|
'explore': 'Explore',
|
|
'library': 'Library',
|
|
'settings': 'Settings',
|
|
'search': 'Search',
|
|
};
|