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
@kambala-decapitator, I am wondering, if the work to make this functioning with Weblate is not too much of effort compared to the benefit. Not too much "bang for the buck".
During reviewing #476 it was mentioned that the way how plurals are treated should be changed to
stringsdict
.Example:
NSString *minutesUnit = minutes > 1 ? LOCALIZED_STR(@"Mins.") : LOCALIZED_STR(@"Min");
Strings using this kind of solution:
The text was updated successfully, but these errors were encountered: