I have a question where we have a project who's source code was originally written in Spanish. As more developers join the project, the original developer decides to change all the Spanish syntax to English.
The question is, we have divided the tasks to multiple developers and all of us will start implementing features based on the Spanish source code. We're afraid if the source code syntax changes to English, at the same time, we're modifying the code, will we have trouble to merge the features with all English syntax?
What will be the best approach to address this problem?
Thanks!