mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 15:31:52 +00:00
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>
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
---
|
||||
title: "Mehrere Autoren"
|
||||
date: 2022-10-12
|
||||
draft: false
|
||||
description: "Beispiel für eine Einrichtung mit mehreren Autoren"
|
||||
tags: ["autoren", "beispiel"]
|
||||
summary: "Ein kurzes Beispiel, wie mehrere Autoren verwendet werden können."
|
||||
showAuthor: false
|
||||
authors:
|
||||
- "nunocoracao"
|
||||
- "secondauthor"
|
||||
type: 'sample'
|
||||
---
|
||||
|
||||
Dies ist ein Beispiel dafür, wie ein Artikel mit mehreren Autoren aussehen wird.
|
||||
Reference in New Issue
Block a user