From c09fe585b35356a3b8f7dbb5624501e63160397c Mon Sep 17 00:00:00 2001 From: Matteias Collet Date: Sun, 13 Mar 2022 16:38:06 +0000 Subject: [PATCH] move speed displays to exclusive metadata category --- Codes.xml | 4 ++-- site/.vuepress/data/codeCategories.json | 5 +++++ site/.vuepress/i18n/de-CH.json | 3 ++- site/.vuepress/i18n/en-US.json | 3 ++- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/Codes.xml b/Codes.xml index 76637d6..c49764a 100644 --- a/Codes.xml +++ b/Codes.xml @@ -2860,7 +2860,7 @@ - misc + metadata Position/angle/speed display Position/Winkel/Geschw. Display Affichage de position/angle/vitesse @@ -3166,7 +3166,7 @@ - misc + metadata Speed display Geschwindigkeits-Display Affichage de vitesse diff --git a/site/.vuepress/data/codeCategories.json b/site/.vuepress/data/codeCategories.json index 5e548b4..c6492c3 100644 --- a/site/.vuepress/data/codeCategories.json +++ b/site/.vuepress/data/codeCategories.json @@ -14,6 +14,11 @@ "i18nKey": "generatorconfig.categories.timer", "exclusive": false }, + { + "identifier": "metadata", + "i18nKey": "generatorconfig.categories.metadata", + "exclusive": true + }, { "identifier": "misc", "i18nKey": "generatorconfig.categories.misc", diff --git a/site/.vuepress/i18n/de-CH.json b/site/.vuepress/i18n/de-CH.json index fb5eb16..a89d742 100644 --- a/site/.vuepress/i18n/de-CH.json +++ b/site/.vuepress/i18n/de-CH.json @@ -54,7 +54,8 @@ "misc": "Misc", "memcardpatch": "Memory Card Patches", "cosmetic": "Kosmetisch", - "custom": "Benutzerdefiniert" + "custom": "Benutzerdefiniert", + "metadata": "Metadaten Anzeige" }, "presets": { "standard": "Standard", diff --git a/site/.vuepress/i18n/en-US.json b/site/.vuepress/i18n/en-US.json index c1e0053..5f69d50 100644 --- a/site/.vuepress/i18n/en-US.json +++ b/site/.vuepress/i18n/en-US.json @@ -54,7 +54,8 @@ "misc": "Misc", "memcardpatch": "Memory Card Patches", "cosmetic": "Cosmetic", - "custom": "Custom" + "custom": "Custom", + "metadata": "Metadata Display" }, "presets": { "standard": "Standard",