From 24fa5d9477bb464876e166e79c8a806cc8dcd33b Mon Sep 17 00:00:00 2001 From: saberzero1 Date: Sat, 4 Apr 2026 01:35:48 +0200 Subject: [PATCH] i18n: add translations for 30 locales from Quartz v4 --- src/i18n/locales/vi-VN.ts | 12 ++++++++++++ src/i18n/locales/zh-TW.ts | 12 ++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 src/i18n/locales/vi-VN.ts create mode 100644 src/i18n/locales/zh-TW.ts 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", + }, + }, +};