1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-27 02:56:18 -04:00

Documented Locale::PO::php_format.

This commit is contained in:
Kalle Olavi Niemitalo 2006-01-07 19:45:54 +02:00 committed by Kalle Olavi Niemitalo
parent 4e653e8c84
commit da7d4cfa25

View File

@ -526,6 +526,12 @@ Set or get the c-format or no-c-format flag on the object.
This can take 3 values: 1 implies c-format, 0 implies no-c-format,
and blank or undefined implies neither.
=item php_format
Set or get the php-format or no-php-format flag on the object.
This can take 3 values: 1 implies php-format, 0 implies no-php-format,
and blank or undefined implies neither.
=item dump
Returns the entry as a string, suitable for output to a po file.
@ -589,6 +595,10 @@ Documented quoting in the C<msgid>, C<msgid_plural>, C<msgstr>, and C<msgstr_n>
Documented newlines in the C<comment>, C<automatic>, and C<reference> methods.
Use fields, and "my Locale::PO" where applicable.
=item Z<>2006-01-07 Kalle Olavi Niemitalo <kon@iki.fi>
Documented the C<php_format> method.
=back
=head1 COPYRIGHT AND LICENSE