Skip to content

Conversation

@adriangl
Copy link
Contributor

Github issue (delete if this does not apply)

Resolves #73

PR's key points

This pull request introduces a new feature to include comments from PoEditor in the generated XML files.
The usage is quite simple:

Groovy
poEditor { apiToken = "your_api_token" projectId = 12345 defaultLang = "en" includeComments = true }
Kotlin
poEditor { apiToken = "your_api_token" projectId = 12345 defaultLang = "en" includeComments = true }

Definition of Done

  • Changes summary added to CHANGELOG.md
  • Documentation added to README.md (if a new feature is added)
  • Tests added (if new code is added)
  • There is no outcommented or debug code left
@adriangl adriangl self-assigned this Feb 16, 2025
@adriangl adriangl merged commit c5062d4 into master Feb 16, 2025
@adriangl adriangl deleted the feature/include-comments branch February 16, 2025 22:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

2 participants