Add Japanese language (#9956)
I added Japanese translation. --------- Co-authored-by: Félix Malfait <felix@twenty.com>
This commit is contained in:
@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user