-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Fix translation inconsistencies and update missing content across all languages #176
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
Conversation
…anslation dates Co-authored-by: elbruno <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Check Country Locale in URLsWe have automatically detected added country locale to URLs in your files. Check the file paths and associated URLs inside them.
|
1 similar comment
Check Country Locale in URLsWe have automatically detected added country locale to URLs in your files. Check the file paths and associated URLs inside them.
|
Check Broken PathsWe have automatically detected the following broken relative paths in your files. Check the file paths and associated broken paths inside them.
|
1 similar comment
Check Broken PathsWe have automatically detected the following broken relative paths in your files. Check the file paths and associated broken paths inside them.
|
Check Broken URLsWe have automatically detected the following broken URLs in your files. Review and fix the paths to resolve this issue. Check the file paths and associated broken URLs inside them.
|
1 similar comment
Check Broken URLsWe have automatically detected the following broken URLs in your files. Review and fix the paths to resolve this issue. Check the file paths and associated broken URLs inside them.
|
This PR addresses the translation issues identified in issue #161 by ensuring all translated README files and 10-WhatsNew folders are synchronized with the main English content.
Changes Made
1. Updated "What's New" section in all translated README files
Added the missing "Foundry Local demos" content to all 8 language translations:
translations/zh/README.mdtranslations/tw/README.mdtranslations/fr/README.mdtranslations/ja/README.mdtranslations/ko/README.mdtranslations/pt/README.mdtranslations/es/README.mdtranslations/de/README.md2. Updated 10-WhatsNew folder content
Added the missing "Run Local Models with AI Toolkit and Docker" section to all translated 10-WhatsNew files, ensuring they match the main English version structure.
3. Updated translation table dates
2025-05-30to2025-06-11in the main README.mdBefore/After Comparison
Before: Translations were missing recent content additions and had outdated timestamps
After: All translations now include complete and current content matching the main README
All changes are minimal and surgical, focusing only on adding the missing content without modifying existing working translations.
Fixes #161.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.