From 8564439356f4bcc3e21b19738eb87b4c0722c623 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Fri, 11 Jul 2025 09:27:49 +0200 Subject: Add missing vertex detection --- Map/Localizable.xcstrings | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'Map/Localizable.xcstrings') diff --git a/Map/Localizable.xcstrings b/Map/Localizable.xcstrings index d5da2e4..ec8ed46 100644 --- a/Map/Localizable.xcstrings +++ b/Map/Localizable.xcstrings @@ -219,6 +219,28 @@ } } }, + "map_editor.add_missing_component" : { + "extractionState" : "manual", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add" + } + } + } + }, + "map_editor.missing_component %@" : { + "extractionState" : "manual", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "“%@” is not declared." + } + } + } + }, "map_editor.zoom_in" : { "extractionState" : "manual", "localizations" : { @@ -383,6 +405,17 @@ } } }, + "preferences.editor.smart_editor.highlight_missing_components" : { + "extractionState" : "manual", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Highlight missing components" + } + } + } + }, "preferences.editor.smart_editor.title" : { "extractionState" : "manual", "localizations" : { -- cgit