From c3aab352d3d8eac4a626c4de7adec61c483e8c51 Mon Sep 17 00:00:00 2001 From: Ludoviko Date: Fri, 23 Jul 2021 20:37:22 +0100 Subject: [PATCH] Added EO translation --- locales/eo.json | 12 ++++++++++++ next-i18next.config.js | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 locales/eo.json diff --git a/locales/eo.json b/locales/eo.json new file mode 100644 index 0000000..c61ce31 --- /dev/null +++ b/locales/eo.json @@ -0,0 +1,12 @@ +{ + "common": { + "welcome": "Vänner Bäst.", + "desc": "Young Royals Fan-retejo kun ligoj al diversaj diskutaj spacoj.", + "watch": { + "title": "Viglu", + "desc": "Viglu la serio sur Netflix" + }, + "discord": "Aliĝu al nia Komunuma Discord-Servilo por diskuti ĉiujn Young Royals", + "reddit": "Aliĝu al la komunumo subreddit diskuti Young Royals" + } +} \ No newline at end of file diff --git a/next-i18next.config.js b/next-i18next.config.js index b79fa82..3dc37e7 100644 --- a/next-i18next.config.js +++ b/next-i18next.config.js @@ -1,6 +1,6 @@ module.exports = { i18n: { defaultLocale: 'en', - locales: ['en', 'es'], + locales: ['en', 'es', 'eo'], }, }; \ No newline at end of file