Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[ios, macos] Corrected map a11y value format strings
Browse files Browse the repository at this point in the history
Corrected MGLMapView accessibility value format strings in Catalan, Russian, and Swedish.
  • Loading branch information
1ec5 committed May 2, 2017
1 parent e6aea10 commit df52527
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions platform/ios/resources/ca.lproj/Localizable.stringsdict
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>Zoom %dx
%#@count@ visible</string>
%#@count@</string>
<key>count</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%d anotació</string>
<string>%d anotació visible</string>
<key>other</key>
<string>%d anotacions</string>
<string>%d anotacions visibles</string>
</dict>
</dict>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions platform/ios/resources/ru.lproj/Localizable.stringsdict
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<key>MAP_A11Y_VALUE</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>Zoom %dx
%#@count@ visible</string>
<string>Масштаб %dx
%#@count@ видны</string>
<key>count</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
Expand Down
2 changes: 1 addition & 1 deletion platform/ios/resources/sv.lproj/Localizable.stringsdict
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>Zoom %dx
%#@count@ visible</string>
%#@count@</string>
<key>count</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
Expand Down

0 comments on commit df52527

Please sign in to comment.