From 0cc8ac9cc39ce3a1bcc9ea88345d18f17a46cb2a Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Fri, 11 Jul 2025 12:06:04 +0200 Subject: Add QuickLook plugin --- Map/Localizable.xcstrings | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'Map/Localizable.xcstrings') diff --git a/Map/Localizable.xcstrings b/Map/Localizable.xcstrings index ec8ed46..13932a4 100644 --- a/Map/Localizable.xcstrings +++ b/Map/Localizable.xcstrings @@ -988,6 +988,28 @@ } } }, + "quick_look.empty_map.description" : { + "extractionState" : "manual", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "This .wmap file contains no map elements" + } + } + } + }, + "quick_look.empty_map.title" : { + "extractionState" : "manual", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Empty Map" + } + } + } + }, "search_bar.done" : { "extractionState" : "manual", "localizations" : { -- cgit