https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36221 Pedro Amorim <pedro.amorim@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to main |Passed QA --- Comment #68 from Pedro Amorim <pedro.amorim@ptfs-europe.com> --- (In reply to Katrin Fischer from comment #62)
(In reply to Katrin Fischer from comment #61)
Fixed some more "Please Note".
This here is not correctI bleive with the mix of concatentation and __()
+ $('#custom-warning').text(__('The name "' + val + '" is not permitted')).show();
Can you please follow-up on this?
To verify I did a gulp po:update --lang de-DE cd misc/translator/po git grep "is not permitted" but it didn't show up.
Added a follow-up for this, though I believe my last comment still stands i.e. this will not add an entry to the po file by running the gulp command. -- You are receiving this mail because: You are watching all bug changes.