commit
ee6789f62a
1 changed files with 2 additions and 1 deletions
|
@ -77,7 +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)
|
||||
* [Tizen String Resources][tizen] (format: tizen)
|
||||
|
||||
If you would like to enable twine to create language files in another format, create an appropriate formatter in `lib/twine/formatters`.
|
||||
|
||||
|
@ -187,3 +187,4 @@ Many thanks to all of the contributors to the Twine project, including:
|
|||
[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/
|
||||
[tizen]: https://developer.tizen.org/documentation/articles/localization
|
||||
|
|
Reference in a new issue