Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

googletrans no longer works, updated readme, deepl support, code cleanup, caching #1

Merged
merged 7 commits into from Nov 7, 2021

Conversation

guidedways
Copy link
Contributor

@guidedways guidedways commented Nov 7, 2021

  • googletrans no longer works, updated Readme with a fix
  • DeepL support (switch between Google Translate / DeepL)
  • Since default source language is en, LanguageCodes.txt updated to remove en
  • Read the source / origin language once and cache the key / value pairs
  • Option added to ignore translating lines that already exist in an existing target translation
  • Option added to support verbose printing
  • Option added to specify a custom path to Localizable.strings
  • Basic validations
  • Cleanup

Read source language once, ignore unwanted lines
Verbose printing
Cleanup
DeepL support
@guidedways guidedways changed the title googletrans no longer works, updated readme, code cleanup, caching googletrans no longer works, updated readme, deepl support, code cleanup, caching Nov 7, 2021
Copy link
Owner

@GWesley GWesley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fantastic! Thank you for your effort

@GWesley GWesley merged commit 5b24eda into GWesley:main Nov 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants