[configuration] Translate configuration module (db translations only)#10878
Open
HachemJ wants to merge 5 commits into
Open
[configuration] Translate configuration module (db translations only)#10878HachemJ wants to merge 5 commits into
HachemJ wants to merge 5 commits into
Conversation
…ction by similar implementation present in authentication.class.inc for config localization and some updates to raisinbread (new translations, flag changed from 0 to 1)
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.
Brief summary of changes
This PR translates the configuration module in French. It only includes db translations.
This PR also refactors configuration localization to use ConfigI18n, following the existing implementation in authentication.class.inc.
It removes the unnecessary projectDescription helper from
php/libraries/Settings.class.incand its use inprojectDescription.class.inc.Finally it renames the duplicate 'HTTP Request Log Level' mislabel in

RB_ConfigSettings.sqlto 'PHP Exception Log Level' for the exception_log_level configuration setting.Note: I used AI for translations but double-checked them as a fluent French speaker.
Testing instructions (if applicable)
For anyone that will test this PR : I'm not sure what it is, but sometimes I have to reload the page multiple times for all db translations to appear. It might be something specific to this module or something happening with my machine, but this is why I refresh the page twice in the 'After' video.
make testdatato include the new raisinbread changesproject/localeraisinbread/localeintoproject/localemake dev(make sure it ran the msgfmt --use-fuzzy -o table.mo table.po commands)Before:
Screen.Recording.2026-07-12.at.6.54.10.PM.mov
After:
Screen.Recording.2026-07-12.at.7.04.08.PM.mov
Link(s) to related issue(s)