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
After more research on this NSStringVariableWidthRuleType in conjunction with the pluralization string format;
They do not operate together on the same key, NSStringLocalizedFormatKey always takes precedence and will be processed instead of NSStringVariableWidthRuleType if both are present.
Therefore a stringsdictentry can be either a pluralization format string or a variable width string.
Thinking the best solution for this is to provide a model that combines these two types together.
In the meantime, we can maybe just ignore NSStringVariableWidthRuleType entries until we can support both.
Support
.stringdict
files with string rule type:NSStringVariableWidthRuleType
See the example below which doesn't load during lint operation.
The text was updated successfully, but these errors were encountered: