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:
authorpichirichi <github@pichirichi.com>2014-02-20 16:23:21 +0400
committerpichirichi <github@pichirichi.com>2014-02-20 16:23:21 +0400
commitda1e6030defc2be4afb6ef7cbe4c101111c99e31 (patch)
tree8dbdecb6c9a651ef30eb242f02448e8e61b9b7b3 /README.md
parent9c546be6c9e5de0a348c43fb43fa858041f7640c (diff)
add Django formatter support to the documentation
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index fd83ce7..7f7add2 100644
--- a/README.md
+++ b/README.md
@@ -76,6 +76,7 @@ Twine currently supports the following formats for outputting strings:
* [Android String Resources][androidstrings] (format: android)
* [Gettext PO Files][gettextpo] (format: gettext)
* [jquery-localize Language Files][jquerylocalize] (format: jquery)
+* [Django PO Files][djangopo] (format: django)
If you would like to enable twine to create language files in another format, create an appropriate formatter in `lib/twine/formatters`.
@@ -182,3 +183,4 @@ Many thanks to all of the contributors to the Twine project, including:
[androidstrings]: http://developer.android.com/guide/topics/resources/string-resource.html
[gettextpo]: http://www.gnu.org/savannah-checkouts/gnu/gettext/manual/html_node/PO-Files.html
[jquerylocalize]: https://github.com/coderifous/jquery-localize
+[djangopo]: https://docs.djangoproject.com/en/dev/topics/i18n/translation/