Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Adds French (fr) localization support to RunCat365 so the UI can automatically display French strings and use appropriate culture/font settings when the OS UI language is French.
Changes:
- Added
SupportedLanguage.Frenchwith"fr"mapping andfr-FRdefault culture. - Added
Strings.fr.resxcontaining French translations for all existing UI string keys. - Updated localization documentation and added a reusable “add-localization” skill doc.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
RunCat365/SupportedLanguage.cs |
Adds French to the language enum and maps "fr" to culture/font/full-width behavior. |
RunCat365/Properties/Strings.fr.resx |
Provides French translations for the full set of existing localized string keys. |
CLAUDE.md |
Updates localization notes to reflect the new French resource file and maintenance expectations. |
.claude/skills/add-localization/SKILL.md |
Documents the standard process for adding future localizations (French used as example). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Collaborator
|
The avaliable lenguages list was not updated in the Readme file. |
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.
Context of Contribution
Summary of the Proposal
Add French (
fr) language support to RunCat365.RunCat365/Properties/Strings.fr.resxwith all UI strings translated into FrenchFrenchto theSupportedLanguageenum inSupportedLanguage.cs"fr"toSupportedLanguage.FrenchinGetCurrentLanguage()"fr-FR"culture inGetDefaultCultureInfo()"Consolas"(Latin-script) inGetFontName()IsFullWidthtofalseinIsFullWidth()Reason for the new feature
French is one of the most widely spoken languages in the world, used natively across France, Belgium, Switzerland, Canada, and many other countries. Adding French support makes RunCat365 accessible to a large number of additional users.
Checklist