From 5367954e603753de6cbf98eb9436fcb9d132ad46 Mon Sep 17 00:00:00 2001 From: Sebastian Celis Date: Tue, 10 Jun 2014 10:29:02 -0500 Subject: [PATCH] Add Tizen to readme. --- README.md | 1 + 1 file changed, 1 insertion(+) 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`.