http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10509
--- Comment #9 from M. de Rooy <[email protected]> --- (In reply to Bernardo Gonzalez Kriegel from comment #8) > I was working on another sql file and was tempted to introduce i18n() > function to enable translation (in the near future I hope), but as I don't > know when or where in the install process this function will be defined, do > you think that as an interim solution it's possible to write something like > drop function if exists i18n; > create function i18n( str TEXT) returns text deterministic return str; > in the file? I would propose to not combine these things. As the outcome of this discussion has not been crystalized(?) yet, it could only complicate things. Your patch (I suspect for authorities) should just go first. > BTW, I think that 'en' works as our global, so no need to add a new dir and > less things to change. I tend to go in that direction too now, although some have expressed interest in the global direction.. -- 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/
