🎉 Initial Commit
This commit is contained in:
5
lib/translations/en_us.dart
Normal file
5
lib/translations/en_us.dart
Normal file
@ -0,0 +1,5 @@
|
||||
const i18nEnglish = {
|
||||
'appName': 'RhythmBox',
|
||||
'explore': 'Explore',
|
||||
'settings': 'Settings',
|
||||
};
|
5
lib/translations/zh_cn.dart
Normal file
5
lib/translations/zh_cn.dart
Normal file
@ -0,0 +1,5 @@
|
||||
const i18nSimplifiedChinese = {
|
||||
'appName': '韵律盒',
|
||||
'explore': '探索',
|
||||
'settings': '设置',
|
||||
};
|
Reference in New Issue
Block a user