From 53a3979442d7a8823957c399f8550849b2b32451 Mon Sep 17 00:00:00 2001 From: Arnau <106163515+CuZn2930@users.noreply.github.com> Date: Thu, 12 Jun 2025 15:54:00 +0200 Subject: [PATCH] Add Catalan language entry to config.toml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added 'Català' as a supported language to the configuration file, linking it to the 'content.ca' folder. This enables the display of Catalan translations in the language selector. --- config.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.toml b/config.toml index a0b23d8..0d76b29 100644 --- a/config.toml +++ b/config.toml @@ -28,6 +28,10 @@ enableGitInfo = true languageName = 'Portuguese | Português' contentDir = 'content.pt' weight = 3 +[languages.ca] +languageName = "Català" +contentDir = 'content.ca' +weight = 4 [menu] # [[menu.before]]