Skip to content

fix: inconsistent paths and backticks in technical_overview.md file#1050

Merged
ksen0 merged 3 commits intoprocessing:mainfrom
kunstewi:path-fix
Feb 3, 2026
Merged

fix: inconsistent paths and backticks in technical_overview.md file#1050
ksen0 merged 3 commits intoprocessing:mainfrom
kunstewi:path-fix

Conversation

@kunstewi
Copy link
Contributor

@kunstewi kunstewi commented Dec 13, 2025

resolves #1051

go to this file and check src/content in the file organisation section.

Issue Summary

  1. The localization-architecture.md doesn't exist instead the file name is localization.md. Also there's no backticks.
  2. src/[locale]/pages/ path is wrong, instead the correct path is src/pages/[locale]/
Screenshot 2025-12-13 at 3 39 06 PM

Fix Summary

  1. The localization-architecture.md file is renamed to localization.md so changed the reference and also the backticks weren't present.
  2. The current documentation states src/[locale]/pages/ which is wrong the correct path is src/pages/[locale]

This solves potential confusion for future contributors.

@ksen0

@ksen0
Copy link
Member

ksen0 commented Feb 3, 2026

Thanks for the catch @kunstewi

@ksen0 ksen0 merged commit 9a927b4 into processing:main Feb 3, 2026
4 checks passed
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.

inconsistent paths and backticks in technical_overview.md file

2 participants