From 69f8f7e81ca73ffbf1a0d76ccbd6cf8545caff57 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Mon, 7 Jul 2025 13:22:22 +0200 Subject: Add font customization --- Map/Localizable.xcstrings | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'Map/Localizable.xcstrings') diff --git a/Map/Localizable.xcstrings b/Map/Localizable.xcstrings index 69b9423..a4b07f0 100644 --- a/Map/Localizable.xcstrings +++ b/Map/Localizable.xcstrings @@ -280,6 +280,17 @@ } } }, + "preferences.map.map_style.use_custom_font" : { + "extractionState" : "manual", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Use Custom Font" + } + } + } + }, "preferences.menu.appearance" : { "extractionState" : "manual", "localizations" : { -- cgit