Skip to content

Instantly share code, notes, and snippets.

@prafullakumar
Created May 17, 2020 16:31
Show Gist options
  • Save prafullakumar/dd651ce121d6358669c0ee4da542092b to your computer and use it in GitHub Desktop.
Save prafullakumar/dd651ce121d6358669c0ee4da542092b 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>few</key>
<string>%llu Лайка</string>
<key>many</key>
<string>%llu Лайков</string>
<key>one</key>
<string>%llu лайк</string>
<key>other</key>
<string>%llu Лайков</string>
<key>zero</key>
<string>%llu Нравится</string>
</dict>
</dict>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment