Fixed first run description
Doesn't run without the --format part - added all possible format possibilities.
This commit is contained in:
parent
a186d37481
commit
3b99a796f1
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ This command validates that the Twine data file can be parsed, contains no dupli
|
|||
The easiest way to create your first Twine data file is to run the [`consume-all-localization-files`](#consume-all-localization-files) command. The one caveat is to first create a blank file to use as your starting point. Then, just point the `consume-all-localization-files` command at a directory in your project containing all of your localization files.
|
||||
|
||||
$ touch twine.txt
|
||||
$ twine consume-all-localization-files twine.txt Resources/Locales --developer-language en --consume-all --consume-comments
|
||||
$ twine consume-all-localization-files twine.txt Resources/Locales --developer-language en --consume-all --consume-comments --format apple/android/gettext/jquery/django/tizen/flash
|
||||
|
||||
## Twine and Your Build Process
|
||||
|
||||
|
|
Reference in a new issue