Skip to content

Commit

Permalink
Merge pull request #174 from privacy-scaling-explorations/enable-japa…
Browse files Browse the repository at this point in the history
…nese-language

enable japanese language
  • Loading branch information
AtHeartEngineer committed Jul 2, 2024
2 parents d32e48e + 63e4794 commit 402038d
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 402038d

Please sign in to comment.