-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Glossary support for Google Cloud Translation Advanced #10526
Comments
This issue has been added to the backlog. It is not scheduled on the Weblate roadmap, but it eventually might be implemented. In case you need this feature soon, please consider helping or push it by funding the development. |
@nijel the glossary feature requires a new |
I think it should run without a glossary (storing glossaries will probably also lead to additional costs). |
…ed (#12777) * GoogleV3 Glossary support implementation * handle multiple dependencies for show-extras * Documentation update * syntax error fix * fix missing test coverage * add bucket usage explanation * "bucket_name" added to SettingsDict * chore: lockfile maintenance Fixes #10526 Co-authored-by: Michal Čihař <[email protected]>
Thank you for your report; the issue you have reported has just been fixed.
|
Describe the problem
Add glossaries support to Google Cloud Translation Advanced. Their documentation is at https://cloud.google.com/translate/docs/reference/rest/v3/projects.locations.glossaries, Python API is described at https://cloud.google.com/python/docs/reference/translate/latest/google.cloud.translate_v3.services.translation_service.TranslationServiceClient#google_cloud_translate_v3_services_translation_service_TranslationServiceClient_create_glossary.
Describe the solution you'd like
Add
GlossaryMachineTranslationMixin
toGoogleV3Translation
, hook it todownload_translations
and implement missing methods.Describe alternatives you've considered
No response
Screenshots
No response
Additional context
The text was updated successfully, but these errors were encountered: