From 49766f0c78015831f8be57349317f0d1c8228327 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Fri, 11 Jul 2025 14:55:46 +0200 Subject: Add QuickLook settings --- Map/Localizable.xcstrings | 55 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) (limited to 'Map/Localizable.xcstrings') diff --git a/Map/Localizable.xcstrings b/Map/Localizable.xcstrings index 13932a4..dda0deb 100644 --- a/Map/Localizable.xcstrings +++ b/Map/Localizable.xcstrings @@ -735,6 +735,61 @@ } } }, + "preferences.quick_look.preview_style.highlighted_text" : { + "extractionState" : "manual", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Highlighted Text" + } + } + } + }, + "preferences.quick_look.preview_style.map" : { + "extractionState" : "manual", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Map" + } + } + } + }, + "preferences.quick_look.preview_style.plain_text" : { + "extractionState" : "manual", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Plain Text" + } + } + } + }, + "preferences.quick_look.preview_style.title" : { + "extractionState" : "manual", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Preview maps in QuickLook as:" + } + } + } + }, + "preferences.quick_look.title" : { + "extractionState" : "manual", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "QuickLook:" + } + } + } + }, "preferences.stages.column.name" : { "extractionState" : "manual", "localizations" : { -- cgit