-
-
Notifications
You must be signed in to change notification settings - Fork 207
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
- 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' | ||
} | ||
``` | ||
|
||
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* |