Replies: 1 comment 2 replies
-
|
The case-insensitive languages should work correctly since a11e632, do you see it for Arabic The title-case differences are currently not considered by the check. |
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.
-
We are getting some false positives with the check 'reused translation' with strings like: 'Read More' and 'Read more' in languages like Arabic, that have no capitalization, or also for languages like Spanish that don't use title case, so the translation will always be 'Leer más' when translating both 'Read More' and 'Read more'.
I think this check should not fail if the words change capitalization only.
Beta Was this translation helpful? Give feedback.
All reactions