diff --git a/docs/docs/content/i18n.md b/docs/docs/content/i18n.md
index 2b3b0a6..6334812 100644
--- a/docs/docs/content/i18n.md
+++ b/docs/docs/content/i18n.md
@@ -17,9 +17,17 @@ To customize an existing language or to load a new language, put one or more `.j
## Contributing a new language
+### Using the basic editor
+
- Visit [https://listmonk.app/i18n](https://listmonk.app/i18n)
-- To make changes to an existing language, use the "Load language" option on the top right.
-- To create a new language, use the "Load language" option on the top right and select "Default".
-- Translate the text in the input fields on the UI.
-- Once done, use the `Switch to raw JSON` and copy the JSON data and save it to a file named `xx.json`, where `xx` is the two letter code of the language.
-- Send a pull request to add the file to the [i18n directory on the GitHub repo](https://github.com/knadh/listmonk/tree/master/i18n). If you are not familiar with pull requests, share the file by creating a new "issue" (comment) on the [GitHub issues page](https://github.com/knadh/listmonk/issues)
+- Click on `Createa new language`, or to make changes to an existing language, use `Load language`.
+- Translate the text in the text fields on the UI.
+- Once done, use the `Download raw JSON` to download the language file.
+- Send a pull request to add the file to the [i18n directory on the GitHub repo](https://github.com/knadh/listmonk/tree/master/i18n).
+
+### Using InLang (external service)
+
+- Visit [https://inlang.com/editor/github.com/knadh/listmonk](https://inlang.com/editor/github.com/knadh/listmonk)
+- To make changes and push them, you need to log in to GitHub using OAuth and fork the project from the UI.
+- Translate the text in the input fields on the UI. You can use the filters to see only the necessary translations.
+- Once you're done, push the changes from the UI and click on "Open a pull request." This will take you to GitHub, where you can write a PR message.
diff --git a/docs/i18n/index.html b/docs/i18n/index.html
index 3afcea1..e45a573 100644
--- a/docs/i18n/index.html
+++ b/docs/i18n/index.html
@@ -13,7 +13,11 @@