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
In non-GUI code, translatable strings with format specifiers rely on the tinyformat::format implementation, which does not support the %n specifier that is crucial for pluralising with Qt translation tools.
Therefore, it may be worth considering rephrasing translatable strings to avoid potential plural forms.