Added
- Add new
includeComments
flag to keep comments generated in PoEditor in the generated XML files.
Groovy
poEditor {
apiToken = "your_api_token"
projectId = 12345
defaultLang = "en"
includeComments = true
}
Kotlin
poEditor {
apiToken = "your_api_token"
projectId = 12345
defaultLang = "en"
includeComments = true
}
Fixed
- Fix bug with
&
character not being properly escaped.