From 55e665ea4bf04ab0cd8d7fd5af1ace502d71c66b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Goetz?= Date: Mon, 10 Feb 2020 19:52:32 +0100 Subject: [PATCH] Remove unused translations --- docs/05_Configuration/_index.md | 4 ---- global.json | 16 ---------------- 2 files changed, 20 deletions(-) diff --git a/docs/05_Configuration/_index.md b/docs/05_Configuration/_index.md index 0e6f885..9b56f01 100644 --- a/docs/05_Configuration/_index.md +++ b/docs/05_Configuration/_index.md @@ -126,10 +126,6 @@ A string that isn't found will fall back to english. { "strings": { "fr": { - "CodeBlocks_title": "Afficher le code", - "CodeBlocks_hide": "Non", - "CodeBlocks_below": "En Dessous", - "CodeBlocks_inline": "A côté", "CodeBlocks_show": "Afficher le code", "Search_placeholder": "Rechercher...", "Link_previous": "Précédent", diff --git a/global.json b/global.json index 606d4a3..6bf4853 100755 --- a/global.json +++ b/global.json @@ -22,10 +22,6 @@ "strings": { "en": { - "CodeBlocks_title": "Code blocks", - "CodeBlocks_hide": "No", - "CodeBlocks_below": "Below", - "CodeBlocks_inline": "Inline", "CodeBlocks_show": "Show Code Blocks", "Search_placeholder": "Search...", "Search_one_result": "1 result", @@ -44,10 +40,6 @@ "Toggle_navigation": "Toggle navigation" }, "fr": { - "CodeBlocks_title": "Afficher le code", - "CodeBlocks_hide": "Non", - "CodeBlocks_below": "En Dessous", - "CodeBlocks_inline": "A côté", "CodeBlocks_show": "Afficher le code", "Search_placeholder": "Rechercher...", "Search_one_result": "1 résultat", @@ -65,10 +57,6 @@ "Table_of_contents": "Table des matières" }, "de": { - "CodeBlocks_title": "Code-Blöcke", - "CodeBlocks_hide": "Aus", - "CodeBlocks_below": "Unterhalb", - "CodeBlocks_inline": "Linear", "CodeBlocks_show": "Code-Blöcke anzeigen", "Search_placeholder": "Suchen...", "Search_one_result": "1 Ergebnis", @@ -86,10 +74,6 @@ "Table_of_contents": "Inhaltsverzeichnis" }, "it": { - "CodeBlocks_title": "Blocchi di codice", - "CodeBlocks_hide": "No", - "CodeBlocks_below": "Sotto", - "CodeBlocks_inline": "In linea", "CodeBlocks_show": "Mostra blocchi di codice", "Search_one_result": "1 risultato", "Search_results": "!count risultati",