fix: add native mode to tx pushes#69
Conversation
|
the code change itself looks reasonable and more consistent. never the less: why is there a |
|
That was added here: not sure which is the best mode for Android, thinking in pushing (pulling works fine). |
|
This was bluntly copied over from the translation-sync repo.... But there is also no trace on the diff between native, make and old |
|
Then, is it OK to send EDIT: old mode uses |
|
|
after checking the
Two options on my side:
the second one seems like adapting the stuff to the CI, and it should be in the other way round. I'd go for skipping Any other option/idea/suggestion is also welcome. |
Current Android translation workflow works in
nativemode:https://github.com/owncloud/android/blob/b873be87a807d5b4292a470c1ea606b190994888/.github/workflows/translate.yml#L15
translation-sync.ymlconsidersnativemode only for pulling translations from tx, but pushing.That means, strings added/removed in Android's source file are never reflected and available in tx's UI for translation in any language.
In this PR, push and pull operations work in the same way for every mode.