Skip to content

Commit

Permalink
fix: It is no longer possible to change the default language from the…
Browse files Browse the repository at this point in the history
… settings openwallet-foundation#1242

Signed-off-by: gab savard <[email protected]>
  • Loading branch information
Sp0k authored and jleach committed Aug 27, 2024
1 parent 492b4a1 commit 4ef2bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/legacy/core/App/container-impl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const defaultConfig = {
PINSecurity: { rules: PINRules, displayHelper: false },
settings: [],
enableTours: false,
supportedLanguages: ['en'],
supportedLanguages: ['en', 'fr', 'pt-BR'],
showPreface: false,
disableOnboardingSkip: false,
whereToUseWalletUrl: 'https://example.com',
Expand Down

0 comments on commit 4ef2bf9

Please sign in to comment.