Skip to content

Commit

Permalink
New translations localizable.stringsdict (English)
Browse files Browse the repository at this point in the history
  • Loading branch information
rinsuki-bot committed Jul 18, 2024
1 parent 39398e9 commit 7c03afc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Sources/iOS/Core/Strings/en.lproj/Localizable.stringsdict
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
<key>count</key>
<dict>
<key>one</key>
<string>%d件のふぁぼ</string>
<string>%d Favorite</string>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>d</string>
<key>other</key>
<string>%d件のふぁぼ</string>
<string>%d Favorites</string>
</dict>
</dict>
<key>count.boost</key>
Expand All @@ -25,13 +25,13 @@
<key>count</key>
<dict>
<key>one</key>
<string>%d件のブースト</string>
<string>%d boost</string>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>d</string>
<key>other</key>
<string>%d件のブースト</string>
<string>%d Boosts</string>
</dict>
</dict>
</dict>
Expand Down

0 comments on commit 7c03afc

Please sign in to comment.