feat: localize various UI texts and labels to Spanish across application pages and interactive components.

This commit is contained in:
2026-01-16 23:25:36 -03:00
parent 2cfd1f204b
commit ffbef17396
19 changed files with 178 additions and 181 deletions
+3 -3
View File
@@ -9,8 +9,8 @@ import AuthGuard from "@/components/AuthGuard";
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "OpenCCB | Learning Experience",
description: "Consume high-fidelity educational content with OpenCCB",
title: "OpenCCB | Experiencia de Aprendizaje",
description: "Consume contenido educativo de alta fidelidad con OpenCCB",
};
import AppHeader from "@/components/AppHeader";
@@ -32,7 +32,7 @@ export default function RootLayout({
</main>
<footer className="py-12 px-6 border-t border-white/5 text-center bg-black/20">
<p className="text-[10px] font-black uppercase tracking-[0.2em] text-gray-600">
Powered by OpenCCB &copy; 2023. Advanced Agentic Coding.
Desarrollado por OpenCCB © 2023. Codificación Agente Avanzada.
</p>
</footer>
</AuthGuard>