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

Bernardo Gonzalez Kriegel <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #8 from Bernardo Gonzalez Kriegel <[email protected]> ---
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.
_______________________________________________
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/

Reply via email to