add fav words page

This commit is contained in:
Gabe Yuan
2023-10-26 17:32:55 +08:00
parent d7eaac5aca
commit 15367bd117
10 changed files with 224 additions and 5 deletions

View File

@@ -555,7 +555,7 @@ export const I18N = {
zh: `全局规则`,
en: `Global Rule`,
},
input_box_translation: {
input_translate: {
zh: `输入框翻译`,
en: `Input Box Translation`,
},
@@ -639,4 +639,8 @@ export const I18N = {
zh: `原文`,
en: `Original Text`,
},
favorite_words: {
zh: `收藏词汇`,
en: `Favorite Words`,
},
};