[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 04:20:51 CEST 2013


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

Bernardo Gonzalez Kriegel <bgkriegel at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bgkriegel at gmail.com

--- Comment #8 from Bernardo Gonzalez Kriegel <bgkriegel at gmail.com> ---
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?

BTW, I think that 'en' works as our global, so no need to add a new dir and
less things to change.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list