mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-22 19:53:48 +08:00
chore: update readme
This commit is contained in:
@@ -36,13 +36,6 @@ const App = () => {
|
|||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
## How the i18n workflow works?
|
|
||||||
|
|
||||||
- When the `src/resources/en.json`(base language) updated and merged to the develop branch, will trigger the `languages-sync` action.
|
|
||||||
- The `languages-sync` action will check the base language and add missing translations to the Tolgee platform.
|
|
||||||
- This way, partners from the community can update the translations.
|
|
||||||
- Finally, the `languages-download` action will regularly download the latest translation resources from the Tolgee platform.
|
|
||||||
|
|
||||||
## How to sync translations manually
|
## How to sync translations manually
|
||||||
|
|
||||||
- Set token as environment variable
|
- Set token as environment variable
|
||||||
|
|||||||
Reference in New Issue
Block a user