Files
blowfish/exampleSite/config/_default/menus.pt-br.toml
Nuno Coração 1d88d5b296 Add 5 new languages to exampleSite: German, French, Spanish, Portuguese
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>
2025-12-22 22:49:50 +00:00

70 lines
1.1 KiB
TOML

# -- Menu Principal --
# O menu principal é exibido no cabeçalho no topo da página.
[[main]]
name = "Documentação"
pageRef = "docs"
weight = 10
[[main]]
name = "Shortcodes"
pageRef = "docs/shortcodes"
weight = 15
[[main]]
name = "Exemplos"
weight = 20
[[main]]
name = "Amostras"
parent = "Exemplos"
pageRef = "samples"
weight = 16
[[main]]
name = "Galeria"
parent = "Exemplos"
pageRef = "examples"
weight = 30
[[main]]
name = "Receitas"
parent = "Exemplos"
pageRef = "guides"
weight = 40
[[main]]
name = "Usuários"
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
# -- Menu de Rodapé --
[[footer]]
name = "Tags"
pageRef = "tags"
weight = 10
[[footer]]
name = "Autores"
pageRef = "authors"
weight = 20