From 10bbfc1061c2bf241d1ae70a4a84d419d7ce0cd6 Mon Sep 17 00:00:00 2001 From: sergiotarxz Date: Tue, 20 Oct 2020 19:19:00 +0200 Subject: [PATCH] feat: Added translation to spanish for the read article text. Issue #13 --- languages/en.json | 3 ++- languages/es.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/languages/en.json b/languages/en.json index 448a271..2b0c5be 100644 --- a/languages/en.json +++ b/languages/en.json @@ -3,5 +3,6 @@ { "name": "Pequenio", "description": "Theme for microblogging or microsites, supports cover images, static pages, RSS and sitemap plugins." - } + }, + "read-this-article": "Read this article." } diff --git a/languages/es.json b/languages/es.json index 5b398e5..20d7452 100644 --- a/languages/es.json +++ b/languages/es.json @@ -3,5 +3,6 @@ { "name": "Pequenio", "description": "Tema para microblogging o micrositios, soporta imágenes de portada, páginas estáticas, plugins RSS y sitemap." - } + }, + "read-this-article": "Lee este artículo." }