Add zh-TW Traditional Chinese locale

This commit is contained in:
Peter Dave Hello 2025-01-24 23:53:09 +08:00
parent 08d977b8cd
commit ff044ac9a7
2 changed files with 395 additions and 0 deletions

View file

@ -11,6 +11,7 @@ const localesLong: Record<string, string> = {
ru: 'Русский',
uk: 'Українська',
zh: '中文',
zhtw: '繁體中文',
vi: 'Tiếng Việt',
};