You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also, it may be a good idea to add a tool that analyzes translation files and checks that the number of %s placeholders in each translated string is the same as in the corresponding original string.
The text was updated successfully, but these errors were encountered:
Here:
The reason for the error is an incorrect translation in
ru_RU.ts
:We already have a
TranslatedString
class that catches KeyError exception, it should catchTypeError
exceptions as well to prevent the application crash in case of such an error.Also, it may be a good idea to add a tool that analyzes translation files and checks that the number of %s placeholders in each translated string is the same as in the corresponding original string.
The text was updated successfully, but these errors were encountered: