http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10409
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Katrin Fischer <[email protected]> --- There are still some things that are a bit problematic: <legend>[% IF course_id %] Edit [% ELSE %] Create [% END %] course</legend> 'Lazy' constructs like that make it unnecessarily hard to translators, because grammar works different in different languages and having single strings like that in a predefined order is not nice. Even in German it does not really work. -- 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/
