New translations Localizable.stringsdict (Scottish Gaelic)

This commit is contained in:
Eugen Rochko 2021-08-16 10:40:21 +02:00
parent d41f7feda9
commit 3b76f8725a
1 changed files with 20 additions and 0 deletions

View File

@ -62,6 +62,26 @@
<string>post</string>
</dict>
</dict>
<key>plural.number.poll_option</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@number_poll_option@</string>
<key>number_poll_option</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>Option 1</string>
<key>two</key>
<string>Option %ld %ld</string>
<key>few</key>
<string>Option %ld %ld</string>
<key>other</key>
<string>Option %ld %ld</string>
</dict>
</dict>
<key>plural.count.post</key>
<dict>
<key>NSStringLocalizedFormatKey</key>