Skip to content

Commit

Permalink
0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
yannickpulver committed Mar 22, 2022
1 parent b0beb31 commit 3d84d14
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ buildscript {
dependencies {
//…
classpath 'com.appswithlove.loco:loco:0.2.5'
classpath 'com.appswithlove.loco:loco:0.2.6'
}
}
```
Expand Down Expand Up @@ -60,6 +60,7 @@ Loco {
orderByAssetId = false // optional; order assets alphabetically by Asset ID
status = "translated" // optional; filter assets by status. Negate values by prefixing with !. e.g. "translated", or "!fuzzy".
saveDefLangDuplicate = false // default: defLang will only be saved in values folder. If set to true, the defLang will also be saved in the specific folder (such as values-en)
resourceNamePrefix = null // optional: string prefix for all resource names (default: null, no prefix)
}
```

Expand Down Expand Up @@ -165,7 +166,7 @@ buildscript {
...
}
dependencies{
classpath 'com.appswithlove.loco:loco:0.2.5'
classpath 'com.appswithlove.loco:loco:0.2.6'
...
}
}
Expand Down

0 comments on commit 3d84d14

Please sign in to comment.