mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Disabled i18next debug mode in development
- I didn't realise how annoying this would be so this commit disables it
This commit is contained in:
parent
2d7e5753d7
commit
0273ba2066
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@ module.exports = (lng = 'en', ns = 'portal') => {
|
|||
const i18nextInstance = i18next.createInstance();
|
||||
i18nextInstance.init({
|
||||
lng,
|
||||
debug: process.env.NODE_ENV === 'development',
|
||||
|
||||
// allow keys to be phrases having `:`, `.`
|
||||
nsSeparator: false,
|
||||
|
|
Loading…
Add table
Reference in a new issue