From 989df304b69fc8cec736dcc862922481b3e355d7 Mon Sep 17 00:00:00 2001 From: NiklasBuchfink Date: Wed, 22 May 2024 00:22:12 +0200 Subject: [PATCH] fix: FINK-36 update get-started page with library / plugin table --- inlang/source-code/editor/docs/get-started.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/inlang/source-code/editor/docs/get-started.md b/inlang/source-code/editor/docs/get-started.md index 6a90a0a381..b68e02945e 100644 --- a/inlang/source-code/editor/docs/get-started.md +++ b/inlang/source-code/editor/docs/get-started.md @@ -3,7 +3,14 @@ 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) ---- + +| 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) | + 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) 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.