Add vietnamese locale

This commit is contained in:
Tuan Vu 2026-03-06 00:41:26 +07:00 committed by GitHub
parent 53ec791763
commit cdcbce7541
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,4 +24,5 @@ export const LOCALES = [
{ code: 'ro', key: 'romanian' },
{ code: 'sq', key: 'albanian' },
{ code: 'ca', key: 'catalan' },
{ code: 'vi', key: 'vietnamese' }
];