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
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 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)".
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.