1
0
mirror of https://github.com/mastodon/mastodon-ios.git synced 2025-01-05 13:27:36 +01:00

New translations Localizable.stringsdict (Swedish)

This commit is contained in:
Eugen Rochko 2022-03-30 04:54:42 +02:00
parent dcb9df4241
commit 90bb05d93b

View File

@ -114,6 +114,22 @@
<string>%ld reblogs</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>