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

David Gustafsson <[email protected]> changed:

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

--- Comment #166 from David Gustafsson <[email protected]> ---
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.
_______________________________________________
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