[Koha-bugs] [Bug 14957] Write protecting MARC fields based on source of import

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jun 18 14:43:27 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14957

David Gustafsson <glasklas at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|In Discussion               |Needs Signoff

--- Comment #166 from David Gustafsson <glasklas at gmail.com> ---
I managed to find documentation on how to make javascript strings translatable
here:
https://wiki.koha-community.org/wiki/Coding_Guidelines#JS2:_Enabling_translation_of_language_strings_in_embedded_JavaScript

I'm a little bit unsure if the inline template toolkit strings are translatable
though and don't know how to test if they are.

For example:

   [% FOR preset IN [
       'Protect',
       'Overwrite',
       'Add new',
       'Add and append',
       'Protect from deletion'
     ]
  %]

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


More information about the Koha-bugs mailing list