Add plurals for Simplified Chinese (#445)

* Add plurals

* Update Localizable.stringsdict
This commit is contained in:
Jerry 2023-01-28 02:19:57 +08:00 committed by GitHub
parent 7b09173bf2
commit c788063d44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@
<key>NSStringFormatValueTypeKey</key>
<string>lld</string>
<key>one</key>
<string>%lld new post</string>
<string>%lld 个新嘟文</string>
<key>other</key>
<string>%lld 个新嘟文</string>
</dict>
@ -29,9 +29,9 @@
<key>NSStringFormatValueTypeKey</key>
<string>lld</string>
<key>one</key>
<string> and %lld other </string>
<string> 和其它 %lld 个用户 </string>
<key>other</key>
<string> and %lld others </string>
<string> 和其它 %lld 个用户 </string>
</dict>
</dict>
</dict>