From f8d2b4a8ada3030e0082e2315dbc6b6edcc73617 Mon Sep 17 00:00:00 2001 From: welpo Date: Sun, 14 Sep 2025 12:30:55 +0200 Subject: [PATCH] Rename var + update docs --- config.toml | 6 +++--- content/blog/faq-languages/index.ca.md | 6 +++++- content/blog/faq-languages/index.es.md | 6 +++++- content/blog/faq-languages/index.md | 4 ++-- templates/partials/language_switcher.html | 2 +- theme.toml | 6 +++--- 6 files changed, 19 insertions(+), 11 deletions(-) diff --git a/config.toml b/config.toml index 245b127..a62acbe 100644 --- a/config.toml +++ b/config.toml @@ -108,6 +108,9 @@ skin = "" browser_theme_color = "#087e96" # browser_theme_color = ["#ffffff", "#000000"] # Example of light/dark colours. +# For multilingual sites: show current language code on the language switcher. +show_selected_language_code_in_language_switcher = false + # List additional stylesheets to load site-wide. # These stylesheets should be located in your site's `static` directory. # Example: stylesheets = ["extra1.css", "path/extra2.css"] @@ -184,9 +187,6 @@ iine_unified_languages = true # Can be set at section levels, following the hierarchy: section > config. See: https://welpo.github.io/tabi/blog/mastering-tabi-settings/#settings-hierarchy post_listing_index_reversed = false # Defaults to false. -# Show current language code on the language switcher -language_switcher_show_lcode = false # Defaults to false - # DEPRECATED! # Use Zola's built-in `bottom_footnotes = true` in the [markdown] section instead. (Available since v0.19.0) # Adds backlinks to footnotes (loads ~500 bytes of JavaScripts). diff --git a/content/blog/faq-languages/index.ca.md b/content/blog/faq-languages/index.ca.md index b83c79e..c4be47f 100644 --- a/content/blog/faq-languages/index.ca.md +++ b/content/blog/faq-languages/index.ca.md @@ -1,7 +1,7 @@ +++ title = "Lost in Translation? Explora les capacitats multilingües de tabi" date = 2023-09-12 -updated = 2025-08-07 +updated = 2025-09-14 description = "Descobreix com tabi t'ajuda a connectar amb una audiència global gràcies a les seves funcions multilingües. Aprèn a canviar la llengua per defecte, afegir més llengües i aportar les teves pròpies traduccions." [taxonomies] @@ -147,3 +147,7 @@ Si ho vas fer, hauràs d'actualitzar manualment les traduccions. Pots fer-ho cop ## tabi tradueix el meu contingut? No. tabi només tradueix les cadenes de text del tema. Hauràs de traduir el teu contingut tu mateix. + +## Com puc mostrar el codi de l'idioma actual al commutador d'idioma? + +Afegeix `show_selected_language_code_in_language_switcher = true` a la secció `[extra]` del teu `config.toml`. diff --git a/content/blog/faq-languages/index.es.md b/content/blog/faq-languages/index.es.md index 6883fc8..b9fe08f 100644 --- a/content/blog/faq-languages/index.es.md +++ b/content/blog/faq-languages/index.es.md @@ -1,7 +1,7 @@ +++ title = "¿Lost in Translation? Explora las capacidades multilingües de tabi" date = 2023-09-12 -updated = 2025-08-07 +updated = 2025-09-14 description = "Descubre cómo tabi te ayuda a conectar con una audiencia global gracias a sus funciones multilingües. Aprende a cambiar el idioma por defecto, añadir más idiomas y aportar tus propias traducciones." [taxonomies] @@ -147,3 +147,7 @@ Si lo hiciste, tendrás que actualizar manualmente las traducciones. Puedes hace ## ¿tabi traduce el contenido de mi sitio? No. tabi sólo traduce el tema. Los posts deberás traducirlos tú mismo. + +## ¿Cómo puedo mostrar el código del idioma actual en el conmutador de idioma? + +Añade `show_selected_language_code_in_language_switcher = true` en la sección `[extra]` de tu `config.toml`. diff --git a/content/blog/faq-languages/index.md b/content/blog/faq-languages/index.md index f306fd6..229a5a0 100644 --- a/content/blog/faq-languages/index.md +++ b/content/blog/faq-languages/index.md @@ -1,7 +1,7 @@ +++ title = "Lost in Translation? Not with tabi's Multilingual Capabilities" date = 2023-09-12 -updated = 2025-08-24 +updated = 2025-09-14 description = "Master the art of serving a global audience through tabi's built-in multilingual features. Learn how to change the default language, add multilingual support, and contribute your own translations." [taxonomies] @@ -151,4 +151,4 @@ No. tabi only translates the theme's text strings. You will need to translate yo # How to show current language code on the language switcher? -Add `language_switcher_show_lcode = true` in your config extras. +Add `show_selected_language_code_in_language_switcher = true` in your config extras. diff --git a/templates/partials/language_switcher.html b/templates/partials/language_switcher.html index 0f05f13..212bb98 100644 --- a/templates/partials/language_switcher.html +++ b/templates/partials/language_switcher.html @@ -1,7 +1,7 @@