restore language from test

This commit is contained in:
Jeremy Kauffman 2019-05-20 09:58:51 -04:00 committed by Sean Yesmunt
parent 570edffc0c
commit 15435e1ceb

View file

@ -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'