mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-12-26 15:02:39 +01:00
Add plurals for Simplified Chinese (#445)
* Add plurals * Update Localizable.stringsdict
This commit is contained in:
parent
7b09173bf2
commit
c788063d44
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user