Skip to content

Commit

Permalink
fix: Add Development Doc translation and English only notice (#1680)
Browse files Browse the repository at this point in the history
* fix: Add Development Doc translation and English only notice

* fix: Leave existing key unchaged

Update component ref to new key instead
  • Loading branch information
cyrilico committed Oct 9, 2021
1 parent 750f1f6 commit 49f5e54
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/web/src/routes/index.svelte
Expand Up @@ -85,7 +85,7 @@
</Hidden>

<Button style="primary" href="https://librelingo.app/docs/">
<Translate key="index.development_docs">
<Translate key="index.development_docs_english_only">
Development documentation
</Translate>
</Button>
Expand Down
3 changes: 2 additions & 1 deletion apps/web/src/translation/en.json
Expand Up @@ -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)"
}
3 changes: 2 additions & 1 deletion apps/web/src/translation/eo.json
Expand Up @@ -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)"
}
3 changes: 2 additions & 1 deletion apps/web/src/translation/it.json
Expand Up @@ -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)"
}

1 comment on commit 49f5e54

@vercel
Copy link

@vercel vercel bot commented on 49f5e54 Oct 9, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.