Skip to content

Commit

Permalink
Update Crowdin tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rken committed May 16, 2023
1 parent d71e83a commit 50bccba
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Binary file modified crowdin-cli.jar
Binary file not shown.
5 changes: 3 additions & 2 deletions crowdin.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export CROWDIN_API_KEY=`cat ~/.appconfig/eu.darken.capod/crowdin.key`
#!/bin/sh
export CROWDIN_PERSONAL_TOKEN=`cat ~/.appconfig/eu.darken.capod/crowdin.key`
alias crowdin-cli='java -jar crowdin-cli.jar'
crowdin-cli "$@"
crowdin-cli "$@"
4 changes: 2 additions & 2 deletions crowdin.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"api_key_env": "CROWDIN_API_KEY"
"project_identifier": "capod"
"api_token_env": "CROWDIN_PERSONAL_TOKEN"
"project_id": "495673"
"preserve_hierarchy": true

"files": [
Expand Down

0 comments on commit 50bccba

Please sign in to comment.