diff --git a/src/i18n/locales/vi-VN.ts b/src/i18n/locales/vi-VN.ts new file mode 100644 index 0000000..bd0e5bb --- /dev/null +++ b/src/i18n/locales/vi-VN.ts @@ -0,0 +1,12 @@ +export default { + components: { + search: { + title: "Tìm", + searchBarPlaceholder: "Tìm kiếm thông tin", + noResults: "No results.", + noResultsHint: "Try another search term?", + tagFilterHint: "Filter by tag", + noTagsFound: "No matching tags", + }, + }, +}; diff --git a/src/i18n/locales/zh-TW.ts b/src/i18n/locales/zh-TW.ts new file mode 100644 index 0000000..8a34068 --- /dev/null +++ b/src/i18n/locales/zh-TW.ts @@ -0,0 +1,12 @@ +export default { + components: { + search: { + title: "搜尋", + searchBarPlaceholder: "搜尋些什麼", + noResults: "No results.", + noResultsHint: "Try another search term?", + tagFilterHint: "Filter by tag", + noTagsFound: "No matching tags", + }, + }, +};