Re: slaroche - r31436 - in abiword/trunk/src/af: util/xp xap/xp
Ingo Brückl <[email protected]>
| Newsgroups | gmane.editors.abiword.devel |
|---|---|
| Message-ID | <[email protected]> |
> Author: slaroche > Date: 2012-06-27 15:13:38 +0200 (Wed, 27 Jun 2012) > New Revision: 31436 > Log: > Add languages to the UT_LangRecord table; also realign table (cosmetic) The language entries (besides English) in xap_String_Id.h should be sorted by the name, not the ID, to avoid sorting. > +dcl(LANG_ACH, "Acoli") According to the Wiki, it's Acholi (but English isn't my native language). > +dcl(LANG_BM, "Bambara") In is mainly spoken in Mali, so it should be LANG_BM_ML. > +dcl(LANG_CGG, "Chiga") According to the Wiki, it's Kiga (redirected from Rukiga language). > +dcl(LANG_LG, "Ganda") In is mainly spoken in Uganda, so it should be LANG_LG_UG. > +dcl(LANG_SON, "Songhai") According to the Wiki, it's Songhay (redirected from Songhai languages). Ingo