Skip to content

4.3.0

Latest
Compare
Choose a tag to compare
@adriangl adriangl released this 14 Jul 12:02
5f27902

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.