Merge pull request #5766 from AntonKhorev/move-dashboard-strings

Move a couple of i18n strings to dashboards/contact
This commit is contained in:
Andy Allan 2025-03-07 14:45:20 +00:00 committed by GitHub
commit 45c654bf03
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -25,9 +25,9 @@
<% if changeset %>
<%= t(".latest_edit_html", :ago => friendly_date_ago(changeset.created_at)) %>
<% comment = changeset.tags["comment"].to_s == "" ? t("browse.no_comment") : changeset.tags["comment"] %>
<q><%= link_to comment, changeset, :title => t("changesets.changeset.view_changeset_details") %></q>
<q><%= link_to comment, changeset, :title => t(".view_changeset_details") %></q>
<% else %>
<%= t "changesets.changeset.no_edits" %>
<%= t ".no_edits" %>
<% end %>
</p>

View file

@ -476,8 +476,6 @@ en:
sorry: "Sorry, the list of changeset comments you requested took too long to retrieve."
changesets:
changeset:
no_edits: "(no edits)"
view_changeset_details: "View changeset details"
comments:
one: "%{count} comment"
other: "%{count} comments"
@ -553,6 +551,8 @@ en:
km away: "%{count}km away"
m away: "%{count}m away"
latest_edit_html: "Latest edit (%{ago}):"
no_edits: "(no edits)"
view_changeset_details: "View changeset details"
popup:
your location: "Your location"
nearby mapper: "Nearby mapper"