Feature: add Vietnamese translation (#10352)

This commit is contained in:
shamoon
2025-07-08 14:13:20 -07:00
committed by GitHub
parent 850444c2fc
commit 9178af5fb2
7 changed files with 69 additions and 63 deletions

View File

@@ -244,6 +244,12 @@ const LANGUAGE_OPTIONS = [
englishName: 'Ukrainian',
dateInputFormat: 'dd.mm.yyyy',
},
{
code: 'vi-vn',
name: $localize`Vietnamese`,
englishName: 'Vietnamese',
dateInputFormat: 'dd/mm/yyyy',
},
{
code: 'zh-cn',
name: $localize`Chinese Simplified`,