mirror of
https://github.com/docmost/docmost.git
synced 2025-11-21 08:41:10 +10:00
feat: add query translation
This commit is contained in:
5
apps/client/public/locales/en/search.json
Normal file
5
apps/client/public/locales/en/search.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"Search...": "Search...",
|
||||
"Start typing to search...": "Start typing to search...",
|
||||
"No results found...": "No results found..."
|
||||
}
|
||||
5
apps/client/public/locales/zh/search.json
Normal file
5
apps/client/public/locales/zh/search.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"Search...": "搜索...",
|
||||
"Start typing to search...": "开始输入以搜索...",
|
||||
"No results found...": "未找到结果..."
|
||||
}
|
||||
Reference in New Issue
Block a user