[Koha-bugs] [Bug 10509] Using updates instead of inserts in translated mysql files

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jun 27 18:41:53 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10509

--- Comment #12 from M. de Rooy <m.de.rooy at 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.


More information about the Koha-bugs mailing list