Skip to content

Commit

Permalink
Add example Crowdin CLI config file
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbakker committed Aug 30, 2023
1 parent 8917bb3 commit 366c039
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .crowdin/config.example.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
project_id: "372633"
api_token: "<api-token-here>"
base_path: "../app/src/main"
base_url: "https://api.crowdin.com"
preserve_hierarchy: true

files:
- source: "res/values/strings.xml"
dest: "strings.xml"
translation: "res/values-%android_code%/%original_file_name%"
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ captures/
# Keystore files
*.jks
crowdin.properties
.crowdin/config.yml

0 comments on commit 366c039

Please sign in to comment.