From 49f5e542b1d6a7461e20de17df369843dfe36d1b Mon Sep 17 00:00:00 2001 From: JP Damas Date: Sat, 9 Oct 2021 11:58:08 +0100 Subject: [PATCH] fix: Add Development Doc translation and English only notice (#1680) * fix: Add Development Doc translation and English only notice * fix: Leave existing key unchaged Update component ref to new key instead --- apps/web/src/routes/index.svelte | 2 +- apps/web/src/translation/en.json | 3 ++- apps/web/src/translation/eo.json | 3 ++- apps/web/src/translation/it.json | 3 ++- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/apps/web/src/routes/index.svelte b/apps/web/src/routes/index.svelte index e2f3e04e6f8b..165061066f15 100644 --- a/apps/web/src/routes/index.svelte +++ b/apps/web/src/routes/index.svelte @@ -85,7 +85,7 @@ diff --git a/apps/web/src/translation/en.json b/apps/web/src/translation/en.json index 9e375b37b7ba..6b0f1c6f9dc5 100644 --- a/apps/web/src/translation/en.json +++ b/apps/web/src/translation/en.json @@ -8,5 +8,6 @@ "about.meta.description": "LibreLingo is an open source, community-driven language-learning platform that gives its users and contributors a way to influence its future.", "development.meta.description": "Read about the recent major new features in LibreLingo, an experiment to create a community driven language-learning platform.", "sign-up.meta.description": "Sign up to LibreLingo and learn a language for free.", - "index.development_docs": "Development documentation" + "index.development_docs": "Development documentation", + "index.development_docs_english_only": "Development documentation (English only)" } diff --git a/apps/web/src/translation/eo.json b/apps/web/src/translation/eo.json index 461314ac844a..006f7d8b59a7 100644 --- a/apps/web/src/translation/eo.json +++ b/apps/web/src/translation/eo.json @@ -2,5 +2,6 @@ "index.subtitle": "klopodo por krei komunum-zorgatan platformon por lerni lingvojn", "index.start_spanish_course": "Eklerni la hispanan", "index.about_librelingo": "Pri LibreLingo", - "meta.title": "LibreLingo - libere lernu lingvon" + "meta.title": "LibreLingo - libere lernu lingvon", + "index.development_docs_english_only": "Disvolva Dokumentaro (nur en la angla)" } diff --git a/apps/web/src/translation/it.json b/apps/web/src/translation/it.json index 23a33424a945..9b7ff43ad244 100644 --- a/apps/web/src/translation/it.json +++ b/apps/web/src/translation/it.json @@ -2,5 +2,6 @@ "index.subtitle": "un esperimento per creare una piattaforma per imparare le lingue gestita da una comunità", "index.start_spanish_course": "Incomincia a imparare lo spagnolo", "index.about_librelingo": "Informazioni su LibreLingo", - "meta.title": "LibreLingo - impara liberamente una lingua" + "meta.title": "LibreLingo - impara liberamente una lingua", + "index.development_docs_english_only": "Documentazione di sviluppo (solo in inglese)" }