On Sat, May 02, 2015 at 08:15:45AM +0100, Alangi Derick wrote: > I read the po/README and also the po/TEAMS and i can't find English > there as a language. So what should i do or is it that the english in > the error messages are not clear that i can work on? The idea is to find error messages in the code base that are not marked for translation. That is: error("Something is wrong"); should be: error(_("Something is wrong")); This way, these strings will be extracted for the teams for translation. There is no english because those messages are already in the code. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html