From: Christian H. <ch...@us...> - 2002-08-08 18:11:17
|
Update of /cvsroot/gaim/gaim/intl In directory usw-pr-cvs1:/tmp/cvs-serv30767/intl Modified Files: .cvsignore Log Message: Here it is. Added gettext 0.11.x support! It should work fine, but please let me know if anything is broken in 0.10.x or 0.11.x (in my tests, it all worked fine) Index: .cvsignore =================================================================== RCS file: /cvsroot/gaim/gaim/intl/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- .cvsignore 29 May 2001 22:28:18 -0000 1.3 +++ .cvsignore 8 Aug 2002 18:11:15 -0000 1.4 @@ -10,11 +10,13 @@ dcngettext.c dgettext.c dngettext.c +eval-plural.h explodename.c finddomain.c gettext.c gettext.h gettextP.h +gmo.h hash-string.h intl-compat.c l10nflist.c @@ -25,8 +27,14 @@ localcharset.c locale.alias localealias.c +localename.c ngettext.c +os2compat.c +os2compat.h +osdep.c plural.y +plural-exp.c +plural-exp.h ref-add.sin ref-del.sin textdomain.c |