From 6353a38767cd889c9eef36d451a1ecfb442cb2ea Mon Sep 17 00:00:00 2001 From: Andres Parra Date: Tue, 22 Aug 2023 23:06:20 -0500 Subject: [PATCH] add translations --- src/app/i18n/locales/en/translation.json | 2 ++ src/app/i18n/locales/es/translation.json | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/app/i18n/locales/en/translation.json b/src/app/i18n/locales/en/translation.json index 10607da..5088fcf 100644 --- a/src/app/i18n/locales/en/translation.json +++ b/src/app/i18n/locales/en/translation.json @@ -11,5 +11,7 @@ "posts": "Posts" }, + "not_found": "Not found", + "footer": { "text": "Developed with 💚" } } \ No newline at end of file diff --git a/src/app/i18n/locales/es/translation.json b/src/app/i18n/locales/es/translation.json index 62f4e18..3a93c54 100644 --- a/src/app/i18n/locales/es/translation.json +++ b/src/app/i18n/locales/es/translation.json @@ -11,5 +11,7 @@ "posts": "Artículos" }, + "not_found": "Página no encontrada", + "footer": { "text": "Desarrollado con 💚" } } \ No newline at end of file