Merge pull request #2657 from lbryio/fix-languages-take-2
Fix language setting
This commit is contained in:
commit
98542e10b9
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import y18n from 'y18n';
|
||||||
import path from 'path';
|
import path from 'path';
|
||||||
|
|
||||||
const i18n = y18n({
|
const i18n = y18n({
|
||||||
directory: path.join(__static, `locales`),
|
directory: path.join(__dirname, `locales`),
|
||||||
updateFiles: true,
|
updateFiles: true,
|
||||||
locale: 'en',
|
locale: 'en',
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue