Skip to content

Commit

Permalink
Merge pull request #2 from sdoward/patch-1
Browse files Browse the repository at this point in the history
Updated readMe.md with multiple exclusion example
  • Loading branch information
mendhak committed Sep 7, 2015
2 parents 1bee9ae + b6a2de7 commit a9baecb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ For example, Android projects would use `values-es` instead of `es`. You can us

You may also want to exclude certain files, you can do this using `excludePattern`.

To exclude multiple files use commas or 1 space to seperate patterns e.g. `**/*.strings, **/*.json`

## Upload task

Point this at your source file, such as `values/strings.xml` and the task will update it on crowdin.
Expand Down Expand Up @@ -77,4 +79,4 @@ To reference it in another project locally, modify the gradle file to look like
}
}

apply plugin: 'com.mendhak.gradlecrowdin'
apply plugin: 'com.mendhak.gradlecrowdin'

0 comments on commit a9baecb

Please sign in to comment.