mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-19 13:41:30 -05:00
[PR #840] [CLOSED] Add ieighteen for i18n, Automation of Translation #751
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/840
Author: @emadehsan
Created: 2/26/2017
Status: ❌ Closed
Base:
master← Head:i18n_ieighteen📝 Commits (1)
45491fdAdd ieighteen for i18n, Automation of Translation📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
Automate Translation of one Natural Language to another w/o paying money
Google Translation APIs are paid. Businesses usually pay for i18n of their Apps and Websites.
While one could write a Scrapper (probably using Selenium because of AJAX) to translate each String to targeted language. But that would tiresome. It uses a specific Google Translate API to translate, as described in Project.
Disclaimer:
I have written this.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.