i18n: add translations for 30 locales from Quartz v4

This commit is contained in:
saberzero1 2026-04-04 01:35:48 +02:00
parent 2207e2d57e
commit 24fa5d9477
No known key found for this signature in database
2 changed files with 24 additions and 0 deletions

12
src/i18n/locales/vi-VN.ts Normal file
View file

@ -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",
},
},
};

12
src/i18n/locales/zh-TW.ts Normal file
View file

@ -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",
},
},
};