summaryrefslogtreecommitdiff
path: root/platform/darwin/resources
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2017-12-18 09:43:26 -0800
committerMinh Nguyễn <mxn@1ec5.org>2017-12-18 11:41:56 -0800
commit9c1dfe46cf39147ebe25a98eb0603828d4e8c61d (patch)
tree8599e0117dbb22f1adee625dd28206c9f3f17a2c /platform/darwin/resources
parentc618d513b1838e370eb1410001f80768c7b7a347 (diff)
downloadqtlocation-mapboxgl-9c1dfe46cf39147ebe25a98eb0603828d4e8c61d.tar.gz
[ios, macos] Cleaned up base localization files
Localizable strings in Darwin classes need to specify “Foundation” as the table so that NSBundle consults the right .strings files. Reran make genstrings to add some missing strings to the base localizations and undo some manual edits to the base localizations that contained errors.
Diffstat (limited to 'platform/darwin/resources')
-rw-r--r--platform/darwin/resources/Base.lproj/Foundation.strings6
1 files changed, 6 insertions, 0 deletions
diff --git a/platform/darwin/resources/Base.lproj/Foundation.strings b/platform/darwin/resources/Base.lproj/Foundation.strings
index 9d63dfa697..ba7db3fc63 100644
--- a/platform/darwin/resources/Base.lproj/Foundation.strings
+++ b/platform/darwin/resources/Base.lproj/Foundation.strings
@@ -289,3 +289,9 @@
/* West longitude format, short: {longitude} */
"COORD_W_SHORT" = "%@W";
+/* OpenStreetMap full name attribution */
+"OSM_FULL_NAME" = "OpenStreetMap";
+
+/* OpenStreetMap short name attribution */
+"OSM_SHORT_NAME" = "OSM";
+