Update of /cvsroot/tuxpaint/tuxpaint/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15955/src
Modified Files:
tuxpaint.c
Log Message:
Breton translation (by Korvigello� An Drouizig)
Index: tuxpaint.c
===================================================================
RCS file: /cvsroot/tuxpaint/tuxpaint/src/tuxpaint.c,v
retrieving revision 1.99
retrieving revision 1.100
diff -C2 -d -r1.99 -r1.100
*** tuxpaint.c 24 Mar 2004 04:42:42 -0000 1.99
--- tuxpaint.c 31 Mar 2004 19:34:25 -0000 1.100
***************
*** 22,31 ****
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
! June 14, 2002 - March 23, 2004
*/
#define VER_VERSION "0.9.14"
! #define VER_DATE "2004.03.23"
--- 22,31 ----
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
! June 14, 2002 - March 31, 2004
*/
#define VER_VERSION "0.9.14"
! #define VER_DATE "2004.03.31"
***************
*** 288,291 ****
--- 288,292 ----
enum {
LANG_AF, /* Afrikaans */
+ LANG_BR, /* Breton */
LANG_CA, /* Catalan */
LANG_CS, /* Czech */
***************
*** 329,332 ****
--- 330,334 ----
const char * lang_prefixes[NUM_LANGS] = {
"af",
+ "br",
"ca",
"cs",
***************
*** 3790,3793 ****
--- 3792,3796 ----
/* nb */ " bokmal\n"
/* pt_BR */ " brazilian brazilian-portuguese portugues-brazilian\n"
+ /* br */ " breton brezhoneg\n"
/* en_GB */ " british british-english\n"
/* ca */ " catalan catala\n"
***************
*** 3843,3846 ****
--- 3846,3850 ----
" nb_NO (Bokmal)\n"
" pt_BR (Brazilian Brazilian Portuguese Portugues Brazilian)\n"
+ " br_FR (Breton Brezhoneg)\n"
" en_GN (British British English)\n"
" ca_ES (Catalan Catala)\n"
***************
*** 4475,4478 ****
--- 4479,4488 ----
putenv("LC_ALL=af_ZA");
}
+ else if (strcmp(langstr, "breton") == 0 ||
+ strcmp(langstr, "brezhoneg") == 0)
+ {
+ putenv("LANG=br_FR");
+ putenv("LC_ALL=br_FR");
+ }
else if (strcmp(langstr, "bokmal") == 0)
{
_______________________________________________
Tuxpaint-commits mailing list
[EMAIL PROTECTED]
http://tux4kids.net/mailman/listinfo/tuxpaint-commits