Add crowdin-cli config template#827

Merged
mmarif merged 3 commits from 6543/GitNex:crowdin-config into master 2021-02-12 10:30:03 +01:00
Member

add example config witch only has key missing witch is used to update translation via https://support.crowdin.com/cli-tool/

add example config witch only has key missing witch is used to update translation via https://support.crowdin.com/cli-tool/
Author
Member

to update translations:

setup:

  1. install crowdin cli
  2. cp crowdin.example.yml crowdin.yml
  3. add api key into crowdin.yml

update:

git checkout -f master -b crowdin_$(date "+%Y-%m-%d") crowdin push sleep 10s crowdin pull git add -u git commit -S -m "Crowdin $(date "+%Y-%m-%d")" git push -u origin crowdin_$(date "+%Y-%m-%d") 

& create pull

to update translations: ### setup: 1. install crowdin cli 2. cp crowdin.example.yml crowdin.yml 3. add api key into crowdin.yml ### update: ``` git checkout -f master -b crowdin_$(date "+%Y-%m-%d") crowdin push sleep 10s crowdin pull git add -u git commit -S -m "Crowdin $(date "+%Y-%m-%d")" git push -u origin crowdin_$(date "+%Y-%m-%d") ``` & create pull
Author
Member

(if this pull got merged I'll add a wiki page from commit above) ☝️

(if this pull got merged I'll add a wiki page from commit above) ☝️
mmarif approved these changes 2021-02-12 10:29:56 +01:00
mmarif referenced this pull request from a commit 2021-02-12 10:30:02 +01:00
mmarif merged commit 44b8ad8d1c into master 2021-02-12 10:30:03 +01:00
6543 deleted branch crowdin-config 2021-02-12 12:32:38 +01:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
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: gitnex/GitNex#827
No description provided.