diff options
author | nodiscc <nodiscc@gmail.com> | 2017-03-20 13:27:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-20 13:27:30 +0000 |
commit | a761311ec6667f5adf186eb40231c1e09b21607d (patch) | |
tree | 845867d32420d420b2416efad92986933d55f6e0 /README.md | |
parent | Merge pull request #993 from Ardakilic/patch-1 (diff) | |
parent | Update contrib file per CONTRIBUTING suggestion (diff) | |
download | awesome-selfhosted-a761311ec6667f5adf186eb40231c1e09b21607d.tar.gz awesome-selfhosted-a761311ec6667f5adf186eb40231c1e09b21607d.zip |
Merge pull request #988 from digiou/master
Add Parrot to the list of localization services
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1055,7 +1055,8 @@ See also [Static site generators](#static-site-generators) * [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 - + + * [Parrot](http://anthonynsimon.com/parrot.github.io/) - Self-hosted Localization Management Platform built with Go and Angular 2.. ([Source Code](https://github.com/anthonynsimon/parrot)) `MIT` `Go` * [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` |