mirror of
https://github.com/welpo/tabi.git
synced 2025-10-10 23:38:53 +02:00
✨ feat(i18n): display lcode in language switcher (#565)
Co-authored-by: welpo <welpo@users.noreply.github.com>
This commit is contained in:
parent
57277a0f23
commit
83b0a5d011
7 changed files with 48 additions and 3 deletions
|
@ -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`.
|
||||
|
|
|
@ -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`.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
+++
|
||||
title = "Lost in Translation? Not with tabi's Multilingual Capabilities"
|
||||
date = 2023-09-12
|
||||
updated = 2025-08-07
|
||||
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]
|
||||
|
@ -148,3 +148,7 @@ If you did, you will need to manually update the translations. You can do this b
|
|||
## Does tabi translate my content?
|
||||
|
||||
No. tabi only translates the theme's text strings. You will need to translate your content yourself.
|
||||
|
||||
# How to show current language code on the language switcher?
|
||||
|
||||
Add `show_selected_language_code_in_language_switcher = true` in your config extras.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue