diff --git a/apps/web/src/routes/development.svelte b/apps/web/src/routes/development.svelte deleted file mode 100644 index ebc541d312bf..000000000000 --- a/apps/web/src/routes/development.svelte +++ /dev/null @@ -1,299 +0,0 @@ - - - - LibreLingo - Development - - - -{#if issues === null} -
- LibreLingo -
-{/if} - -
-
- -
-
-
-
- - <img src="images/logo.svg" alt="LibreLingo" /> - - - {$_("index.subtitle")} - - -
-
- -
- Recent major new features - - - -
- -
-
- - -
-
-

- A new mascot designed by - - Caroline Delesalle - -

-
-
-
-
- - - -
- Spaced repetition -
-
- - - - -
- - - - - - - -
- Practice word order -
-
-
- - - -
- Course editor -
-
- - - - -
- - - - - - - -
- Built-in mini-dictionary -
-
-
- -
- Progress towards alpha release - - 45% - -
- - -
-
-
- -{#if issues !== null && issues.length} -
-
- Looking for a challange? Check out these issues: - -
-
-{/if} - - diff --git a/apps/web/src/routes/index.svelte b/apps/web/src/routes/index.svelte index 0dd4d804581f..f2a671c10224 100644 --- a/apps/web/src/routes/index.svelte +++ b/apps/web/src/routes/index.svelte @@ -64,9 +64,9 @@ - diff --git a/apps/web/src/translation/en.json b/apps/web/src/translation/en.json index 417aa37d8b08..9e375b37b7ba 100644 --- a/apps/web/src/translation/en.json +++ b/apps/web/src/translation/en.json @@ -9,4 +9,4 @@ "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" -} \ No newline at end of file +}