Hi,
I love this Git tutorial and I'm currently translating it to Catalan in my fork: https://github.com/joapuiib/git_training/tree/master/translations/ca
I've created a folder named translations where a folder can be created for each language this tutorial is translated to. I don't know if this is the best approach. I'd like to hear from you and know if you think this is a good idea.
For now, I've been working on the master branch, but I've seen that tutorial_wip exists In order to not make the history "dirty". I could make the branch translation_catalan and then, merge it to master, but there would be a visible commit that would spoil the history if a lot of translations are being made.
Do you want to integrate translations and, if so, how would be the best way to add these changes?
Hi,
I love this Git tutorial and I'm currently translating it to Catalan in my fork: https://github.com/joapuiib/git_training/tree/master/translations/ca
I've created a folder named
translationswhere a folder can be created for each language this tutorial is translated to. I don't know if this is the best approach. I'd like to hear from you and know if you think this is a good idea.For now, I've been working on the
masterbranch, but I've seen thattutorial_wipexists In order to not make the history "dirty". I could make the branchtranslation_catalanand then, merge it tomaster, but there would be a visible commit that would spoil the history if a lot of translations are being made.Do you want to integrate translations and, if so, how would be the best way to add these changes?