restore language from test
This commit is contained in:
parent
570edffc0c
commit
15435e1ceb
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue