Skip to content
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

Fix duplicate message in Japanese #1821

Open
wants to merge 1 commit into
base: translation/source
Choose a base branch
from

Conversation

rffontenelle
Copy link
Contributor

@rffontenelle rffontenelle commented Mar 2, 2025

Remove duplicated message, keeping the current one as available in Weblate.

Weblate has an alert saying that there are two equal messages in Japanese translation. See:

/home/weblate/data/vcs/pypa/packaging-python-org/locales/ja/LC_MESSAGES/messages.po:28729: duplicate message definition...
/home/weblate/data/vcs/pypa/packaging-python-org/locales/ja/LC_MESSAGES/messages.po:15112: ...this is the location of the first definition
msgmerge: found 1 fatal error

Looking at the translation file, I spotted the offending messages in line 15098 and in 28728. The first one is fuzzed up and the second is not.

It looks like the translation in the second string is the one in Weblate (here), so I'm suggesting here to remove the first occurrence.


📚 Documentation preview 📚: https://python-packaging-user-guide--1821.org.readthedocs.build/en/1821/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant