Skip to content

Commit

Permalink
enable japanese language
Browse files Browse the repository at this point in the history
  • Loading branch information
kalidiagne committed Jul 2, 2024
1 parent d32e48e commit 63e4794
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 5 additions & 5 deletions app/i18n/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ export const languageList: Language[] = [
label: "Deutsch",
enabled: true,
},
{
key: "ja",
label: "日本語",
enabled: true,
},
{
key: "ar",
label: "Arabic",
Expand All @@ -70,11 +75,6 @@ export const languageList: Language[] = [
label: "中文",
enabled: false,
},
{
key: "ja",
label: "日本語",
enabled: false,
},
]

// list of language keys based on the languageList
Expand Down

0 comments on commit 63e4794

Please sign in to comment.