Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/TRANSLATING.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ To add a new translation to the Installer (while undertaking the above steps wit

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.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ideally it wouldn't need a C++ file editing, it would be a plain text file preprocessed into a static value included at compile time... That's for another time. But my point is the file name could change just as easily.


---

Expand Down