Include count in messages for the "one" plural category

This commit is contained in:
Tom Hughes 2023-03-15 21:01:32 +00:00
parent cc0473ada8
commit b5cc4449a6
2 changed files with 29 additions and 30 deletions

View file

@ -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>