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

--- Comment #54 from Pedro Amorim <[email protected]> ---
(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


> 
> Yes, so it's not visible, and for me it means it's ignored :)
> We are supposed to have this list updated when we add a new status to the
> job table. If we add "paused", devs will look at the regular pl/pm/tt, but
> for sure forget this vue file. I would display "Status unknown" or "Status
> unknown: ${status}" (or even alert) so we clearly see there is something
> missing in the code.

Patch 'Display Uknown status' added.

(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.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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