Conversation
Move the language selection links from the top center of the README and localized docs into the area below the project description to improve header spacing and layout. Updated README.md and docs/README.es.md, docs/README.pt.md, docs/README.zh-CN.md accordingly.
There was a problem hiding this comment.
Pull request overview
This PR adjusts the placement of the language-selection links in the main README and localized documentation so they appear below the short project description, improving header spacing/layout consistency across languages.
Changes:
- Moved the language-selection link row from the top of each README into the section just below the project description.
- Updated the localized READMEs (ES/PT/ZH-CN) to match the new layout.
- Bumped the repository
VERSIONfrom1.2.79to1.2.80.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| README.md | Relocates the language links to below the description paragraph. |
| docs/README.es.md | Relocates the language links to below the Spanish description. |
| docs/README.pt.md | Relocates the language links to below the Portuguese description. |
| docs/README.zh-CN.md | Relocates the language links to below the Chinese description. |
| VERSION | Updates the project version number. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -1 +1 @@ | |||
| 1.2.79 | |||
| 1.2.80 | |||
There was a problem hiding this comment.
The PR description is about relocating language links in READMEs, but this also manually bumps the app VERSION. The repo has a GitHub Actions workflow (.github/workflows/version-bump.yml) that auto-updates VERSION on pushes to dev and explicitly ignores commits that modify VERSION, so keeping this change can interfere with the automated bump process. Suggest removing the VERSION change from this PR (or document why a manual bump is required and how it should be handled).
Move the language selection links from the top center of the README and localized docs into the area below the project description to improve header spacing and layout. Updated README.md and docs/README.es.md, docs/README.pt.md, docs/README.zh-CN.md accordingly.