Add Japanese translation (#5641)

This commit is contained in:
shamoon
2024-02-03 11:37:21 -08:00
committed by GitHub
parent dfd959839f
commit 6cf732e6ec
7 changed files with 57 additions and 34 deletions

View File

@@ -131,6 +131,12 @@ const LANGUAGE_OPTIONS = [
englishName: 'Italian',
dateInputFormat: 'dd/mm/yyyy',
},
{
code: 'ja-jp',
name: $localize`Japanese`,
englishName: 'Japanese',
dateInputFormat: 'yyyy/mm/dd',
},
{
code: 'lb-lu',
name: $localize`Luxembourgish`,