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