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.