[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 08:41:40 CEST 2013


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

--- Comment #9 from M. de Rooy <m.de.rooy at rijksmuseum.nl> ---
(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.


More information about the Koha-bugs mailing list