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',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user