fix: add missing i18n for Search (#102)

* feat(i18n): add missing `Search` key

* fix: update i18n text

---------

Co-authored-by: saicaca <zephyird@gmail.com>
This commit is contained in:
baka-gourd
2024-06-21 19:39:13 +08:00
committed by GitHub
parent 5cfc78ef65
commit 815692899d
6 changed files with 9 additions and 2 deletions
+1
View File
@@ -5,6 +5,7 @@ export const zh_TW: Translation = {
[Key.home]: '首頁',
[Key.about]: '關於',
[Key.archive]: '彙整',
[Key.search]: '搜尋',
[Key.tags]: '標籤',
[Key.categories]: '分類',