On Mon, 11 Jun 2012, Alexis López Zubieta wrote:

> As you could see I'm far of been comfortable with git, In fact this is my 
> first experience with a SVN. So your help is welcome. Also I promise to be 
> more careful and verbose with git's commits.

We all need to start somewhere ofc =)

> About the conflicts with po files you suggest that I remove it from my git ?

No not at all, just remember to never edit the files.
We take care of translations in the Pootle infrastructure and if you (or 
any other developer start to edit the actual PO files there will be 
conflicts that the automatic scripts can not handle (in most cases) and 
this is a problem.
Just let the files sit there. Updates to the POT file and input files and 
so on are most welcome though.

One thing I am not sure how to handle is the m4 directory, should that 
directory really be inside the tree at all? I guess that it should not but 
I was afraid that it would break so I left it in. If it is safe to remove 
just do a separate commit removing that.
(git rm -r m4; git commit -m "Removing m4 directory as was accidently put 
in tree."; git push)

The other components do not use a LINGUAS file to track what languages to 
include it detects that at build time. It would be great if someone who 
know autoconf/make can take a look at that implementation and add it here.
In general I think the autconf/make situation need a overhaul here, I am 
almost illiterate when it comes to those things.


(sorry for taking this to the list but I think it needs a wider audience 
and the details from your part was not super secret imho =))
-- 
/brother
http://martin.bagge.nu
Most people use passwords. Some people use passphrases. Bruce Schneier uses an 
epic passpoem, detailing the life and works of seven mythical Norse heroes.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Lxde-list mailing list
Lxde-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxde-list

Reply via email to