Subject: | msgfmt should check the directories recursively |
Locale::TextDomain wants locale directory to be of the form:
locale/fr/LC_MESSAGES/xxxxx.po
(see perldoc Locale::TextDomain for more information)
therefore, calling:
msgfmt( { in => "locale" } )
would not compiles the catalogs - which is a pity!
i propose to have support for locale::textdomain layout by compiling the
po files found including during a recursive search.