[TCE] Migrate German/Deutsch (DE) from HTML to YAML#5200
Merged
veganstraightedge merged 6 commits intomainfrom Apr 19, 2026
Merged
[TCE] Migrate German/Deutsch (DE) from HTML to YAML#5200veganstraightedge merged 6 commits intomainfrom
veganstraightedge merged 6 commits intomainfrom
Conversation
Contributor
Author
|
/cc @Bargraph6 @just1602 |
5 tasks
just1602
previously approved these changes
Mar 22, 2026
Contributor
Author
|
thanks for the review @just1602 ! |
veganstraightedge
added a commit
that referenced
this pull request
Apr 19, 2026
Inspired by @Bargraph6's progress on migrating TCE PDFs to YAML, I wrote a script to extract the HTML+CSS from `/public/tce`: - [x] deutsch #5200 - [ ] czech - [x] polski #5201 - [ ] slovenscina - [ ] slovensko --- - Add `config/locales/to_change_everything/pl.yml` with translated content - Add `app/assets/stylesheets/to_change_everything/_polski.scss` - Wire up `polski` in controller LTR list and config locales - Delete `public/tce/polski/index.html` and `modify.css`
5 tasks
veganstraightedge
added a commit
that referenced
this pull request
Apr 19, 2026
Inspired by @Bargraph6's progress on migrating TCE PDFs to YAML, I wrote a script to extract the HTML+CSS from `/public/tce`: - [x] deutsch #5200 - [x] czech #5264 - [x] polski #5201 - [ ] slovenscina - [ ] slovensko --- - Add `config/locales/to_change_everything/cs.yml` with translated content - Add `app/assets/stylesheets/to_change_everything/_czech.scss` - Wire up `czech` in controller LTR list and config locales - Delete `public/tce/czech/index.html` and `modify.css`
This was referenced Apr 19, 2026
veganstraightedge
added a commit
that referenced
this pull request
Apr 19, 2026
Inspired by @Bargraph6's progress on migrating TCE PDFs to YAML, I wrote a script to extract the HTML+CSS from `/public/tce`: - [x] deutsch #5200 - [x] czech #5264 - [x] polski #5201 - [ ] slovenscina #5266 - [x] slovensko #5265 --- - Add `config/locales/to_change_everything/sl.yml` with translated content - Add `app/assets/stylesheets/to_change_everything/_slovenscina.scss` - Wire up `slovenscina` in controller LTR list and config locales - Delete `public/tce/slovenscina/index.html` and `modify.css`
veganstraightedge
added a commit
that referenced
this pull request
Apr 19, 2026
Inspired by @Bargraph6's progress on migrating TCE PDFs to YAML, I wrote a script to extract the HTML+CSS from `/public/tce`: - [x] deutsch #5200 - [x] czech #5264 - [x] polski #5201 - [x] slovenscina #5266 - [x] slovensko #5265 --- - Add `config/locales/to_change_everything/sk.yml` with translated content - Add `app/assets/stylesheets/to_change_everything/_slovensko.scss` - Wire up `slovensko` in controller LTR list and config locales - Delete `public/tce/slovensko/index.html` and `modify.css` --- ##⚠️ Content note: sk.yml is actually Slovenian, not Slovak The `public/tce/slovensko/` folder has been a misfiled duplicate of `public/tce/slovenscina/` since the initial 2016 TCE migration (commit ceb8a57). Both old static HTML files contained Slovenian content, both labeled themselves `Slovenščina` in the menu, and both pointed at the same `og:url`. No Slovak translation has ever existed on the site — the 2016 language dropdown linked Slovak ("Slovenčina") out to an external blog video. This PR preserves the existing (mislabeled) content verbatim so the `/tce/slovensko` route keeps working. A `# TODO` comment at the top of `sk.yml` flags this for a future Slovak translator. The strings need retranslation from Slovenian → Slovak before the page can honestly claim to be Slovak.
This was referenced Apr 19, 2026
This was referenced Apr 19, 2026
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.
Inspired by @Bargraph6's progress on migrating TCE PDFs to YAML, I wrote a script to extract the HTML+CSS from
/public/tce:config/locales/to_change_everything/de.ymlwith translated contentapp/assets/stylesheets/to_change_everything/_deutsch.scssdeutschin controller LTR list and config locales/public/tce/deutsch/index.htmlandmodify.css