feat: add French language support with all article translations
All checks were successful
Deploy Internet for Kids / Build & Push (push) Successful in 13s
Deploy Internet for Kids / Deploy (push) Successful in 6s
Deploy Internet for Kids / Health Check (push) Successful in 3s
Deploy Internet for Kids / Smoke Tests (push) Successful in 3s
Deploy Internet for Kids / Rollback (push) Has been skipped
Deploy Internet for Kids / Audit (push) Successful in 2s
All checks were successful
Deploy Internet for Kids / Build & Push (push) Successful in 13s
Deploy Internet for Kids / Deploy (push) Successful in 6s
Deploy Internet for Kids / Health Check (push) Successful in 3s
Deploy Internet for Kids / Smoke Tests (push) Successful in 3s
Deploy Internet for Kids / Rollback (push) Has been skipped
Deploy Internet for Kids / Audit (push) Successful in 2s
- French Hugo config (languages.fr.toml) - All 6 content pages translated: homepage, about, imprint, privacy, global overview article, France social media ban article - Child-safety-map shortcode updated with French table + legend - Nginx redirect updated to include /fr/ path - CI smoke tests now verify /fr/ endpoint Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -147,7 +147,7 @@ jobs:
|
||||
- name: Test key URLs
|
||||
run: |
|
||||
FAILED=0
|
||||
for path in /health /en/ /de/; do
|
||||
for path in /health /en/ /de/ /fr/; do
|
||||
STATUS=$(ssh ${{ env.REMOTE_USER }}@${{ env.REMOTE_HOST }} \
|
||||
"curl -so /dev/null -w '%{http_code}' http://localhost:3006${path}" 2>/dev/null || echo "000")
|
||||
if [ "$STATUS" = "200" ] || [ "$STATUS" = "302" ]; then
|
||||
|
||||
Reference in New Issue
Block a user