From d554fce402699b63a482654b308e9b73ac765f8b Mon Sep 17 00:00:00 2001 From: deadvey Date: Fri, 16 Jan 2026 21:15:11 +0000 Subject: [PATCH] Added translated_by key to the locales --- locales/en-GB.json | 3 ++- locales/en-US.json | 3 ++- locales/es-ES.json | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/locales/en-GB.json b/locales/en-GB.json index 7c0ee40..027898e 100644 --- a/locales/en-GB.json +++ b/locales/en-GB.json @@ -39,5 +39,6 @@ "home_page": "Home Page", "site_index": "Site Index", "reply": "reply", - "attribution": "Powered by blogger-nodejs: Source Code, license (WTFPL)" + "attribution": "Powered by blogger-nodejs: Source Code, license (WTFPL)", + "translated_by": "DeaDvey" } diff --git a/locales/en-US.json b/locales/en-US.json index 7c0ee40..027898e 100644 --- a/locales/en-US.json +++ b/locales/en-US.json @@ -39,5 +39,6 @@ "home_page": "Home Page", "site_index": "Site Index", "reply": "reply", - "attribution": "Powered by blogger-nodejs: Source Code, license (WTFPL)" + "attribution": "Powered by blogger-nodejs: Source Code, license (WTFPL)", + "translated_by": "DeaDvey" } diff --git a/locales/es-ES.json b/locales/es-ES.json index dc93a9a..d685c21 100644 --- a/locales/es-ES.json +++ b/locales/es-ES.json @@ -38,5 +38,6 @@ "home_page": "Página Principal", "site_index": "Índice del Sitio", "reply": "Responder", - "attribution": "Empujado por blogger-nodejs: Código Fuente, licencia (WTFPL)" + "attribution": "Empujado por blogger-nodejs: Código Fuente, licencia (WTFPL)", + "translated_by": "Javalsai" }