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 = "Not Found"
[notFoundSubtitle]
other = "This page does not exist."
other = "This page does not exist."
[searchTitle]
other = "Search"
[searchPlaceholder]
other = "Type something..."
[searchResultTitle]
other = "#PAGES_COUNT pages (#TIME_SECONDS seconds)"