pub fn parse_stringsdict(
content: &str,
) -> Result<ParsedStringsdict, XcStringsError>Expand description
Parse a .stringsdict XML plist file into plural entries and skipped key names.
Entries using unsupported rule types (NSStringDeviceSpecificRuleType,
NSStringVariableWidthRuleType) are collected in ParsedStringsdict::skipped_keys.