diff options
author | Kieran <kieranrobson1999@gmail.com> | 2022-08-01 18:50:48 +0000 |
---|---|---|
committer | Kieran <kieranrobson1999@gmail.com> | 2022-08-01 18:50:48 +0000 |
commit | 0eec067604ae9911690c274e40f5ed4feb3e5b17 (patch) | |
tree | 921a4fc689c7dfb317e2f45329ba572208416ee0 | |
parent | Added IDE and tools description (diff) | |
download | awesome-selfhosted-0eec067604ae9911690c274e40f5ed4feb3e5b17.tar.gz awesome-selfhosted-0eec067604ae9911690c274e40f5ed4feb3e5b17.zip |
Added Localization code
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1791,6 +1791,8 @@ An [integrated development environment (IDE)](https://en.wikipedia.org/wiki/Inte **[`^ back to top ^`](#)** +[Localization](https://en.wikipedia.org/wiki/Internationalization_and_localization) is the proccess of adapting code and software to other langauages. + - [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](https://pootle.translatehouse.org) - Online translation and localization tool. ([Source Code](https://github.com/translate/pootle)) `GPL-3.0` `Python` |