Merge branch 'dev' into main

This commit is contained in:
Timothy Jaeryang Baek 2024-03-20 20:48:26 -05:00 committed by GitHub
commit 6313a98287
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
26 changed files with 1870 additions and 247 deletions

View file

@ -11,10 +11,22 @@
"code": "de-DE",
"title": "Deutsch"
},
{
"code": "es-ES",
"title": "Spanish"
},
{
"code": "fr-FR",
"title": "French (France)"
},
{
"code": "fr-CA",
"title": "French (Canada)"
},
{
"code": "ru-RU",
"title": "Russian (Russia)"
},
{
"code": "uk-UA",
"title": "Ukrainian"
@ -27,8 +39,12 @@
"code": "zh-CN",
"title": "Chinese (Simplified)"
},
{
"code": "vi-VN",
"title": "Tiếng Việt"
}
{
"code": "vi-VN",
"title": "Tiếng Việt"
},
{
"code": "ca-ES",
"title": "Catalan"
}
]