Merge pull request #217 from MacRimi/develop

Ship lang/es/CHANGELOG.md so /es/changelog/ renders in Spanish
This commit is contained in:
MacRimi
2026-05-31 18:41:34 +02:00
committed by GitHub
7 changed files with 1087 additions and 2 deletions
+1 -2
View File
@@ -6,8 +6,7 @@ on:
- "main"
paths:
- "web/**"
- "guides/**"
- "scripts/**"
- "lang/**"
- "CHANGELOG.md"
workflow_dispatch:
Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

+1065
View File
File diff suppressed because it is too large Load Diff
@@ -54,6 +54,27 @@ const contributors: Contributor[] = [
roleKey: "testing",
avatar: "https://raw.githubusercontent.com/MacRimi/ProxMenux/main/images/avatars/Kamunhas.png",
},
// Added 2026-05-31 after the v1.2.2 release.
{
name: "heriberto",
roleKey: "testing",
avatar: "https://raw.githubusercontent.com/MacRimi/ProxMenux/main/images/avatars/heriberto.png",
},
{
name: "JF_Car",
roleKey: "testing",
avatar: "https://raw.githubusercontent.com/MacRimi/ProxMenux/main/images/avatars/JF_Car.png",
},
{
name: "rafapuerta",
roleKey: "testing",
avatar: "https://raw.githubusercontent.com/MacRimi/ProxMenux/main/images/avatars/rafapuerta.png",
},
{
name: "JcMinarro",
roleKey: "testing",
avatar: "https://raw.githubusercontent.com/MacRimi/ProxMenux/main/images/avatars/JcMinarro.png",
},
]
export default async function ContributorsPage({ params }: { params: Promise<{ locale: string }> }) {