Hi,**Task**
The heading string for "Personal data" on user profiles is not tagged for translation, so it always shows in English despite the language selected.
When viewing https://wikipedialibrary.wmflabs.org/users/ in Russian,The string is located at [[ https://github.com/WikipediaLibrary/TWLight/blob/e089aab4e34080df3decae5bbcf1e804f07bdd59/TWLight/users/templates/users/editor_detail_data.html#L248 | TWLight/users/templates/users/editor_detail_data.html#L248 ]] and should be updated from `<h3>Personal data</h3>` to `<h3>{% trans "Personal data" %}</h3>`. A translator comment should be placed on the line immediately above this, like so:
```
# Translators: This is a heading for a section of the user profile which contains personal data about the user, such as their real name.
<h3>{% trans "Personal data" %}</h3>
```
**Good first task**
This task has been placed in the #good-first-task category. This means it has been scoped and written in a way that makes it simpler for folks who haven’t contributed to the tool’s development or open source software in the past.
If that’s you, welcome! Please feel free to ask questions here about this specific task or the codebase more generally. We’ll be more than happy to help you and clarify the steps needed to complete the task, whether that’s setting up the repository, implementing the necessary changes, or pushing your changes to Github.
If you have experience contributing to this project or similar ones, please consider leaving this one for someone new, and taking a look at the Open Tasks column of the workboard for another task. Also feel free to help out if you see unanswered questions here!
**How to contribute**
Assign yourself to this task: Click the ‘Add Action’ dropdown menu below and then select Assign / Claim. The box should fill your username in automatically, then click Submit!
The Library Card platform repository can be found at [[ https://github.com/wikipedialibrary/twlight | WikipediaLibrary/TWLight ]]. Please see the [[ https://github.com/WikipediaLibrary/TWLight/wiki/Getting-Started | Getting Started ]] and [[ https://github.com/WikipediaLibrary/TWLight/wiki/Local-setup | Local Setup ]] guides to get up and running with a local development environment.
To submit your changes, you should [fork the repository and create a new branch](https://blog.scottlowe.org/2015/01/27/using-fork-branch-git-workflow/). I see the headAfter pushing "Personal data" in Englishyour changes to your Github branch, even though the messages are 100% translated into Russian on translatewiki.net.you can [open a pull request](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request-from-a-fork). Please link your pull request in a comment here when it has been submitted, I cannot find a message saying "Personal data" on translatewikiand include the Phabricator task number in the pull request. It's probably not defined correctly in the po files.Experienced contributors to the project will review your code and either provide feedback or merge it in!