From: Luke S. <lsc...@us...> - 2003-10-26 22:26:57
|
Update of /cvsroot/gaim/gaim/src In directory sc8-pr-cvs1:/tmp/cvs-serv20770/src Modified Files: about.c Log Message: it seems upon consulting the translation project home page that the default for Portugese(spelling)-Portugal is in fact simply pt.po and you only use the _COUNTRYCODE for exceptions, not for the default. Index: about.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/about.c,v retrieving revision 1.110 retrieving revision 1.111 diff -u -d -p -r1.110 -r1.111 --- about.c 23 Oct 2003 18:44:36 -0000 1.110 +++ about.c 26 Oct 2003 22:25:21 -0000 1.111 @@ -173,8 +173,8 @@ void show_about(GtkWidget *w, void *data " <b>", _("Korean"), " (ko)</b> - Kyung-uk Son <<a href=\"mailto: vv...@ch...\">vv...@ch...</a>><br>" " <b>", _("Dutch; Flemish"), " (nl)</b> - Vincent van Adrighem <<a href=\"mailto: V.v...@di...\">V.v...@di...</a>><br>" " <b>", _("Polish"), " (pl)</b> - Krzysztof <<a href=\"krz...@fo...\">krz...@fo...</a>>, Emil <<a href=\"em...@go...\">em...@go...</a>><br>" + " <b>", _("Portuguese"), " (pt)</b> - Duarte Henriques <<a href=\"mailto:dua...@my...\">dua...@my...</a>><br>" " <b>", _("Portuguese-Brazil"), " (pt_BR)</b> - MaurÃcio de Lemos Rodrigues Collares Neto <<a href=\"mailto: mau...@my...\">mau...@my...</a>><br>" - " <b>", _("Portuguese-Portugal"), " (pt_PT)</b> - Duarte Henriques <<a href=\"mailto:dua...@my...\">dua...@my...</a>><br>" " <b>", _("Romanian"), " (ro)</b> - MiÅu Moldovan <<a href=\"mailto: du...@go...\">du...@go...</a>><br>" " <b>", _("Russian"), "(ru)</b> = Alexandre Prokoudine <<a href=\"mailto: av...@al...\">av...@al...</a>><br>" " <b>", _("Serbian"), " (sr)</b> - Danilo Å egan <<a href=\"mailto: ds...@gm...\">ds...@gm...</a>>, Aleksandar Urosevic <<a href=\"mailto: ur...@us...\">ur...@us...</a>><br>" |