diff options
author | Gabriel Cossette <gabriel.cossette@gmail.com> | 2017-03-02 00:05:00 +0000 |
---|---|---|
committer | Edward D <ed.kickball@hotmail.com> | 2017-03-02 00:05:00 +0000 |
commit | e5674129df0e8d6b82ee758bd1bbb9570c5f0b9d (patch) | |
tree | d3efcbeb50eb73327c0db0c88a9227ad6d9737b3 /README.md | |
parent | Merge pull request #974 from noplanman/master (diff) | |
download | awesome-selfhosted-e5674129df0e8d6b82ee758bd1bbb9570c5f0b9d.tar.gz awesome-selfhosted-e5674129df0e8d6b82ee758bd1bbb9570c5f0b9d.zip |
Add software localization section and 3 tools (Pootle, Weblate and Zanata) (#972)
* Add software localization section and tools
* Add Pootle
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -73,6 +73,7 @@ See [Contributing](.github/CONTRIBUTING.md). - [Continuous Integration](#continuous-integration) - [API Management](#api-management) - [Documentation Generators](#documentation-generators) + - [Localization](#localization) - [Static site generators](#static-site-generators) - [Task management/To-do lists](#task-managementto-do-lists) - [Ticketing](#ticketing) @@ -1048,6 +1049,12 @@ See also [Static site generators](#static-site-generators) * [markdown-tree](https://github.com/mil/markdown-tree) - Serve a hierarchy / tree directory of markdown files. Use intended for small sites built in markdown. `MIT` `Ruby` * [Read the Docs](https://docs.readthedocs.org/en/latest/install.html) - Host documentation, making it fully searchable and easy to find; import your docs using any major version control system, including Mercurial, Git, Subversion, and Bazaar. ([Demo](https://readthedocs.org/projects/), [Source Code](https://github.com/rtfd/readthedocs.org)) `MIT` `Python` +### Localization + + * [Pootle](http://pootle.translatehouse.org) - Online translation and localization tool. ([Source Code](https://github.com/translate/pootle)) `GPLv3` `Python` + * [Weblate](https://weblate.org) - Web-based translation tool with tight version control integration. ([Demo](https://demo.weblate.org), [Source Code](https://github.com/WeblateOrg/weblate)) `GPLv3` `Python` + * [Zanata](http://zanata.org) - Web-based translation platform for translators, content creators and developers to manage localisation projects. ([Source Code](https://github.com/zanata/zanata-platform)) `GPLv2` `Java` + ## Static site generators **[`^ back to top ^`](#)** |