http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10509
--- Comment #12 from M. de Rooy <[email protected]> --- > 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
