Re: missing translation .po file and doesn't apply?
Erling Preben Hansen <[email protected]> Sun, 16 Mar 2014 13:52:16 +0000
| Newsgroups | gmane.comp.horde.internationalization |
|---|---|
| Message-ID | <[email protected]> |
Citat af 김 덕곤 <[email protected]>: > While I'm doing translation job. > > I couldn't find following. > > ''' > Click on one of your selected address books and then select all fields > to search. > To select multiple fields, hold down the Control (PC) or Command (Mac) > while clicking. > ''' > > And I have translated some string, but can't apply on runtime. > > How do I debug it? > > ex. ' Default Alarm Setting:' .. > > How can I verify that .mo contains my msgstr? > -- > i18n mailing list > Frequently Asked Questions: http://wiki.horde.org/FAQTo unsubscribe, > mail: [email protected] Hey I had same problem with some strings not showing as translated. I found out that it is important that the mo file is generated on the system it is running on. So I ran: sudo horde-translate -b /path-to/module-base make -m module-name -l language --no-compendium On my ubuntu system it would be like this for Horde_Core. sudo horde-translate -b /usr/share/php/data/ make -m Horde_Core -l da --no-compendium Then it worked. For strings I have translated. However I still have one or two string I can't find any where. It is too early to say yet but I do think that perhaps it is some other error. Perhaps a typo or something I don't know and aren't sure. /erling -- i18n mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]