Skip Menu |

This queue is for tickets about the Locale-PO CPAN distribution.

Report information
The Basics
Id: 18679
Status: resolved
Priority: 0/
Queue: Locale-PO

People
Owner: Nobody in particular
Requestors: os [...] cru.fr
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.16
Fixed in: (no value)



Subject: Parsing of obsolete PO entries
The load_file_asarray() subroutine complains about obsolete entries that start with "#~". Below is the output I get while running load_file_asarray() : Strange line in fr.po: #~ msgid "en_US" Strange line in fr.po: #~ msgstr "fr_FR" Strange line in fr.po: #~ msgid "login" Strange line in fr.po: #~ msgstr "login" Strange line in fr.po: #~ msgid "password :" Strange line in fr.po: #~ msgstr "mot de passe :" This seems to be the standard way of tagging obsolete entries, at least the one used by GNU msgmerge utility. Maybe Locale::PO could parse them as obsolete entries.
Obsolete entries are now supported in 0.18. Thanks for the bug report!