Skip to content

Commit

Permalink
fix: FINK-36 update get-started page with library / plugin table
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasBuchfink committed May 21, 2024
1 parent 77eb03b commit 989df30
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion inlang/source-code/editor/docs/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 989df30

Please sign in to comment.