2
2
mirror of https://github.com/mastodon/mastodon-ios synced 2025-04-11 22:58:02 +02:00

Correction to stringsdict formatting

This commit is contained in:
shannon 2025-03-06 19:04:36 -05:00
parent 94d6a13e00
commit 3c3facdf4d

View File

@ -140,6 +140,13 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>one person favorited:</string>
<key>few</key>
<string>%ld people favorited:</string>
<key>many</key>
<string>%ld people favorited:</string>
<key>other</key>
<string>%ld people favorited:</string>
</dict>
</dict>
<key>plural.count.people_followed_you</key>
@ -162,13 +169,6 @@
<string>%ld people followed you</string>
</dict>
</dict>
<string>one person favorited:</string>
<key>few</key>
<string>%ld people favorited:</string>
<key>many</key>
<string>%ld people favorited:</string>
<key>other</key>
<string>%ld people favorited:</string>
<key>plural.count.poll_that_you_and_others_voted_in</key>
<dict>
<key>NSStringLocalizedFormatKey</key>