Fix plural "places" in Swedish #5276

Merged
biodranik merged 2 commits from ab-sv-plural-fix into master 2023-06-05 15:33:14 +00:00
3 changed files with 10 additions and 4 deletions

View file

@ -561,9 +561,11 @@
</plurals>
<string name="common_check_internet_connection_dialog_title">Ingen internetanslutning</string>
<plurals name="objects">
<item quantity="other">%d plats</item>
<item quantity="one">%d plats</item>
<item quantity="other">%d platser</item>
</plurals>
<plurals name="places">
<item quantity="one">%d plats</item>
<item quantity="other">%d platser</item>
</plurals>
<plurals name="tracks">

View file

@ -19849,7 +19849,8 @@
ru:one = %d объект
ru:other = %d объектов
sk = %d miesto
sv = %d plats
sv:one = %d plats
sv:other = %d platser
sw = Eneo %d
th = %d สถานที่
tr = %d obje
@ -19908,7 +19909,8 @@
ru:one = %d место
ru:other = %d мест
sk = %d miesta
sv = %d platser
sv:one = %d plats
sv:other = %d platser
sw = Maeneo %d
th = %d สถานที่ต่าง ๆ
tr = %d yer

View file

@ -51,8 +51,10 @@
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>d</string>
<key>other</key>
<key>one</key>
<string>%d plats</string>
<key>other</key>
<string>%d platser</string>
</dict>
</dict>