Remove localization machinery and make the site English-only - #1719
Merged
Conversation
The Spanish and Polish translations had no users or contributors, so we decided to drop them. The top page moves out of source/localizable with its strings inlined from locales/en.yml, and /es/ and /pl/ top pages now redirect to the top page. The existing es/pl redirects for old guides already point to guides.rubygems.org and are kept as is. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
hsbt
force-pushed
the
claude/clever-feynman-8dac66
branch
from
July 27, 2026 08:27
f759924 to
de35284
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The Spanish and Polish translations have no users or contributors, so this makes the site English-only. The top page moves from
source/localizable/tosource/with its strings inlined fromlocales/en.yml, and the remainingt()calls in the layouts are replaced with English text.activate :i18n, the localizable proxy block, and thelocales/directory are removed./es/index.htmland/pl/index.htmlnow redirect to the top page, while the existing es/pl redirects for old guides keep pointing to guides.rubygems.org.middleman buildsucceeds and no longer generates real pages under/es/or/pl/.Generated with Claude Code