From b4b27c6540afad39c2085d0474276173dd83dcf7 Mon Sep 17 00:00:00 2001 From: NiklasBuchfink Date: Wed, 22 May 2024 17:00:03 +0200 Subject: [PATCH] chore: link plugin page in the supported library section --- inlang/source-code/editor/README.md | 4 +++- inlang/source-code/editor/docs/get-started.md | 12 ++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/inlang/source-code/editor/README.md b/inlang/source-code/editor/README.md index 4181c9ae32..dfac4c7bb6 100644 --- a/inlang/source-code/editor/README.md +++ b/inlang/source-code/editor/README.md @@ -16,7 +16,9 @@ ## Works alongside your i18n library ![logos of ParaglideJS, next-intl and i18next](https://cdn.jsdelivr.net/gh/opral/monorepo@latest/inlang/source-code/editor/assets/supported-libraries.webp) -and other JSON-based i18n libraries +and other JSON-based i18n libraries. + +Just pick a [plugin](/c/plugins) that fits your library. You can find a full table in the [getting started](/m/tdozzpar/app-inlang-finkLocalizationEditor/get-started) guide. ## What users say diff --git a/inlang/source-code/editor/docs/get-started.md b/inlang/source-code/editor/docs/get-started.md index b68e02945e..b7b5e3dd3d 100644 --- a/inlang/source-code/editor/docs/get-started.md +++ b/inlang/source-code/editor/docs/get-started.md @@ -2,16 +2,16 @@ 1. Add a `project.inlang` folder to your repository 2. Create a `settings.json` file to that new dir `project.inlang/settings.json` -3. Install a plugin that reads and writes your messages from the [inlang marketplace](https://inlang.com/c/plugins) +3. Install a [plugin](/c/plugins) that reads and writes your messages | i18n library | plugin | | --------------------- | ----------- | -| [Paraglide JS](https://inlang.com/m/gerre34r/library-inlang-paraglideJs) | [inlang message format](https://inlang.com/m/reootnfj/plugin-inlang-messageFormat) | -| i18next | [i18next](https://inlang.com/m/3i8bor92/plugin-inlang-i18next) | -| next-intl | [next-intl](https://inlang.com/m/193hsyds/plugin-inlang-nextIntl) | -| library using regular JSON files | [JSON](https://inlang.com/m/ig84ng0o/plugin-inlang-json) | +| [Paraglide JS](/m/gerre34r/library-inlang-paraglideJs) | [inlang message format](/m/reootnfj/plugin-inlang-messageFormat) | +| i18next | [i18next](/m/3i8bor92/plugin-inlang-i18next) | +| next-intl | [next-intl](/m/193hsyds/plugin-inlang-nextIntl) | +| library using regular JSON files | [JSON](/m/ig84ng0o/plugin-inlang-json) | -4. **Optional** Install [lint rules](https://inlang.com/c/lint-rules) to find errors in your translations from the [inlang marketplace](https://inlang.com/c/lint-rules) +4. **Optional** Install [lint rules](/c/lint-rules) to find errors in your translations Look at the [example repository](https://github.com/opral/example) and it's [settings.json](https://github.com/opral/example/blob/main/project.inlang/settings.json) for a working example.