Feature: Chinese Traditional translation (#9076)

---------

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
LokiHung
2025-02-12 10:56:24 +08:00
committed by GitHub
parent 329ef7aef3
commit bbad36717f
7 changed files with 257 additions and 214 deletions

View File

@@ -244,6 +244,12 @@ const LANGUAGE_OPTIONS = [
englishName: 'Chinese Simplified',
dateInputFormat: 'yyyy-mm-dd',
},
{
code: 'zh-tw',
name: $localize`Chinese Traditional`,
englishName: 'Chinese Traditional',
dateInputFormat: 'yyyy/mm/dd',
},
]
const ISO_LANGUAGE_OPTION: LanguageOption = {