https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36297
Julian Maurice <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Julian Maurice <[email protected]> --- Remember that there is also 'tn', 'tnx', ... (exhaustive list in i18n.inc). Also FOREACH is probably not the only way to "hide" these macros (for instance [% t = ... %] or [% WHILE (t = ...) %] probably does the same thing) Another solution could be to remove i18n.inc, forcing us to use [% I18N.t("...") %] which is unlikely to conflict with other variables. Or another (but hypothetical as I'm not sure it works): redefine these functions as filters [% "..." | t %] (I believe filters don't conflict with variable names ?) -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
