Update of /cvsroot/phpwebapp/web_app/doc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19789
Modified Files:
changes.txt
Log Message:
*** empty log message ***
Index: changes.txt
===================================================================
RCS file: /cvsroot/phpwebapp/web_app/doc/changes.txt,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** changes.txt 13 Jun 2005 12:21:03 -0000 1.18
--- changes.txt 13 Jun 2005 14:25:47 -0000 1.19
***************
*** 195,199 ****
then the strings are translated, then *.po files are converted
to *.mo files using `msgfmt`, then they are installed (placed at
! the propper location in the application).
-------------------------------------------------------------------
--- 195,201 ----
then the strings are translated, then *.po files are converted
to *.mo files using `msgfmt`, then they are installed (placed at
! the propper location in the application). The xgettext program
! should be called with the '-kT_' parameter, which means that
! 'T_' is the name of the function whose strings will be extracted.
-------------------------------------------------------------------
|