https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26305 --- Comment #13 from David Cook <dcook@prosentient.com.au> --- (In reply to Katrin Fischer from comment #12)
Text in .js files requires __( to be translatable. _( can only be used in templates. See: https://wiki.koha-community.org/wiki/Coding_Guidelines#JS5: _Enabling_translation_of_language_strings_in_linked_JavaScript But I believe as the .js file in question is outside of the language directories, this won't work there either.
Ahh good to know. I'll look at fixing that.
I am not sure, but do we really want this check on every page? Would it not be enough to warn on the start page maybe?
That's a good point, although in theory we never know how people access the staff client. If they're using browser bookmarks, it could be possible to avoid the start page I think. -- You are receiving this mail because: You are watching all bug changes.