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
Is it possible to exclude NSLocalizedStrings that have #bc-ignore! in comment? The use case is that when we use .stringsdict to handle pluralization, we don't need to add these keys into Localizable.strings file.
Is it possible to exclude NSLocalizedStrings that have
#bc-ignore!
in comment? The use case is that when we use .stringsdict to handle pluralization, we don't need to add these keys into Localizable.strings file.Example
The
%d minute(s) ago
key will be taken from Localizable.stringsdict file, not from Localizable.strings.Another possible solution is to scan Localizable.stringsdict file for keys and exclude them from Localizable.strings file.
The text was updated successfully, but these errors were encountered: