You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Hi @joapuiib sorry for the late reply, I've missed this!
This is great work!
I think adding a translations folder is fine, past contributions have already broken the idea to have a clear history of the main branch as part of the tutorial. 1000% better to have contributions :)
I'd be very happy if you open a PR adding your translation!
In terms of commits I'd just merge that as one commit saying something like "Add Catalan translation by @joapuiib"
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 thattutorial_wip
exists In order to not make the history "dirty". I could make the branchtranslation_catalan
and 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?
The text was updated successfully, but these errors were encountered: