:wrench:💄 Update the i18n config files.

This commit is contained in:
凡梦星尘
2023-01-02 20:08:48 +08:00
parent 835e98d85d
commit 6b589a8206
16 changed files with 60 additions and 102 deletions

View File

@@ -37,10 +37,10 @@
"lazyload" .Site.Params.lazyload
"motion" .Site.Params.motion
"i18n" (dict
"placeholder" (T "SearchPh")
"empty" (T "SearchEmpty")
"hits_time" (T "SearchHitsTime")
"hits" (T "SearchHits")
"placeholder" (T "Search.placeholder")
"empty" (T "Search.empty")
"hits_time" (T "Search.time")
"hits" (T "Search.hits")
"ds_years" (T "DateSuffix.years")
"ds_days" (T "DateSuffix.days")
"ds_hours" (T "DateSuffix.hours")