feat: add translation sync scripts

This commit is contained in:
lawvs
2022-09-08 18:45:56 +08:00
parent 06ca68d4ab
commit e6d05fefaa
7 changed files with 350 additions and 5 deletions
+8 -3
View File
@@ -33,10 +33,15 @@ const App = () => {
};
```
## TODO
## How to sync translations
- [ ] language detection
- [ ] storage
- Set token as environment variable
```shell
export TOLGEE_API_KEY=tgpak_XXXXXXX
```
- Run the `sync` script from package script
## References