-
Notifications
You must be signed in to change notification settings - Fork 306
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug in translation - translation of the label ‚Sex‘ does not work #5105
Comments
On 2024-11-29 webtrees added a new translation On 2024-12-01 (two days later), release 2.2.1 was created. Since then, many other languages have been translated. These new translations will be included in the next release. As far as I can tell everything is working as expected. If you think there is a problem with a specific language, tell me which one. |
This is not about missing translations, as the translations for the word ‘sex’ (formerly ‘gender’) are obviously available. (but I have not checked all languages). |
Let me use French as an example. The latest release of webtrees was 2.2.1, which was on 2024-12-01. The translation for "Sex" => "Sexe" was added on 2025-01-03, in commit a7891aa This is after the 2.2.1 release, and was not available at the time. But it will be included in the next release, 2.2.2 |
I had already understood that. |
Since the latest update the word „Gender“ was changed to „Sex“. This was also mentioned in the release notes.
Obviously it was forgotten to rename the variable „Gender“ to „Sex“ in all messages.php files.
Thus, the existing translation of the word „Sex“ is not considered in any language view. You can see that by viewing a person in the Webtrees webappliation (so user-page).
Solution/bugfix:
Replace
‘Gender‘ =>
With
‘Sex‘ =>
In all languages „messages.php“ files.
The text was updated successfully, but these errors were encountered: