gitlocalize / feedback

:mega: We love feedback :sparkles:
20 stars 8 forks source link

Avoid multiple PR for every single .po file #118

Closed sachin-suresh-rapyuta closed 1 year ago

sachin-suresh-rapyuta commented 1 year ago

I am using Sphinx ReadtheDocs for my project. For every .po file that is translated, there is a separate PR that gets created. If I have 50 .po files, is this behavior normal?

If I have a single language translated PR, I can use that branch to point it to Sphinx ReadtheDocs.

ilyaspiridonov commented 1 year ago

@sachin-suresh-rapyuta Thanks for the issue. This is actually implemented already: 1) Create a review request (file 1) 2) create a review request (file 2) 3) Head to review requests, select both files and send a single PR:

image

Closing this for now as this doesn't seem to be an active issue, but please feel free to comment/reopen if you have other questions or concerns. Thanks!

sachin-suresh-rapyuta commented 1 year ago

Thanks. Just curious, which algorithm does the machine translation use- DeepL or Google Translation?

ilyaspiridonov commented 1 year ago

@sachin-suresh-rapyuta It's currently Google Translate, but we'll be adding other engines for enterprise clients