Merge branch 'dev' into feature-ai

This commit is contained in:
shamoon
2025-07-08 14:20:07 -07:00
7 changed files with 31 additions and 8 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`,