Skip to content

Instantly share code, notes, and snippets.

@prafullakumar
Created May 17, 2020 16:31
Show Gist options
  • Save prafullakumar/1fad76de2e12f56eea2d29bab85dc421 to your computer and use it in GitHub Desktop.
Save prafullakumar/1fad76de2e12f56eea2d29bab85dc421 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>%llu Like(s)</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@v1_likes@</string>
<key>v1_likes</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>llu</string>
<key>zero</key>
<string>%llu Like</string>
<key>one</key>
<string>%llu Like</string>
<key>other</key>
<string>%llu Likes</string>
</dict>
</dict>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment