Replies: 1 comment 2 replies
-
I would be glad about a solution different from Languages like Arabic or Polish do have multiple plural forms depending on the number/count used. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The example is about the English terms
Error
andErrors
. In German they are translated both asFehler
. There is no difference between Singular and Plural for this term in German.I do understand why Weblate do report a "Reused translation" check error at this point.

Is there a way to prevent such false positive checks?
I do know about GNU gettext plural terms feature. But I'm not sure if this is the right answer. Are there other ways?
In Python it would result in a lot of lines like this:
See similar discussion at #10370
Beta Was this translation helpful? Give feedback.
All reactions