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 Ludwig <sebastian@lurado.de>2016-02-28 18:18:51 +0300
committerSebastian Ludwig <sebastian@lurado.de>2016-02-28 18:18:51 +0300
commiteec7d3b5d245d2836a898ddaaf233352311d47f6 (patch)
treeb75e03aa3c30801063220f9d1259f674ac7bdf45 /README.md
parentd7dfe19512effd3ebe005e2340ed1c0d8efc2df6 (diff)
Logging a warning, if a file is skipped because it would be empty while generating all string files.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6834b97..62c888f 100644
--- a/README.md
+++ b/README.md
@@ -108,7 +108,7 @@ This command creates an Apple or Android strings file from the master strings da
#### `generate-all-string-files`
-This command is a convenient way to call `generate-string-file` multiple times. It uses standard Mac OS X, iOS, and Android conventions to figure out exactly which files to create given a parent directory. For example, if you point it to a parent directory containing `en.lproj`, `fr.lproj`, and `ja.lproj` subdirectories, Twine will create a `Localizable.strings` file of the appropriate language in each of them. This is often the command you will want to execute during the build phase of your project.
+This command is a convenient way to call `generate-string-file` multiple times. It uses standard Mac OS X, iOS, and Android conventions to figure out exactly which files to create given a parent directory. For example, if you point it to a parent directory containing `en.lproj`, `fr.lproj`, and `ja.lproj` subdirectories, Twine will create a `Localizable.strings` file of the appropriate language in each of them. However, files that would not contain any translations will not be created; instead warnings will be logged to `stderr`. This is often the command you will want to execute during the build phase of your project.
$ twine generate-all-string-files /path/to/strings.txt /path/to/project/locales/directory --tags common,app1