diff --git a/src/ui/i18n/index.js b/src/ui/i18n/index.js index 970a6ead2..c61b3541d 100644 --- a/src/ui/i18n/index.js +++ b/src/ui/i18n/index.js @@ -4,7 +4,7 @@ import y18n from 'y18n'; const i18n = y18n({ directory: `static/locales`.replace(/\\/g, '\\\\'), updateFiles: true, - locale: 'fr', + locale: 'en', }); // @endif // @if TARGET='web'