Closed (fixed)
Project:
Entity Browser
Version:
8.x-1.x-dev
Component:
Widget plugins
Priority:
Normal
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
6 Sep 2016 at 10:48 UTC
Updated:
26 Sep 2016 at 20:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
slashrsm commentedThis is very suitable for someone less experienced contributors.
Comment #3
bhavesh.rohida commentedComment #4
n.kishorekumar commentedComment #5
n.kishorekumar commentedComment #8
n.kishorekumar commentedPlease find the latest patch...
Comment #9
slashrsm commentedThank you for the patch!
$this->formatPlural() should be used instead of $this->t(). This is standard way of handling translations of strings that require singular and plural form.
Comment #10
n.kishorekumar commented@slashrsm,
Thanks for the suggestion $this->formatPlural().
Changes done. Please review
Comment #12
slashrsm commentedCommitted. Thanks!