Include count in messages for the "one" plural category
This commit is contained in:
parent
cc0473ada8
commit
b5cc4449a6
2 changed files with 29 additions and 30 deletions
|
@ -2,6 +2,5 @@
|
|||
|
||||
<p>
|
||||
<%= render :partial => "gpx_description" %>
|
||||
<%= t(".loaded_successfully",
|
||||
:trace_points => @trace_points, :possible_points => @possible_points, :count => @possible_points) %>
|
||||
<%= t(".loaded", :trace_points => @trace_points, :count => @possible_points) %>
|
||||
</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue