From 0c55b47acdacabf7fb6a4ee02282826d515ca1a1 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Tue, 16 Sep 2025 20:02:20 -0400 Subject: [PATCH] initial translation support --- src/content/docs/index.mdx | 14 +++++++------- src/content/docs/ru-ru/Services/.gitkeep | 0 src/content/docs/uk-ua/Services/.gitkeep | 0 src/pages/fr-fr/.gitkeep | 0 src/pages/ru-ru/.gitkeep | 0 src/pages/uk-ua/.gitkeep | 0 6 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 src/content/docs/ru-ru/Services/.gitkeep create mode 100644 src/content/docs/uk-ua/Services/.gitkeep create mode 100644 src/pages/fr-fr/.gitkeep create mode 100644 src/pages/ru-ru/.gitkeep create mode 100644 src/pages/uk-ua/.gitkeep diff --git a/src/content/docs/index.mdx b/src/content/docs/index.mdx index 2164f07..1f4b618 100644 --- a/src/content/docs/index.mdx +++ b/src/content/docs/index.mdx @@ -9,7 +9,7 @@ hero: actions: - text: Apply to Join icon: email - link: /register + link: register - text: Join our Matrix room variant: minimal icon: matrix @@ -21,27 +21,27 @@ import { CardGrid, Card } from "@astrojs/starlight/components" - Federated Nexus hosts a free [Matrix](https://matrix.org) instance, using the [Continuwuity](https://continuwuity.org/) software. Matrix is an open-source communications platform, allowing you to chat to communities of your choice. We also host multiple matrix bridges, including a Discord bridge, a WhatsApp puppet, and even an SMS puppet! [Learn More...](/services/matrix) + Federated Nexus hosts a free [Matrix](https://matrix.org) instance, using the [Continuwuity](https://continuwuity.org/) software. Matrix is an open-source communications platform, allowing you to chat to communities of your choice. We also host multiple matrix bridges, including a Discord bridge, a WhatsApp puppet, and even an SMS puppet! [Learn More...](services/matrix) - We host [LaSuite Docs](https://github.com/suitenumerique/docs), a free and open source alternative to Google Docs, designed for seamless real-time collaboration. You can compose documents in a GUI similar to Google Docs, and export as DocX or PDF. You can also add subdocuments, and share links to others, even those without an account. [Learn More...](/services/docs) + We host [LaSuite Docs](https://github.com/suitenumerique/docs), a free and open source alternative to Google Docs, designed for seamless real-time collaboration. You can compose documents in a GUI similar to Google Docs, and export as DocX or PDF. You can also add subdocuments, and share links to others, even those without an account. [Learn More...](services/docs) - We run a [SearXNG](https://searxng.org) instance that allows you to log in using your Federated Nexus account and perform fast, privacy-focused searches across the web—completely free from tracking, profiling, or intrusive advertising. [Learn More...](/services/searxng) + We run a [SearXNG](https://searxng.org) instance that allows you to log in using your Federated Nexus account and perform fast, privacy-focused searches across the web—completely free from tracking, profiling, or intrusive advertising. [Learn More...](services/searxng) - We host a free instance of [Forgejo](https://forgejo.org) at [git.federated.nexus](https://git.federated.nexus)! Forgejo is an open source git forge, that (unlike GitHub) will never train an AI on your code 🙃. [Learn More...](/services/forgejo) + We host a free instance of [Forgejo](https://forgejo.org) at [git.federated.nexus](https://git.federated.nexus)! Forgejo is an open source git forge, that (unlike GitHub) will never train an AI on your code 🙃. [Learn More...](services/forgejo) - [Redlib](https://github.com/redlib-org/redlib) is a free and open source alternative frontend for Reddit, designed to strip out tracking, ads, and distractions. You can browse posts, read comments, and subscribe to subreddits—without the bloat or spyware. [Learn More...](/services/redlib) + [Redlib](https://github.com/redlib-org/redlib) is a free and open source alternative frontend for Reddit, designed to strip out tracking, ads, and distractions. You can browse posts, read comments, and subscribe to subreddits—without the bloat or spyware. [Learn More...](services/redlib) - We aim to maintain a friendly, diverse, and inclusive community. As part of this I'm not afraid to hoist the ban hammer against any bigoted, homophobic, or otherwise unfriendly people. We follow the [Contributor Covenant](/code). + We aim to maintain a friendly, diverse, and inclusive community. As part of this I'm not afraid to hoist the ban hammer against any bigoted, homophobic, or otherwise unfriendly people. We follow the [Contributor Covenant](code). diff --git a/src/content/docs/ru-ru/Services/.gitkeep b/src/content/docs/ru-ru/Services/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/src/content/docs/uk-ua/Services/.gitkeep b/src/content/docs/uk-ua/Services/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/src/pages/fr-fr/.gitkeep b/src/pages/fr-fr/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/src/pages/ru-ru/.gitkeep b/src/pages/ru-ru/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/src/pages/uk-ua/.gitkeep b/src/pages/uk-ua/.gitkeep new file mode 100644 index 0000000..e69de29