chore: update locale file structure (#1478)

This commit is contained in:
boojack
2023-04-06 00:07:10 +08:00
committed by GitHub
parent cc23f69f66
commit f48d91539e
35 changed files with 138 additions and 249 deletions

View File

@ -31,7 +31,7 @@ const ResourceSearchBar = ({ setQuery }: ResourceSearchBarProps) => {
<input
className="flex ml-2 w-24 grow text-sm outline-none bg-transparent dark:text-gray-200"
type="text"
placeholder={t("resources.search-bar-placeholder")}
placeholder={t("resource.search-bar-placeholder")}
ref={inputRef}
value={queryText}
onChange={handleTextQueryInput}