From f4edef273e4501a28cac7cb43fa7ad6f224fcb4a Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sun, 6 Jul 2025 12:53:24 +0200 Subject: Use templates in file menu --- Map/Localizable.xcstrings | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'Map/Localizable.xcstrings') diff --git a/Map/Localizable.xcstrings b/Map/Localizable.xcstrings index 22f8e6b..4e6112d 100644 --- a/Map/Localizable.xcstrings +++ b/Map/Localizable.xcstrings @@ -21,6 +21,17 @@ }, "Check for Updates…" : { + }, + "commands.file.new_from_template" : { + "extractionState" : "manual", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "New From Template" + } + } + } }, "Done" : { @@ -107,6 +118,9 @@ }, "Name" : { + }, + "No templates available" : { + }, "preferences.stages.explanation" : { "extractionState" : "manual", -- cgit