Add French language support#1
Open
nat-pvt wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds comprehensive French language support to the Twitch downloader application, enabling French-speaking users to use the application in their native language.
Changes:
- Registered French language configuration in the translator service
- Added complete French translations for all UI elements and keywords
- Created French version of Terms of Service documentation
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| Services/Translator/Config.py | Registered French language with language code "fr" and display name "Français" |
| resources/translations/Translations.json | Added French translations for all 135 UI text strings, preserving variable placeholders |
| resources/translations/KeywordTranslations.json | Added French translations for all 147 keyword entries used throughout the application |
| resources/docs/fr/TermsOfService.txt | Created French version of Terms of Service document matching the structure and content of English/Korean versions |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Description
This PR adds full support for the French language to the application.
Changes
Config.py.Translations.json,KeywordTranslations.json).resources/docs/fr/TermsOfService.txt).I have verified that the translations appear correctly in the application.