Luganda.
This commit is contained in:
parent
8099a558e1
commit
377b6dcefb
5 changed files with 1390 additions and 3 deletions
|
|
@ -7,7 +7,7 @@ bill@newbreedsoftware.com
|
|||
http://www.tuxpaint.org/
|
||||
|
||||
|
||||
June 17, 2002 - July 12, 2010
|
||||
June 17, 2002 - October 1, 2010
|
||||
|
||||
$Id$
|
||||
|
||||
|
|
@ -587,6 +587,9 @@ $Id$
|
|||
Rita Verbauskaite
|
||||
Gintaras Go?tautas <gintaras@nes.lt>
|
||||
|
||||
* Luganda
|
||||
James Olweny <sjolweny85@yahoo.co.uk>
|
||||
|
||||
* Luxembourgish
|
||||
René Brandenburger <rene@brandenburger.lu>
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ http://www.tuxpaint.org/
|
|||
|
||||
$Id$
|
||||
|
||||
2010.July.12 (0.9.22)
|
||||
2010.October.1 (0.9.22)
|
||||
* New Tools:
|
||||
----------
|
||||
* Label - A tool to add text to a drawing, which can be modified or
|
||||
|
|
@ -168,6 +168,9 @@ $Id$
|
|||
|
||||
* New Locales:
|
||||
------------
|
||||
* Luganda translation
|
||||
James Olweny <sjolweny85@yahoo.co.uk>
|
||||
|
||||
* Luxembourgish translation
|
||||
Ren<65> Brandenburger <rene@brandenburger.lu>
|
||||
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
$Id$
|
||||
|
||||
June 14, 2002 - April 3, 2010
|
||||
June 14, 2002 - October 1, 2010
|
||||
*/
|
||||
|
||||
// FIXME: gettext() won't even bother to look up messages unless it
|
||||
|
|
@ -289,6 +289,7 @@ static const language_to_locale_struct language_to_locale_array[] = {
|
|||
{"lithuanian", "lt_LT.UTF-8"},
|
||||
{"lietuviu", "lt_LT.UTF-8"},
|
||||
{"latvian", "lv_LV.UTF-8"},
|
||||
{"luganda", "lg_UG.UTF-8"},
|
||||
{"luxembourgish", "lb_LU.UTF-8"},
|
||||
{"letzebuergesch", "lb_LU.UTF-8"},
|
||||
{"macedonian", "mk_MK.UTF-8"},
|
||||
|
|
@ -398,6 +399,7 @@ static void show_lang_usage(int exitcode)
|
|||
/* ku */ " kurdish\n"
|
||||
/* lv */ " latvian\n"
|
||||
/* lt */ " lithuanian lietuviu\n"
|
||||
/* lg */ " luganda\n"
|
||||
/* lb */ " luxembourgish letzebuergesch\n"
|
||||
/* mk */ " macedonian\n"
|
||||
/* ms */ " malay\n"
|
||||
|
|
@ -501,6 +503,7 @@ static void show_locale_usage(FILE * f, const char *const prg)
|
|||
" ku_TR (Kurdish)\n"
|
||||
" ms_MY (Malay)\n"
|
||||
" ml_IN (Malayalam)\n"
|
||||
" lg_UG (Luganda)\n"
|
||||
" lb_LU (Luxembourgish Letzebuergesch)\n"
|
||||
" lv_LV (Latvian)\n"
|
||||
" lt_LT (Lithuanian Lietuviu)\n"
|
||||
|
|
@ -593,6 +596,7 @@ static const char *language_to_locale(const char *langstr)
|
|||
show_lang_usage(0);
|
||||
fprintf(stderr, "%s is an invalid language\n", langstr);
|
||||
show_lang_usage(59);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
static void set_langint_from_locale_string(const char *restrict loc)
|
||||
|
|
|
|||
|
|
@ -86,6 +86,7 @@ enum
|
|||
LANG_KO, /* Korean */
|
||||
LANG_KU, /* Kurdish */
|
||||
LANG_LB, /* Luxembourgish */
|
||||
LANG_LG, /* Luganda */
|
||||
LANG_LT, /* Lithuanian */
|
||||
LANG_LV, /* Latvian */
|
||||
LANG_MK, /* Macedonian */
|
||||
|
|
|
|||
1376
src/po/lg.po
Normal file
1376
src/po/lg.po
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue