Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/twine.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Celis <sebastian@sebastiancelis.com>2015-08-08 15:22:26 +0300
committerSebastian Celis <sebastian@sebastiancelis.com>2015-08-08 15:22:26 +0300
commit47c8619afe280913e6baea9966c1ae3a6c011461 (patch)
tree5015baf1616aae9007f4b6151d02deb014658706 /README.md
parent8f96ef3231d5e9b2b0c11607e3f7c8aee3e285e0 (diff)
Remove generate-report command in favor of validate-strings-file.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 1 insertions, 7 deletions
diff --git a/README.md b/README.md
index 0c733a6..b437798 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ Each grouping section contains N string definitions. These string definitions st
### Tags
-Tags are used by Twine as a way to only work with a subset of your strings at any given point in time. Each string can be assigned zero or more tags which are separated by commas. Tags are optional, though highly recommended. You can get a list of all strings currently missing tags by executing the `generate-report` command.
+Tags are used by Twine as a way to only work with a subset of your strings at any given point in time. Each string can be assigned zero or more tags which are separated by commas. Tags are optional, though highly recommended. You can get a list of all strings currently missing tags by executing the `validate-strings-file` command.
### Whitespace
@@ -128,12 +128,6 @@ This command is a convenient way of taking a zip file and executing the `consume
$ twine consume-loc-drop /path/to/strings.txt LocDrop2.zip
-#### `generate-report`
-
-This command gives you useful information about your strings. It will tell you how many strings you have and how many have been translated into each language.
-
- $ twine generate-report /path/to/strings.txt
-
#### `validate-strings-file`
This command validates that the strings file can be parsed, contains no duplicate keys, and that all strings have at least one tag. It will exit with a non-zero status code if any of those criteria are not met.