diff options
author | Nikita Kolmogorov <backmeupplz@gmail.com> | 2021-04-28 16:26:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-28 16:26:44 +0000 |
commit | 12afb0e3b88c117db20f721d64bb2109eca194f7 (patch) | |
tree | a05d9cf2dff23a1460a3b93735ed50a5b20fd3ed | |
parent | added baserow to automation (#2471) (diff) | |
download | awesome-selfhosted-12afb0e3b88c117db20f721d64bb2109eca194f7.tar.gz awesome-selfhosted-12afb0e3b88c117db20f721d64bb2109eca194f7.zip |
Add Localizer to Localization (#2479)
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1466,6 +1466,7 @@ _See also [Static site generators](#static-site-generators)_ ### Localization - [Accent](https://www.accent.reviews/) - Open-source, self-hosted, developer-oriented translation tool. ([Source Code](https://github.com/mirego/accent)) `BSD-3-Clause` `Elixir` +- [Localizer](https://localizer.dev) - Free self-hosted open-source crowd-translating service for your product. ([Demo](https://localize.todorant.com), [Source Code](https://github.com/backmeupplz/localizer-backend)) `MIT` `Nodejs/Docker` - [Pootle](http://pootle.translatehouse.org) - Online translation and localization tool. ([Source Code](https://github.com/translate/pootle)) `GPL-3.0` `Python` - [Traduora](https://traduora.com) - Translation management platform for teams. ([Source Code](https://github.com/traduora/traduora)) `AGPL-3.0` `Docker/Nodejs` - [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)) `GPL-3.0` `Python` |