feat(i18n): add Vietnamese (vi) locale

Add Vietnamese translation with all 1572 keys matching en.json.
Register "vi" in SUPPORTED_LANGUAGES, LANGUAGE_FALLBACKS, and
settings dialog language type assertion. Update locale count
from 8 to 9 in docs (AGENTS.md, CONTRIBUTING.md) to account
for previously-omitted Korean (ko).
This commit is contained in:
huy97
2026-05-29 19:01:27 +07:00
parent 072cb24e5b
commit ddfdf68dd1
5 changed files with 1935 additions and 8 deletions
+2 -1
View File
@@ -483,7 +483,8 @@ export function SettingsDialog({
| "zh"
| "ja"
| "ko"
| "ru"),
| "ru"
| "vi"),
);
setOriginalLanguage(selectedLanguage);
}