Skip to content

Commit

Permalink
Fix bug interpolating number of locations #233
Browse files Browse the repository at this point in the history
  • Loading branch information
ijdickinson committed Sep 28, 2020
1 parent 7572602 commit 712c134
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/locales/cy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ cy:
search_results: "Canlyniadau chwilio:"

print:
locations_summary: "#{n_locations} lleoliad"
locations_summary: "%{n_locations} lleoliad"
unavailable: "Mae’n flin gennym, nid yw #{indicator_name} ar gael ar gyfer #{statistic_name}."
date: "Dyddiad"
quarterly: "chwarterol"
Expand Down
2 changes: 1 addition & 1 deletion config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ en:
search_results: "Search results:"

print:
locations_summary: "#{n_locations} locations"
locations_summary: "%{n_locations} locations"
unavailable: "We're sorry, #{indicator_name} is not available for #{statistic_name}."
date: "Date"
quarterly: "quarterly"
Expand Down

0 comments on commit 712c134

Please sign in to comment.