Open wutschel opened 2 years ago
@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".
not a high priority, can be done later. But having proper localisation Is desired I'd say.
During reviewing https://github.com/xbmc/Official-Kodi-Remote-iOS/pull/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: