[PR #2262] [MERGED] add inlang to make the contribution of translations easier #5171

Closed
opened 2026-03-23 22:17:33 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/2262
Author: @NilsJacobsen
Created: 4/14/2023
Status: Merged
Merged: 4/17/2023
Merged by: @LucasXu0

Base: mainHead: main


📝 Commits (10+)

  • 171ed0b feat: add inlang.config.js
  • eadc09b inlang: update translations
  • b0985fa inlang: update translations
  • a804cbe inlang: update translations
  • 2251bdb inlang: update translations
  • 84949d4 inlang: update translations
  • 7395399 inlang: update translations
  • 29d3464 inlang: update translations
  • d65b404 inlang: update translations
  • 279db88 inlang: update translations

📊 Changes

7 files changed (+686 additions, -649 deletions)

View changed files

📝 frontend/appflowy_flutter/assets/translations/de-DE.json (+156 -147)
📝 frontend/appflowy_flutter/assets/translations/en.json (+3 -3)
📝 frontend/appflowy_flutter/assets/translations/eu-ES.json (+1 -1)
📝 frontend/appflowy_flutter/assets/translations/pt-BR.json (+3 -3)
📝 frontend/appflowy_flutter/assets/translations/pt-PT.json (+146 -147)
📝 frontend/appflowy_flutter/assets/translations/ru-RU.json (+348 -348)
inlang.config.js (+29 -0)

📄 Description

Let me know what changes you request for merging this PR.

Description

This pull request adds the possibility for contributors and translators to manage translations in a UI instead of files with no overhead for the maintainers.

To get a UI for translations contained in this repository, an inlang.config.js has been created at the root of the repository. Furthermore, the translation files have been cleaned and I added some missing german translations.

Preview

The changes of this PR and a live instance of the editor can be previewed with the following link https://inlang.com/editor/github.com/NilsJacobsen/AppFlowy. Note: This link should be changed to point to AppFlowy instead of NilsJacobsen after this PR has been merged.

Limitations

Certain actions are slow
Inlang is running entirely on git, giving tremendous CI/CD and contribution power to localization (and potentially other verticals -> the next git). That means that the whole AppFlowy repo is cloned into the browser which makes certain actions like the initial load and pushing changes slow. Those limitations will be fixed with future releases and require no input from AppFlowy.

pika-1680686287719-1x

Preview the messages on https://inlang.com/github.com/NilsJacobsen/AppFlowy .


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AppFlowy-IO/AppFlowy/pull/2262 **Author:** [@NilsJacobsen](https://github.com/NilsJacobsen) **Created:** 4/14/2023 **Status:** ✅ Merged **Merged:** 4/17/2023 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`171ed0b`](https://github.com/AppFlowy-IO/AppFlowy/commit/171ed0b45a075e85129a7cf5ef2f1fc56f5696fd) feat: add inlang.config.js - [`eadc09b`](https://github.com/AppFlowy-IO/AppFlowy/commit/eadc09bfa41bd39f7b800d55a780bfb07fdc4450) inlang: update translations - [`b0985fa`](https://github.com/AppFlowy-IO/AppFlowy/commit/b0985fa833dad854cc076ed43d63513222ff8f27) inlang: update translations - [`a804cbe`](https://github.com/AppFlowy-IO/AppFlowy/commit/a804cbe895f34665b81f540d6defae37422b480a) inlang: update translations - [`2251bdb`](https://github.com/AppFlowy-IO/AppFlowy/commit/2251bdbfed0d92ce47107f141e1249d73e08d4a2) inlang: update translations - [`84949d4`](https://github.com/AppFlowy-IO/AppFlowy/commit/84949d4fecb4bb0eaee12962d8f34a201e568d49) inlang: update translations - [`7395399`](https://github.com/AppFlowy-IO/AppFlowy/commit/739539942f7b9d964ea5b0b6688679ba58092d54) inlang: update translations - [`29d3464`](https://github.com/AppFlowy-IO/AppFlowy/commit/29d34647b44ae7e00bc84f1eb585b62f62568d5d) inlang: update translations - [`d65b404`](https://github.com/AppFlowy-IO/AppFlowy/commit/d65b4040cd63b874afdb663986be0a8aa2f2c662) inlang: update translations - [`279db88`](https://github.com/AppFlowy-IO/AppFlowy/commit/279db88e351c86aee517f1f6033c028d2e3adcea) inlang: update translations ### 📊 Changes **7 files changed** (+686 additions, -649 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/assets/translations/de-DE.json` (+156 -147) 📝 `frontend/appflowy_flutter/assets/translations/en.json` (+3 -3) 📝 `frontend/appflowy_flutter/assets/translations/eu-ES.json` (+1 -1) 📝 `frontend/appflowy_flutter/assets/translations/pt-BR.json` (+3 -3) 📝 `frontend/appflowy_flutter/assets/translations/pt-PT.json` (+146 -147) 📝 `frontend/appflowy_flutter/assets/translations/ru-RU.json` (+348 -348) ➕ `inlang.config.js` (+29 -0) </details> ### 📄 Description Let me know what changes you request for merging this PR. ### Description This pull request adds the possibility for contributors and translators to manage translations in a UI instead of files with no overhead for the maintainers. To get a UI for translations contained in this repository, an [inlang.config.js](https://inlang.com/documentation/config) has been created at the root of the repository. Furthermore, the translation files have been cleaned and I added some missing german translations. ### Preview The changes of this PR and a live instance of the editor can be previewed with the following link https://inlang.com/editor/github.com/NilsJacobsen/AppFlowy. Note: This link should be changed to point to AppFlowy instead of NilsJacobsen after this PR has been merged. ### Limitations **Certain actions are slow** Inlang is running entirely on git, giving tremendous CI/CD and contribution power to localization (and potentially other verticals -> [the next git](https://inlang.com/documentation/the-next-git)). That means that the whole AppFlowy repo is cloned into the browser which makes certain actions like the initial load and pushing changes slow. Those limitations will be fixed with future releases and require no input from AppFlowy. ![pika-1680686287719-1x](https://user-images.githubusercontent.com/58360188/232016041-ec0c3da3-94a9-4492-85dd-d8478c66d945.jpeg) Preview the messages on https://inlang.com/github.com/NilsJacobsen/AppFlowy . --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:17:33 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#5171
No description provided.