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

Why does Weblate retain duplicate deprecated translations? #37

Open
MichaelChirico opened this issue Mar 29, 2024 · 1 comment
Open

Comments

@MichaelChirico
Copy link
Contributor

MichaelChirico commented Mar 29, 2024

As seen in current weblate/master:

grep -Fr 'See help(\"Defunct\")' src/library/base/po/ne.po -A 1
grep -Er "requires 1 or 2 arguments|dims do not match the length of object" src/library/base/po/pt_BR.po -A 2
4979:msgid "See help(\"Defunct\")"
4980-msgstr "help(\"Defunct\") हेर्नुहोस्"
--
4988:msgid "See help(\"Defunct\") and help(\"%s-defunct\")."
4989-msgstr ""
--
7870:#~ msgid "See help(\"Defunct\") and help(\"%s-defunct\")."
7871-#~ msgstr "help(\"Defunct\") र help(\"%s-defunct\") हेर्नुहोस्।"
--
7873:#~ msgid "See help(\"Defunct\")"
7874-#~ msgstr "help(\"Defunct\") हेर्नुहोस्"
1031:msgid "%d argument passed to '%s' which requires 1 or 2 arguments"
1032:msgid_plural "%d arguments passed to '%s' which requires 1 or 2 arguments"
1033-msgstr[0] "%d argumento fornecido para '%s', que requer 1 ou 2 argumentos"
1034-msgstr[1] "%d argumentos fornecidos para '%s', que requer 1 ou 2 argumentos"
--
1319:msgid "dims do not match the length of object"
1320-msgstr "dims não corresponde ao comprimento do objeto"
1321-
--
8085:#~ msgid "%d argument passed to '%s' which requires 1 or 2 arguments"
8086:#~ msgid_plural "%d arguments passed to '%s' which requires 1 or 2 arguments"
8087-#~ msgstr[0] "%d argumentos passados para '%s', que requer 1 ou 2"
8088-#~ msgstr[1] "%d argumentos passados para '%s', que requer 1 ou 2"
--
8091:#~ msgid "dims do not match the length of object"
8092-#~ msgstr "dims [produto %d] não corresponde ao comprimento do objeto [%d]"
8093-
@MichaelChirico
Copy link
Contributor Author

Comparing to SVN output of the same greps:

#~ msgid "See help(\"Defunct\") and help(\"%s-defunct\")."
#~ msgstr "help(\"Defunct\") र help(\"%s-defunct\") हेर्नुहोस्।"
--
#~ msgid "See help(\"Defunct\")"
#~ msgstr "help(\"Defunct\") हेर्नुहोस्"
#~ msgid "%d argument passed to '%s' which requires 1 or 2 arguments"
#~ msgid_plural "%d arguments passed to '%s' which requires 1 or 2 arguments"
#~ msgstr[0] "%d argumentos passados para '%s', que requer 1 ou 2"
#~ msgstr[1] "%d argumentos passados para '%s', que requer 1 ou 2"
--
#~ msgid "dims do not match the length of object"
#~ msgstr "dims [produto %d] não corresponde ao comprimento do objeto [%d]"

It would appear that Weblate has somehow added these strings back from the dead -- I also don't find them in the R sources.

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

No branches or pull requests

1 participant