Skip to content

Commit

Permalink
chore: link plugin page in the supported library section
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasBuchfink committed May 22, 2024
1 parent bb5b9b6 commit b4b27c6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
4 changes: 3 additions & 1 deletion inlang/source-code/editor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
12 changes: 6 additions & 6 deletions inlang/source-code/editor/docs/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit b4b27c6

Please sign in to comment.