chore: add poll option number i18n string

This commit is contained in:
CMK 2021-08-16 15:35:24 +08:00
parent 95b810709c
commit 604aaf3799
1 changed files with 22 additions and 0 deletions

View File

@ -68,6 +68,28 @@
<string>posts</string>
</dict>
</dict>
<key>plural.number.poll_option</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@number_poll_option@</string>
<key>number_poll_option</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>zero</key>
<string>Option 0</string>
<key>one</key>
<string>Option 1</string>
<key>few</key>
<string>Option %ld</string>
<key>many</key>
<string>Option %ld</string>
<key>other</key>
<string>Option %ld %ld</string>
</dict>
</dict>
<key>plural.count.post</key>
<dict>
<key>NSStringLocalizedFormatKey</key>