openedx / openedx-translations

Open edX Translation files in sync with Transifex
Creative Commons Attribution Share Alike 4.0 International
2 stars 22 forks source link

test/verify transifex gh app 2 way sync #29

Closed brian-smith-tcril closed 1 year ago

brian-smith-tcril commented 1 year ago

the transifex gh app supports 2 way sync, with the strings in this repo as the source of truth in merge conflicts. it'd be good to have a solid, tested, understanding of this behavior

one example i'd like to test is:

is the app smart enough to resolve conflicts there by only syncing the one string up to transifex? or do all the new translations in transifex get wiped by the sync?

brian-smith-tcril commented 1 year ago

there has been discussion on OEP-58 about if this is a good idea or not

one argument for keeping 2 way sync is for fixing format variable issues that aren't caught in transifex, but simply updating the strings in transifex when those issues are found has been proposed as an alternative solution

brian-smith-tcril commented 1 year ago

based on transifex docs https://help.transifex.com/en/articles/6265125-github-via-transifex-ui

For existing resources that have already been synced with GitHub, if translations are found in GitHub, they will be sent to Transifex only if no translations are found for that language in Transifex

knowing this, it seems we should stick to the idea of transifex as a source of truth for all translated strings, and any updates should happen in transifex