Update Basque plurals (#1286)
This commit is contained in:
parent
a562c22aee
commit
e32749851e
|
@ -162,6 +162,22 @@
|
||||||
<string>%lld bultzada</string>
|
<string>%lld bultzada</string>
|
||||||
</dict>
|
</dict>
|
||||||
</dict>
|
</dict>
|
||||||
|
<key>status.summary.n-replies %lld</key>
|
||||||
|
<dict>
|
||||||
|
<key>NSStringLocalizedFormatKey</key>
|
||||||
|
<string>%#@statusRepliesCount@</string>
|
||||||
|
<key>statusRepliesCount</key>
|
||||||
|
<dict>
|
||||||
|
<key>NSStringFormatSpecTypeKey</key>
|
||||||
|
<string>NSStringPluralRuleType</string>
|
||||||
|
<key>NSStringFormatValueTypeKey</key>
|
||||||
|
<string>lld</string>
|
||||||
|
<key>one</key>
|
||||||
|
<string>Erantzun %lld</string>
|
||||||
|
<key>other</key>
|
||||||
|
<string>%lld erantzun</string>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
<key>status.poll.n-votes %lld</key>
|
<key>status.poll.n-votes %lld</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>NSStringLocalizedFormatKey</key>
|
<key>NSStringLocalizedFormatKey</key>
|
||||||
|
|
Loading…
Reference in New Issue