Basic track search

This commit is contained in:
2024-08-28 21:07:58 +08:00
parent 81f5a2f5cc
commit 3f41573f00
7 changed files with 141 additions and 1 deletions

View File

@ -2,4 +2,5 @@ const i18nEnglish = {
'appName': 'RhythmBox',
'explore': 'Explore',
'settings': 'Settings',
'search': 'Search',
};

View File

@ -2,4 +2,5 @@ const i18nSimplifiedChinese = {
'appName': '韵律盒',
'explore': '探索',
'settings': '设置',
'search': '搜索',
};