Skip to content

Commit

Permalink
Merge pull request #366 from Appsilon/ftr/default_language
Browse files Browse the repository at this point in the history
Ftr/default language
  • Loading branch information
magdakunat authored Jun 15, 2023
2 parents ae1fccc + d4a5715 commit 0d1284b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ i18next
.use(initReactI18next) // passes i18n down to react-i18next
.init({
resources: translations,
lng: 'fr',
lng: 'en',
interpolation: {
escapeValue: false, // react already safes from xss
},
Expand Down

0 comments on commit 0d1284b

Please sign in to comment.