From 434c84a063af6d79ea34140775afdad9e732ef73 Mon Sep 17 00:00:00 2001 From: GitHub Agent Date: Thu, 2 Jul 2026 19:47:50 +0530 Subject: [PATCH] =?UTF-8?q?Solution=20for=20#50:=20Help=20translate=20the?= =?UTF-8?q?=20explorer=20=E2=80=94=20add=20a=20locale?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- h | 44 ++++++++++++++++++++++++++++++++++++++++++++ locales/es.json | 31 +++++++++++++++++++++++++++++++ 2 files changed, 75 insertions(+) create mode 100644 h create mode 100644 locales/es.json diff --git a/h b/h new file mode 100644 index 0000000..390dd6f --- /dev/null +++ b/h @@ -0,0 +1,44 @@ +commit 1234567890abcdef +Author: Your Name +Date: 2023-02-20 14:30:00 +0000 + + Add Spanish locale (#50) + + Added Spanish locale to the explorer. + +diff --git a/locales/es.json b/locales/es.json +new file mode 100644 +index 0000000..1234567 +--- /dev/null ++++ b/locales/es.json +@@ -0,0 +1 @@ ++{ ++ "title": "Explorador", ++ "header": { ++ "title": "Explorador", ++ "description": "Explorador de datos" ++ }, ++ "sidebar": { ++ "title": "Menú", ++ "items": [ ++ { ++ "title": "Inicio", ++ "icon": "home", ++ "url": "/" ++ }, ++ { ++ "title": "Datos", ++ "icon": "database", ++ "url": "/data" ++ }, ++ { ++ "title": "Configuración", ++ "icon": "cog", ++ "url": "/settings" ++ } ++ ] ++ }, ++ "footer": { ++ "text": "Copyright 2023" ++ } ++} \ No newline at end of file diff --git a/locales/es.json b/locales/es.json new file mode 100644 index 0000000..a7011dd --- /dev/null +++ b/locales/es.json @@ -0,0 +1,31 @@ +# Copy the English locale to Spanish +{ + "title": "Explorador", + "header": { + "title": "Explorador", + "description": "Explorador de datos" + }, + "sidebar": { + "title": "Menú", + "items": [ + { + "title": "Inicio", + "icon": "home", + "url": "/" + }, + { + "title": "Datos", + "icon": "database", + "url": "/data" + }, + { + "title": "Configuración", + "icon": "cog", + "url": "/settings" + } + ] + }, + "footer": { + "text": "Copyright 2023" + } +} \ No newline at end of file