New translations Localizable.stringsdict (Swedish, Finland)

This commit is contained in:
Eugen Rochko 2022-03-30 04:55:40 +02:00
parent c0b3e43bbc
commit 3b3c9033db
1 changed files with 16 additions and 0 deletions

View File

@ -114,6 +114,22 @@
<string>%ld edelleen jakoa</string>
</dict>
</dict>
<key>plural.count.reply</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@reply_count@</string>
<key>reply_count</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 reply</string>
<key>other</key>
<string>%ld replies</string>
</dict>
</dict>
<key>plural.count.vote</key>
<dict>
<key>NSStringLocalizedFormatKey</key>