docs/TRANSLATING.md: fix translators-list file reference#3795
Open
mcfnord wants to merge 1 commit into
Open
Conversation
The list lives in src/util.cpp (CAboutDlg constructor), not src/utils.h. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
ann0see
reviewed
Jul 17, 2026
| Start translating the new language using Hosted Weblate or Git (as described in the first section of this guide). If you plan to work on the translation for a longer period, please contact the administrators to be invited to the Jamulus organisation as well as translators channel on Discord or Matrix. | ||
|
|
||
| Since every contributor can and should be added to the in-app contributor list, please remind us to add you to the `src/utils.h` file as translator or open a pull request yourself. | ||
| Since every contributor can and should be added to the in-app contributor list, please remind us to add you to the translators list in `src/util.cpp` (in `CAboutDlg::CAboutDlg()`) or open a pull request yourself. |
Member
There was a problem hiding this comment.
Suggested change
| Since every contributor can and should be added to the in-app contributor list, please remind us to add you to the translators list in `src/util.cpp` (in `CAboutDlg::CAboutDlg()`) or open a pull request yourself. | |
| Since every contributor can and should be added to the in-app contributor list, please remind us to add you to the translators list in `src/util.cpp` or open a pull request yourself. |
As the method name may get changed some time. As before, I expect humans and agents to find it e.g with grep.
We might want to update the comment to say translators list
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.
One-line fix: TRANSLATING.md points translators at
src/utils.h, which doesn't exist. The contributors/translators list lives insrc/util.cppinCAboutDlg::CAboutDlg()(matching what CONTRIBUTING.md says).CHANGELOG: SKIP
🤖 Generated with Claude Code