diff --git a/src/ui/i18n/index.js b/src/ui/i18n/index.js index 374089a6e..83b614eda 100644 --- a/src/ui/i18n/index.js +++ b/src/ui/i18n/index.js @@ -3,7 +3,7 @@ import y18n from 'y18n'; import path from 'path'; const i18n = y18n({ - directory: path.join(__static, `locales`), + directory: path.join(__dirname, `locales`), updateFiles: true, locale: 'en', });