does upload_translations override translations, or just update new ones? #233
|
When I create new keys, I also write english translation (which is also the source language). I want to upload it to crowdin, so that others can improve it (I am not native english speaker). Will this override the translation in the crowdin, or will the crowdin version have higher priority? |
Answered by
andrii-bodnar
Jun 11, 2024
Replies: 1 comment 1 reply
|
@malytomas the new keys (source strings) will be uploaded to Crowdin and the existing ones will be updated. You can also use the |
1 reply
Answer selected by
malytomas
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@malytomas the new keys (source strings) will be uploaded to Crowdin and the existing ones will be updated. You can also use the
update_optionconfiguration to specify whether to preserve the existing translations and approvals for the updated strings or not.