- Is this a bug or a feature request? - What version are you running (`0.x` or `1.x`)? - Which runner (cli, gulp...)? ## What I'm trying to do? *Replace this with a description of what you are trying to do* ## How am I doing it? *Replace this section with your config file or cli command* Here is my config file: ``` { locales: ['en', 'de'], output: 'locales/$LOCALE/$NAMESPACE.json' } ``` The command I'm running: ``` i18next ... ``` ## What was the result? *Replace this with a description of the result you are getting* ## What was I expecting? *Replace this with a description of the result you are expecting*