[openstreetmap/openstreetmap-website] Remove AND deadlink from copyright page (PR #6899)
Andy Allan
notifications at github.com
Tue Mar 17 09:51:42 UTC 2026
@gravitystorm commented on this pull request.
> contributors_nl_netherlands: Netherlands
contributors_nl_and: www.and.com
- contributors_nl_and_url: https://www.and.com
Yes, as @1ec5 says (and as the tests also catch) - you can't change the name or number of interpolation variables used in an existing translation. With this suggested change we end up with no interpolation in the en.yml but other translations expect the interpolation, so everything would break.
That's true even if you remove the interpolation handling from the view.
So what you need to do is:
* Create a new translation key in en.yml, without the url interpolation in the value
* Update the view to use that new translation key
* Remove the old translation keys from en.yml
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6899#discussion_r2945582196
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/6899/review/3959456360 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20260317/66eb229d/attachment.htm>
More information about the rails-dev
mailing list