feat(search): i18n support

This commit is contained in:
Jimmy Cai
2020-11-06 11:49:30 +01:00
parent f5d45458fd
commit c018f4967a
5 changed files with 44 additions and 9 deletions
+10 -1
View File
@@ -20,4 +20,13 @@
other = "404 错误"
[notFoundSubtitle]
other = "页面不存在"
other = "页面不存在"
[searchTitle]
other = "搜索"
[searchPlaceholder]
other = "输入关键词..."
[searchResultTitle]
other = "#PAGES_COUNT 个结果 (用时 #TIME_SECONDS 秒)"