-
Hello. Can't find this info anywhere. If two developers working in different branches add some keys to the crowdin project, will the last developer to upload sources overwrite the new keys of the first one? Or will it be merged somehow? (using |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi @beshur ! If someone changes the key of the string, this string will be considered as totally new in Crowdin project. So for example if there is a string: |
Beta Was this translation helpful? Give feedback.
-
@beshur in the case of branches both developers should upload files with the You can read more about versions management in the article - https://support.crowdin.com/versions-management/ or https://support.crowdin.com/cli-tool/#versions-management |
Beta Was this translation helpful? Give feedback.
Hi @beshur ! If someone changes the key of the string, this string will be considered as totally new in Crowdin project. So for example if there is a string:
"key1":"source string"
but later developer change the key to
"Key1": "source string"
the previous string is deleted and this one with the changed key is added as a new one