[Phpmyadmin-devel] Gettext now used in master

Hi all as announced earlier, phpMyAdmin now uses gettext for translations in master branch. As this changed quite a lot how the translations are being used, I've written down guides for it to our wiki. If you want to translate, you can find the information here: http://wiki.phpmyadmin.net/pma/Devel:Gettext_for_translators And for the developers it is available here: http://wiki.phpmyadmin.net/pma/Devel:Gettext_for_developers -- Michal Čihař | http://cihar.com | http://blog.cihar.com

Hi, I pulled latest changes and on Status page I have a link: [ $strShowStatusResetReset ] This variable corresponds to the following line in messages.inc.php: $strShowStatusReset = _pgettext('$strShowStatusReset', 'Reset'); Is this still work in progress or a bug? If the latter, I found many similar cases in messages.inc.php. -- Piotr Przybylski 2010/3/30 Michal Čihař <michal@cihar.com>:
Hi all
as announced earlier, phpMyAdmin now uses gettext for translations in master branch. As this changed quite a lot how the translations are being used, I've written down guides for it to our wiki.
If you want to translate, you can find the information here:
http://wiki.phpmyadmin.net/pma/Devel:Gettext_for_translators
And for the developers it is available here:
http://wiki.phpmyadmin.net/pma/Devel:Gettext_for_developers
-- Michal Čihař | http://cihar.com | http://blog.cihar.com
------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel

Piotr Przybylski a écrit :
Hi,
I pulled latest changes and on Status page I have a link: [ $strShowStatusResetReset ]
This variable corresponds to the following line in messages.inc.php: $strShowStatusReset = _pgettext('$strShowStatusReset', 'Reset');
Is this still work in progress or a bug? If the latter, I found many similar cases in messages.inc.php.
Yes, see my post "problem with _pgettext() in English (US)". -- Marc Delisle http://infomarc.info

Hi Dne Wed, 31 Mar 2010 22:12:03 +0200 Piotr Przybylski <piotr.prz@gmail.com> napsal(a):
I pulled latest changes and on Status page I have a link: [ $strShowStatusResetReset ]
This variable corresponds to the following line in messages.inc.php: $strShowStatusReset = _pgettext('$strShowStatusReset', 'Reset');
Is this still work in progress or a bug? If the latter, I found many similar cases in messages.inc.php.
Clearly a bug (which reappeared in new upstream of php-gettext). I will fix that. -- Michal Čihař | http://cihar.com | http://blog.cihar.com
participants (3)
-
Marc Delisle
-
Michal Čihař
-
Piotr Przybylski