https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39320 --- Comment #61 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to Pedro Amorim from comment #54)
(In reply to Jonathan Druart from comment #47)
``` 120 const joined = parts.join(", "); 121 return $__("There are %s.").format(joined); ```
this is still impossible to translate
I have no idea how to fix that, or... we cheat?
what about moving the list to ul/li?
``` There are:
1 agreement 0 license etc. ```
Fixed by: 1) Dropped the previous 'Use %s and format for 'There are' translatability' patch. 2) New patch 'Fix ERMCounts translatability' + 'Style new ERMCounts list' patches
I've provided a patch to correctly fix the translatability, there are languages with many different forms ;)
(In reply to Jonathan Druart from comment #48)
11. drap&drop If all widgets are on the left you cannot drop in the right column.
Not true, you can, but maybe it's visually obvious. Patch 'Add an empty drop area placeholder' added.
I can assure you that I couldn't drop a widget to the right when they were all on the left. Now with the last patches we have a "Drop widget here" area that is always displayed. IMO it should be displayed only when dragging. -- You are receiving this mail because: You are watching all bug changes.