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>2014-06-10 19:29:02 +0400
committerSebastian Celis <sebastian@sebastiancelis.com>2014-06-10 19:29:02 +0400
commit5367954e603753de6cbf98eb9436fcb9d132ad46 (patch)
tree538df99bb8dd275555b5cfc82c22db3219372918 /README.md
parentafd43da1dcaf6f49755dfd522e4be1571fd95135 (diff)
Add Tizen to readme.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 72ace24..4361925 100644
--- a/README.md
+++ b/README.md
@@ -77,6 +77,7 @@ Twine currently supports the following formats for outputting strings:
* [Gettext PO Files][gettextpo] (format: gettext)
* [jquery-localize Language Files][jquerylocalize] (format: jquery)
* [Django PO Files][djangopo] (format: django)
+* [Tizen String Resources][https://developer.tizen.org/documentation/articles/localization] (format: tizen)
If you would like to enable twine to create language files in another format, create an appropriate formatter in `lib/twine/formatters`.