-
Notifications
You must be signed in to change notification settings - Fork 9.5k
Update README.md #218
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
Update README.md #218
Conversation
Update translations
👋 Thanks for contributing @leestott! We will review the pull request and get back to you soon. |
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.
Pull Request Overview
This PR updates the README to modernize and streamline the multi-language support section.
- Renames “Language Support” to “🌐 Multi-Language Support” with a new subheading and primary-language badges.
- Removes the in-README exhaustive language list and points to an external, always-up-to-date translations list.
### Language Support | ||
### 🌐 Multi-Language Support | ||
|
||
#### Supported via GitHub Action (Automated & Always Up-to-Date) |
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.
This section heading appears twice. Consider consolidating into a single 🌐 Multi-Language Support
section with subheadings for primary languages and the external translations link to reduce duplication.
#### Supported via GitHub Action (Automated & Always Up-to-Date) | |
#### Primary Languages |
Copilot uses AI. Check for mistakes.
@@ -93,8 +96,7 @@ If you have product feedback or errors whilst building visit our [Azure AI Found | |||
### 🌐 Multi-Language Support | |||
|
|||
#### Supported via GitHub Action (Automated & Always Up-to-Date) | |||
|
|||
[French](./translations/fr/README.md) | [Spanish](./translations/es/README.md) | [German](./translations/de/README.md) | [Persian (Farsi)](./translations/fa/README.md) | [Chinese (Simplified)](./translations/zh/README.md) | [Chinese (Traditional, Hong Kong)](./translations/hk/README.md) | [Chinese (Traditional, Taiwan)](./translations/tw/README.md) | [Japanese](./translations/ja/README.md) | [Korean](./translations/ko/README.md) | [Hindi](./translations/hi/README.md) | [Portuguese (Portugal)](./translations/pt/README.md) | [Polish](./translations/pl/README.md) | |||
#### If you wish to have additional translations languages supported are listed [here](https://github.com/Azure/co-op-translator/blob/main/getting_started/supported-languages.md) |
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.
[nitpick] The sentence is grammatically awkward. Consider rephrasing to something like: 'Additional translation languages are listed here' or 'For more supported translation languages, see here.'
#### If you wish to have additional translations languages supported are listed [here](https://github.com/Azure/co-op-translator/blob/main/getting_started/supported-languages.md) | |
#### For more supported translation languages, see [here](https://github.com/Azure/co-op-translator/blob/main/getting_started/supported-languages.md) |
Copilot uses AI. Check for mistakes.
Update translations