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

Correct plurals in base localization

This commit is contained in:
shannon 2025-03-10 14:28:32 -04:00
parent 62c1f05db4
commit ac5c088005

View File

@ -284,11 +284,11 @@
<key>one</key> <key>one</key>
<string>1 image</string> <string>1 image</string>
<key>few</key> <key>few</key>
<string>%ld image</string> <string>%ld images</string>
<key>many</key> <key>many</key>
<string>%ld image</string> <string>%ld images</string>
<key>other</key> <key>other</key>
<string>%ld image</string> <string>%ld images</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.gif</key> <key>plural.count.gif</key>
@ -306,11 +306,11 @@
<key>one</key> <key>one</key>
<string>1 gif</string> <string>1 gif</string>
<key>few</key> <key>few</key>
<string>%ld gif</string> <string>%ld gifs</string>
<key>many</key> <key>many</key>
<string>%ld gif</string> <string>%ld gifs</string>
<key>other</key> <key>other</key>
<string>%ld gif</string> <string>%ld gifs</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.video</key> <key>plural.count.video</key>
@ -328,11 +328,11 @@
<key>one</key> <key>one</key>
<string>1 video</string> <string>1 video</string>
<key>few</key> <key>few</key>
<string>%ld video</string> <string>%ld videos</string>
<key>many</key> <key>many</key>
<string>%ld video</string> <string>%ld videos</string>
<key>other</key> <key>other</key>
<string>%ld video</string> <string>%ld videos</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.audio</key> <key>plural.count.audio</key>
@ -350,11 +350,11 @@
<key>one</key> <key>one</key>
<string>1 audio</string> <string>1 audio</string>
<key>few</key> <key>few</key>
<string>%ld audio</string> <string>%ld audios</string>
<key>many</key> <key>many</key>
<string>%ld audio</string> <string>%ld audios</string>
<key>other</key> <key>other</key>
<string>%ld audio</string> <string>%ld audios</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.attachment</key> <key>plural.count.attachment</key>
@ -372,11 +372,11 @@
<key>one</key> <key>one</key>
<string>1 attachment</string> <string>1 attachment</string>
<key>few</key> <key>few</key>
<string>%ld attachment</string> <string>%ld attachments</string>
<key>many</key> <key>many</key>
<string>%ld attachment</string> <string>%ld attachments</string>
<key>other</key> <key>other</key>
<string>%ld attachment</string> <string>%ld attachments</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.poll</key> <key>plural.count.poll</key>
@ -394,11 +394,11 @@
<key>one</key> <key>one</key>
<string>1 poll</string> <string>1 poll</string>
<key>few</key> <key>few</key>
<string>%ld poll</string> <string>%ld polls</string>
<key>many</key> <key>many</key>
<string>%ld poll</string> <string>%ld polls</string>
<key>other</key> <key>other</key>
<string>%ld poll</string> <string>%ld polls</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.post</key> <key>plural.count.post</key>