Push translate and run dev #116
-
Hi, Next question is how can I push CZ json files translated from SK? When I try to push it, GIT writes me that I do not have permission. Thanks for response. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@NikolaKraus here are the instructions:
Now you need two terminals because to execute the app you'll have to run two commands: [On the first terminal] To add a new language please visit the crowding page https://crowdin.com/project/invoncify and add your translation to the desired language, if you can't find the desired language please let me know at discussion #31, I'll add it to the page and start receiving the apports |
Beta Was this translation helpful? Give feedback.
@NikolaKraus here are the instructions:
yarn install
Now you need two terminals because to execute the app you'll have to run two commands:
[On the first terminal]
4. Execute the command
yarn dev
[On the second terminal]
5. Execute the command once the first command has finish
yarn start:dev
To add a new language please visit the crowding page https://crowdin.com/project/invoncify and add your translation to the desired language, if you can't find the desired language please l…