symphonists / localisationmanager

A Symphony extension to manage back-end localisation files
http://www.getsymphony.com/download/extensions/view/29645/
Other
12 stars 4 forks source link

Suggestion about Submodules #4

Closed rainerborene closed 13 years ago

rainerborene commented 14 years ago

Hello Nils,

Last week I was thinking of your great extension and how people can collaborate on translations. I think forking the entire extension isn't the right way for people who just want to collaborate on a translation.

In my case If I update my translation's file you will have to copy and paste the content of that file to your repository.

What do you think about using git submodules?

nilshoerrmann commented 14 years ago

I've been thinking of that but I have to admit that I did not fully understand submodules yet. How should they be setup in this context?

rainerborene commented 14 years ago

It could be used in the lang folder. Using submodules I don't need to fork the entire extension to contribute on translations. I mean I will have just one single file (lang.pt-br.php) in my repository.

Watch this screencast.

nilshoerrmann commented 14 years ago

Do submodule always pull the most recent version of a linked repository?