feat(localization): Add test case for Vietnamese

This commit is contained in:
/har/per 2025-07-26 22:11:14 -07:00
parent 7b5e86315c
commit 110309ba13

View File

@ -26,6 +26,7 @@ func TestLocalizationService(t *testing.T) {
"pt-BR": "Carregando...", "pt-BR": "Carregando...",
"tr": "Yükleniyor...", "tr": "Yükleniyor...",
"ru": "Загрузка...", "ru": "Загрузка...",
"vi": "Đang nạp...",
"zh-CN": "加载中...", "zh-CN": "加载中...",
"zh-TW": "載入中...", "zh-TW": "載入中...",
} }