mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 16:31:52 +01:00
Add complete translations for: - German (de) - French (fr) - Spanish (es) - Portuguese Brazil (pt-br) - Portuguese Portugal (pt-pt) Changes include: - Language config files (languages.*.toml) - Menu config files (menus.*.toml) - Translated docs section (16 files x 5 langs) - Translated homepage, guides, samples - Translated examples, authors, tags sections - Translated users section (112 dirs x 5 langs) - Fixed YAML front matter formatting in user files Hugo build now supports 9 languages total. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
70 lines
1.1 KiB
TOML
70 lines
1.1 KiB
TOML
# -- Menú Principal --
|
|
# El menú principal se muestra en el encabezado en la parte superior de la página.
|
|
|
|
[[main]]
|
|
name = "Documentación"
|
|
pageRef = "docs"
|
|
weight = 10
|
|
|
|
[[main]]
|
|
name = "Shortcodes"
|
|
pageRef = "docs/shortcodes"
|
|
weight = 15
|
|
|
|
[[main]]
|
|
name = "Ejemplos"
|
|
weight = 20
|
|
|
|
[[main]]
|
|
name = "Muestras"
|
|
parent = "Ejemplos"
|
|
pageRef = "samples"
|
|
weight = 16
|
|
|
|
[[main]]
|
|
name = "Galería"
|
|
parent = "Ejemplos"
|
|
pageRef = "examples"
|
|
weight = 30
|
|
|
|
[[main]]
|
|
name = "Recetas"
|
|
parent = "Ejemplos"
|
|
pageRef = "guides"
|
|
weight = 40
|
|
|
|
[[main]]
|
|
name = "Usuarios"
|
|
pageRef = "users"
|
|
weight = 90
|
|
|
|
[[main]]
|
|
name = "Merch"
|
|
url = "https://www.teepublic.com/user/blowfish-store/t-shirts"
|
|
weight = 100
|
|
|
|
[[main]]
|
|
identifier = "twitter"
|
|
pre = "x-twitter"
|
|
url = "https://twitter.com/burufugu"
|
|
weight = 200
|
|
|
|
[[main]]
|
|
identifier = "github"
|
|
pre = "github"
|
|
url = "https://github.com/nunocoracao/blowfish"
|
|
weight = 400
|
|
|
|
|
|
# -- Menú de Pie de Página --
|
|
|
|
[[footer]]
|
|
name = "Etiquetas"
|
|
pageRef = "tags"
|
|
weight = 10
|
|
|
|
[[footer]]
|
|
name = "Autores"
|
|
pageRef = "authors"
|
|
weight = 20
|