Add Japanese language (#9956)

I added Japanese translation.

---------

Co-authored-by: Félix Malfait <felix@twenty.com>
This commit is contained in:
PONOTECH
2025-02-01 20:49:18 +09:00
committed by GitHub
parent c9ca87f49f
commit 4b9414a002
37 changed files with 3987 additions and 84 deletions

View File

@ -90,6 +90,10 @@ export const LocalePicker = () => {
label: t`Korean`,
value: APP_LOCALES.ko,
},
{
label: t`Japanese`,
value: APP_LOCALES.ja,
},
{
label: t`Portuguese — Portugal`,
value: APP_LOCALES['pt-PT'],