Conversation
Co-authored-by: vincentg <422251+vincentg@users.noreply.github.com>
Co-authored-by: vincentg <422251+vincentg@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Unify all code comments to English
Unify all code comments to English
Jul 24, 2025
vincentg
requested changes
Jul 24, 2025
CMakeCache.txt
Outdated
Owner
There was a problem hiding this comment.
This PR includes many files that should be ignored as this is from a commit before the .gitignore was created. Please remove from the branch all unnecessary files
Contributor
Author
There was a problem hiding this comment.
Removed all build artifacts from the repository. The branch now only contains the essential source files plus the .gitignore file and comment translations. Build artifacts are now properly ignored by the .gitignore rules. Fixed in commit fdb8aaa.
Co-authored-by: vincentg <422251+vincentg@users.noreply.github.com>
Contributor
Author
|
Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details. Warning Firewall rules blocked me from connecting to one or more addressesI tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
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 PR addresses the issue of mixed language comments in the codebase by translating all French comments to English, ensuring consistency across all source files.
Changes Made
The following French comments were identified and translated to English in
src/check_snmp_load.c:/* Allocation de 10 en 10 */→/* Allocate in chunks of 10 *//* Test si ce n'est pas une exception */→/* Test if it's not an exception *//* Et l'on avance dans la MIB :) */→/* And we advance in the MIB :) *//* une exception , donc stop */→/* an exception, so stop */utilise la structure process, cherche l'occupation memoire et affiche→uses the process structure, searches for memory occupation and displaystaille de la structure (nb d'elements)→size of the structure (number of elements)Verification
The changes are minimal and surgical, affecting only comment text while preserving all code functionality. The repository now has unified English comments throughout all source files, improving maintainability and accessibility for international contributors.
Fixes #13.
Warning
Firewall rules blocked me from connecting to one or more addresses
I tried to connect to the following addresses, but was blocked by firewall rules:
esm.ubuntu.com/usr/lib/apt/methods/https(dns block)If you need me to access, download, or install something from one of these locations, you can either:
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.