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? |
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
@malytomas the new keys (source strings) will be uploaded to Crowdin and the existing ones will be updated. You can also use the
update_option
configuration to specify whether to preserve the existing translations and approvals for the updated strings or not.