I use PHP Gettext extension for localizing a Web app. When you do:
bindtextdomain("example", "/locales");
If you're setting the locale to fr_FR, it will look for the MO in:
/locales/fr_FR/LC_MESSAGES/example.mo
Is there a way to customize that path? For instance I would like to use the following structure:
/locales/example.fr_FR.mo
The directory structure is fixed by gettext.