Correctly pluralize the word point in the notification message based
on the given possible points.
<p>
<%= render :partial => "gpx_description" %>
- <%= t "notifier.gpx_notification.success.loaded_successfully", :trace_points => @trace_points, :possible_points => @possible_points %>
+ <%= t("notifier.gpx_notification.success.loaded_successfully",
+ :trace_points => @trace_points,
+ :possible_points => @possible_points,
+ :count => @possible_points) %>
</p>
import_failures_url: "https://wiki.openstreetmap.org/wiki/GPX_Import_Failures"
success:
subject: "[OpenStreetMap] GPX Import success"
- loaded_successfully: loaded successfully with %{trace_points} out of a possible %{possible_points} points.
+ loaded_successfully:
+ one: loaded successfully with %{trace_points} out of a possible 1 point.
+ other: loaded successfully with %{trace_points} out of a possible %{possible_points} points.
signup_confirm:
subject: "[OpenStreetMap] Welcome to OpenStreetMap"
greeting: "Hi there!"