Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

202412 Upstream merge #261

Merged
merged 2,161 commits into from
Dec 20, 2024
Merged

202412 Upstream merge #261

merged 2,161 commits into from
Dec 20, 2024

Conversation

erictheise
Copy link
Member

mmd-osm and others added 30 commits September 15, 2024 11:23
Namefinder was introduced in commit d2bd786 and later removed in fcebfd1. Since then, these translation strings are unused.

Analysis using: `git log -p -S "towns" -- ':(exclude)*config/locales/*.yml' ':(exclude)*vendor/assets/*'`
Also add Ubuntu 24.04 and drop 20.04 as 24.04 is needed for
ruby 3.1 without rvm so we should test it.
Added greeting 'Hi {user display name},' to friendship notification email. As a side effect, user_mailer.friendship_notification.hi is not anymore reported as unused.
Bumps [google-protobuf](https://github.com/protocolbuffers/protobuf) from 3.25.4 to 3.25.5.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v3.25.4...v3.25.5)

---
updated-dependencies:
- dependency-name: google-protobuf
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Removed unused translation keys changesets.{changeset.anonymous, no_such_entry.title} from en.yml. .anonymous was added in fddda4e and was stopped being used in 3e305fb. .title was added in f0764d3 but never used.
@erictheise erictheise marked this pull request as ready for review December 18, 2024 22:47
… to be in settings.local.yml as they should be.
… two pressures.

It is easier to track upstream changes to openstreetmap-website when there's less potential for
merge conflicts. settings.yml is now identical to upstream and all OHM modifications are
made in settings.local.yml; that file is not checked in to source control but a fleshed-out
skeleton is available at example.settings.local.yml. What information is in there is publicly
available with the exception of OAuth IDs, and those are generated per installation.

These two files should be identical to those in images/web/config/ of the ohm-deploy repo and
they are manipulated by the start.sh script in the parent directory. Those scripts have been
modified so that they use the proper settings file for variable substitution.
@erictheise erictheise merged commit 6e84639 into staging Dec 20, 2024
1 check failed
@Nikerabbit
Copy link

This is such a huge update to translations that I cannot process them manually to check for issues. I'm just blanket importing updates to translatewiki.net even if they are incorrect (e.g. some translations being updated From OpenHistoricalMap to OpenStreetMap).

@Mahabarata
Copy link

Big problem with this work : rather that to change original English message; many translated messages have been changed (and badly).

One example here:

According to this: https://translatewiki.net/wiki/Support#OpenHistoricalMap_and_Fuzzybot, it seems that the problem comes from your side, not from translatewiki and its bot.

Could you fix all these bad translations?

@erictheise
Copy link
Member Author

@Nikerabbit & @Mahabarata: over the next few days I'll revert the translations to what they were before the upstream merge. I apologize for the disruption.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.