From 3cca7e9f25166c995a9b9b7bca5beb20be969ac7 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Tue, 8 Jul 2025 10:58:56 +0200 Subject: Comment out unused preferences --- Map/Localizable.xcstrings | 75 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) (limited to 'Map/Localizable.xcstrings') diff --git a/Map/Localizable.xcstrings b/Map/Localizable.xcstrings index f2c0b6c..d7cc56a 100644 --- a/Map/Localizable.xcstrings +++ b/Map/Localizable.xcstrings @@ -169,11 +169,64 @@ } } }, + "export_formats.bmp" : { + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "BMP" + } + } + } + }, + "export_formats.gif" : { + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "GIF" + } + } + } + }, + "export_formats.jpeg" : { + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "JPEG" + } + } + } + }, + "export_formats.png" : { + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "PNG" + } + } + } + }, + "export_formats.tiff" : { + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "TIFF" + } + } + } + }, "General Preferences" : { }, "General settings will be available here in a future version." : { + }, + "Key" : { + "extractionState" : "manual" }, "map_editor.zoom_in" : { "extractionState" : "manual", @@ -340,6 +393,28 @@ } } }, + "preferences.map.export.default_format" : { + "extractionState" : "manual", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Default Format" + } + } + } + }, + "preferences.map.export.title" : { + "extractionState" : "manual", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Export Options:" + } + } + } + }, "preferences.map.map_style.show_background" : { "extractionState" : "manual", "localizations" : { -- cgit