27 Jun
2013
27 Jun
'13
5:41 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10509 --- Comment #12 from M. de Rooy <m.de.rooy@rijksmuseum.nl> ---
In that case you will need to call German (or any lang) file first so i18n() function it is correctly defined.
Yes and no :) Actually when running the English sql file that contains the i18n calls, I first pass the German i18n definition to mysql. This will make the English install insert German strings. But you could say that I only have one sql file to run, and I 'source' (read: run) the i18n definition first. For English, I would have a fake i18n that returns the same string, so no translation. -- You are receiving this mail because: You are watching all bug changes.