now it is the same problem without javascript:

FIRST file includes only this row:
<input type="submit" name="submit_dotaz" value="<?=_("Odeslat dotaz")?>"
class="tlacitko">

SECOND file includes this:
<?$str=_("Odeslat dotaz")?>
<input type="submit" name="submit_dotaz" value="<?=_$str?>"
class="tlacitko">


When I use:
xgettext  --keyword=_ file.php

on FIRST file I don't get any error message, but it doesn't create the file
'messages.po'

but on SECOND file it creates the file 'messages.po' correctly...



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to