diff --git a/.eleventy.js b/.eleventy.js index 626cec0..8317323 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -33,7 +33,7 @@ module.exports = function (eleventyConfig) { // Filtro para formatear fechas en español eleventyConfig.addFilter("dateFormat", function (dateStr) { const d = new Date(dateStr + "T00:00:00"); - return d.toLocaleDateString("es-ES", { + return d.toLocaleDateString("ca-ES", { year: "numeric", month: "long", day: "numeric", diff --git a/CLAUDE.md b/CLAUDE.md index be6a3fb..7bd8f12 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -4,7 +4,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co ## Project Overview -JAILGAMES is a static website for publishing and downloading indie games. Built with **Eleventy (11ty) v3** using Nunjucks templates, served via **Nginx in Docker**. The site language is Spanish. +JAILGAMES is a static website for publishing and downloading indie games. Built with **Eleventy (11ty) v3** using Nunjucks templates, served via **Nginx in Docker**. **The entire site must be in Valencian (Catalan variant).** All UI text, game descriptions, taglines, and any user-facing content must be written in Valencian. ## Commands diff --git a/src/404.njk b/src/404.njk index 4337cfa..4e18ad8 100644 --- a/src/404.njk +++ b/src/404.njk @@ -1,12 +1,12 @@ --- layout: base.njk -title: "404 — Página no encontrada — JAILGAMES" +title: "404 — Pàgina no trobada — JAILGAMES" permalink: /404.html ---
La página que buscas no existe o ha sido movida.
- ← Volver al catálogo +La pàgina que busques no existeix o s'ha mogut.
+ ← Tornar al catàleg