Move history_title_html locale string to old_elements

This commit is contained in:
Anton Khorev 2025-01-04 17:35:05 +03:00
parent c992d51fe2
commit dda0fb6597
2 changed files with 10 additions and 5 deletions

View file

@ -330,10 +330,8 @@ en:
coordinates_html: "%{latitude}, %{longitude}"
node:
title_html: "Node: %{name}"
history_title_html: "Node History: %{name}"
way:
title_html: "Way: %{name}"
history_title_html: "Way History: %{name}"
nodes: "Nodes"
nodes_count:
one: "%{count} node"
@ -343,7 +341,6 @@ en:
other: "part of ways %{related_ways}"
relation:
title_html: "Relation: %{name}"
history_title_html: "Relation History: %{name}"
members: "Members"
members_count:
one: "%{count} member"
@ -402,6 +399,14 @@ en:
introduction: "Click on the map to find nearby features."
nearby: "Nearby features"
enclosing: "Enclosing features"
old_elements:
index:
node:
title_html: "Node History: %{name}"
way:
title_html: "Way History: %{name}"
relation:
title_html: "Relation History: %{name}"
nodes:
timeout:
sorry: "Sorry, the data for the node with the id %{id} took too long to retrieve."