Commit f9a5dbf6 authored by Justin Domingue's avatar Justin Domingue Committed by GitHub

fix: add sourceLocale: en (#1738)

* fix: add sourceLocale: en

* Fix code style issues with ESLint
Co-authored-by: default avatarLint Action <lint-action@samuelmeuli.com>
parent 7991b0b0
...@@ -18,4 +18,5 @@ module.exports = { ...@@ -18,4 +18,5 @@ module.exports = {
pseudoLocale: 'pseudo-en', pseudoLocale: 'pseudo-en',
rootDir: '.', rootDir: '.',
runtimeConfigModule: ['@lingui/core', 'i18n'], runtimeConfigModule: ['@lingui/core', 'i18n'],
sourceLocale: 'en',
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment