Skip Menu |

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

Report information
The Basics
Id: 67405
Status: open
Priority: 0/
Queue: Locale-Msgfmt

People
Owner: Nobody in particular
Requestors: jquelin [...] cpan.org
Cc:
AdminCc:

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



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.
Patches are welcome.