From bfceca86d099caaf450ee8104ca5e71b10533e84 Mon Sep 17 00:00:00 2001 From: David Bojsen Date: Fri, 9 Jan 2026 13:06:47 +0100 Subject: [PATCH] Add translations for 404.html and toc.yml --- crowdin.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/crowdin.yml b/crowdin.yml index f5c4d6a2..7fbcd494 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -8,5 +8,13 @@ "translation_replace": { "content": "" } + }, + { + "source": "/content/404.html", + "translation": "/localizedContent/%two_letters_code%/404.html" + }, + { + "source": "/content/toc.yml", + "translation": "/localizedContent/%two_letters_code%/toc.yml" } ]