mirror of
https://github.com/saicaca/fuwari.git
synced 2026-01-11 23:02:53 +01:00
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:
@@ -2,6 +2,7 @@ enum I18nKey {
|
||||
home = 'home',
|
||||
about = 'about',
|
||||
archive = 'archive',
|
||||
search = 'search',
|
||||
|
||||
tags = 'tags',
|
||||
categories = 'categories',
|
||||
@@ -22,7 +23,7 @@ enum I18nKey {
|
||||
|
||||
themeColor = 'themeColor',
|
||||
|
||||
lightMode = 'lightMode',
|
||||
lightMode = 'lightMode',
|
||||
darkMode = 'darkMode',
|
||||
systemMode = 'systemMode',
|
||||
|
||||
|
||||
@@ -5,6 +5,7 @@ export const en: Translation = {
|
||||
[Key.home]: 'Home',
|
||||
[Key.about]: 'About',
|
||||
[Key.archive]: 'Archive',
|
||||
[Key.search]: 'Search',
|
||||
|
||||
[Key.tags]: 'Tags',
|
||||
[Key.categories]: 'Categories',
|
||||
|
||||
@@ -5,6 +5,7 @@ export const ja: Translation = {
|
||||
[Key.home]: 'Home',
|
||||
[Key.about]: 'About',
|
||||
[Key.archive]: 'Archive',
|
||||
[Key.search]: '検索',
|
||||
|
||||
[Key.tags]: 'タグ',
|
||||
[Key.categories]: 'カテゴリ',
|
||||
|
||||
@@ -5,6 +5,7 @@ export const zh_CN: Translation = {
|
||||
[Key.home]: '主页',
|
||||
[Key.about]: '关于',
|
||||
[Key.archive]: '归档',
|
||||
[Key.search]: '搜索',
|
||||
|
||||
[Key.tags]: '标签',
|
||||
[Key.categories]: '分类',
|
||||
|
||||
@@ -5,6 +5,7 @@ export const zh_TW: Translation = {
|
||||
[Key.home]: '首頁',
|
||||
[Key.about]: '關於',
|
||||
[Key.archive]: '彙整',
|
||||
[Key.search]: '搜尋',
|
||||
|
||||
[Key.tags]: '標籤',
|
||||
[Key.categories]: '分類',
|
||||
|
||||
Reference in New Issue
Block a user