i18n: implement french translations#215
Merged
ArthurLobopro merged 2 commits intoArthurLobopro:v1.37.2from Mar 28, 2026
Merged
Conversation
Owner
|
Hello @Lost4295 , sorry for the long wait. Thank you very much for contributing to the project! I’m reviewing the files and there’s just a small issue. To add a new translation to the extension, two files need to be created: l10n/bundle.l10n.fr.json and another file in the root folder, package.nls.fr.json. Could you also add this latter file? Without it, the translation will be incomplete, and some VS Code UI elements related to the extension will remain untranslated. I also realized this was my mistake—I forgot to specify this second file in the translation guide. I’ll update it to prevent misunderstandings in future translations. |
Contributor
Author
|
Hello ! Do not worry, I'll make the file based on the already present ones. |
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.
This pull request adds a new French localization file for the application, providing translations for a wide range of user interface strings related to settings, window options, line options, watermark options, and various user actions.
Localization additions:
l10n/bundle.l10n.fr.jsoncontaining French translations for UI elements such as settings actions, window and line options, watermark controls, and various prompts and tooltips.