Top 4 Python Translation Projects
-
deep-translator
A flexible free and unlimited python tool to translate between different languages in a simple way using multiple translators.
Project mention: A free and innovative translation API for developers | news.ycombinator.com | 2022-04-02The API is based on the deep-translator python package (https://github.com/nidhaloff/deep-translator).
It is one tool that supports multiple translators and therefore, very easy and convenient to use.
If you want to check the code, here is the link to the repo: https://github.com/nidhaloff/deep-translator-api
-
Project mention: Translate models with parler, modeltranslate or something else? | reddit.com/r/django | 2021-09-01
django-parler uses a different table for the translated objects and creates a new row for every language version of an object and connects them via foreign key and a join which should scale better imho. But it has the downside that it doesn't do a fallback on a per-field basis. So if a model has two translatable fields and only one has some content in the specific language, an object in this language gets created and the other field is empty and does not gets populated with the content from the fallback language (see this issue)
-
SonarLint
Deliver Cleaner and Safer Code - Right in Your IDE of Choice!. SonarLint is a free and open source IDE extension that identifies and catches bugs and vulnerabilities as you code, directly in the IDE. Install from your favorite IDE marketplace today.
-
-
Project mention: What they don’t tell you when you translate your app | news.ycombinator.com | 2021-09-09
> Translation and localization costs money
If you have a fan base, you can leverage it to get some amount of translation done. A lot of users are happy to help the product they like get better. Granted, the quality will not be as good as the quality you get with professional translators.
The article also did not talk about the actual the translation process, which in the case of a product that is released but keeps getting updates, is not trivial.
There are tools that exists, but I personally decided to build a workflow around git, with a python scripts that generates a status of all the translations: https://github.com/jyaif/ppl-i18n#status
The downside is that contributors need to figure out how to use github to contribute. The upside is that it's free, you get auditability, versioning, and the barrier of entry may actually increase the quality of translations.
Python Translations related posts
- Python Standard Library changes in recent years
- Photorealistic Monocular 3D Reconstruction of Humans Wearing Clothing
- DuckDuckGo Removes Pirate Sites and YouTube-DL from Its Search Results
- Just a reminder that WhatsApp is also owned by Facebook
- Ask HN: Alternatives to DuckDuckGo?
- Domain Name System (DNS) Basics
- How to add search feature in org exported web sites?
Index
What are some of the best open-source Translation projects in Python? This list will help you:
Project | Stars | |
---|---|---|
1 | deep-translator | 592 |
2 | django-parler | 554 |
3 | Translator-pp | 21 |
4 | ppl-i18n | 12 |
Are you hiring? Post a new remote job listing for free.