From 005c2048af141e3658a170c283dd41bd4fb5cdcb Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Wed, 9 Jul 2025 08:54:22 +0200 Subject: Make soft-wrap configurable. --- Map/Localizable.xcstrings | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Map/Localizable.xcstrings') diff --git a/Map/Localizable.xcstrings b/Map/Localizable.xcstrings index 8f9ddce..d5da2e4 100644 --- a/Map/Localizable.xcstrings +++ b/Map/Localizable.xcstrings @@ -318,6 +318,16 @@ } } }, + "preferences.editor.editor_style.soft_wrap_lines" : { + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Soft wrap long lines" + } + } + } + }, "preferences.editor.editor_style.title" : { "extractionState" : "manual", "localizations" : { -- cgit