mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Documented Locale::PO::php_format.
This commit is contained in:
parent
4e653e8c84
commit
da7d4cfa25
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user