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
Thank you for your interest in perl6intro. Please feel free to sync the French translation, I'd be more than happy to give you a commit bit if you would like to maintain it in the future.
Regarding the management of translations in different branches, I am not overly fond of this approach, and would like to evaluate alternatives.
Lets keep this issue open in order to discuss the best way to manage translations. If anyone has any suggestion on how to ease the maintenance of translations kindly post it.
I'd be more than happy to give you a commit bit if you would like to maintain it in the future.
Thank you, I will try to make a synch but I find following changes in english quite cumbersome, I'll wait for an easier solution before pretending to be maintainer of the French translation.
Hello,
I'm looking at syncing the french translation with the English one (actually 370 commits behind hankache:master).
I think that we may ease the tracking of translation by putting each one in a separate branch, each translation using the same filename.
This way:
git diff master..translation/french
me@home:~/src/perl6intro (translation/french<)$ git merge master
This will require a modification to the publication tools to iterate over each
translation/
branch to build the documentation.What do you think about this idea?
Regards.
The text was updated successfully, but these errors were encountered: