On 5.10.2009 16:05, Stefan Schubert wrote: > Hi, > I have documented how to handle translations in WebYaST: > > http://en.opensuse.org/YaST/Web/Development/i18n
Thanks, I have two questions: When a .po file is updated you have to call 'rake makemo', haven't you? What about adding this call to 'rake package' to ensure this call is not forgotten? Or is the person who integrates the translations back responsible for this and we should not take care of it? Calling 'rake makemo' in system plugin prints the output twice, is that OK or is it a bug? > rake makemo (in /local/lslezak/GIT/Yast/web-client/plugins/system) ./po/de/yast_webclient_system.po -> ./locale/de/LC_MESSAGES/yast_webclient_system.mo ... Done. ./po/en/yast_webclient_system.po -> ./locale/en/LC_MESSAGES/yast_webclient_system.mo ... Done. ./po/de/yast_webclient_system.po -> ./locale/de/LC_MESSAGES/yast_webclient_system.mo ... Done. ./po/en/yast_webclient_system.po -> ./locale/en/LC_MESSAGES/yast_webclient_system.mo ... Done. -- Best Regards Ladislav Slezák Yast Developer ------------------------------------------------------------------------ SUSE LINUX, s.r.o. e-mail: [email protected] Lihovarská 1060/12 tel: +420 284 028 960 190 00 Prague 9 fax: +420 284 028 951 Czech Republic http://www.suse.cz/ -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
