[Tickets] New ticket (177): "po/translation.php make" name .mo wrong

bugs at bugs.horde.org bugs at bugs.horde.org
Thu May 13 07:24:43 PDT 2004


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

-Ticket 177
-Queue: Horde Framework
-Created By: 

-Summary:
"po/translation.php make" name .mo wrong

Comment by etienne.goyer at linuxquebec.com on Thu May 13 07:24:43 2004
(today):
"po/translation.php make" use a portion of the app path as the app name. 
The name of the .mo file is derived from that name.  This is wrong as it is
possible that the app is installed in a directory named something else than
the app name.  

Example:

1. Install IMP in a subdirectory of horde called "mail" (ie horde/mail).

2. Make modification to horde/mail/po/ll_LL.po

3. You will have to build the .mo with :
       cd horde/po; php translation.php make -m mail -l ll_LL
   Notice the module name; it would not work with "imp" as module name.

4. The new .mo built will be called horde/mail.po/ll_LL/LC_MESSAGE/mail.mo

5. IMP wont use the new .mo

--


http://bugs.horde.org/details.php?id=177

-- 


More information about the bugs mailing list