github-action icon indicating copy to clipboard operation
github-action copied to clipboard

Possibility to merge source changes of upload_sources action with Crowdin sources.

Open matuslittva opened this issue 4 years ago • 1 comments

Is your feature request related to a problem? Please describe. When I run the Crowdin action with upload_sources: true with new strings added into my source file. But in the meantime someone modified some of the source strings in Crowdin. My Crowdin action will replace these changes with the original texts.

Describe the solution you'd like I would love to have possibility to merge texts (not just replace strings file on crowdin with my file from Github action) or at least create conflicts in automated PR so I can solve it manually by myself.

Describe alternatives you've considered I wanted to use some of upload_sources_args, but haven't really found clear list of all available arguments in CLI documentation.

matuslittva avatar Apr 27 '22 13:04 matuslittva

Same problem here, it would need an option upload_sources_modified_only and upload_translations_modified_only or something like that.

bertho-zero avatar Jun 01 '22 15:06 bertho-zero