mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
Updated the Almost Bugs section to match recent changes.
This commit is contained in:
parent
21643e8a51
commit
de564b7b4b
@ -982,13 +982,14 @@ Gettext doesn't support.
|
|||||||
|
|
||||||
=head2 Almost Bugs
|
=head2 Almost Bugs
|
||||||
|
|
||||||
Locale::PO does not save the line numbers at which entries begin or
|
C<msgid_begin_lineno> and C<msgstr_begin_lineno> are read-only.
|
||||||
end in the PO file. These would be useful in error messages.
|
Perhaps there should also be ways to get the line numbers of the
|
||||||
|
other strings. Probably not line numbers of comments, though.
|
||||||
|
|
||||||
The C<msgid> and C<msgstr> methods return FULLY-QUOTED strings, but
|
The C<msgid>, C<msgid_plural>, C<msgstr>, and C<msgstr_n> methods
|
||||||
they expect BACKSLASHED strings as input. It would be better to have
|
output FULLY-QUOTED strings, but they expect BACKSLASHED strings as
|
||||||
both FULLY-QUOTED or both BACKSLASHED; or perhaps C<<
|
input. It would be better to have both FULLY-QUOTED or both
|
||||||
$po->msgid(-level => 'BACKSLASHED') >>.
|
BACKSLASHED; or perhaps C<< $po->msgid(-level => 'BACKSLASHED') >>.
|
||||||
|
|
||||||
Locale::PO discards all types of comments it does not recognize.
|
Locale::PO discards all types of comments it does not recognize.
|
||||||
The B<msgmerge> program of GNU gettext-tools 0.14.3 does the same,
|
The B<msgmerge> program of GNU gettext-tools 0.14.3 does the same,
|
||||||
|
Loading…
Reference in New Issue
Block a user