dk.nstack.kotlin.plugin.TranslationExtension.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of translation Show documentation
Show all versions of translation Show documentation
Gradle extensions for NStack.io translations
package dk.nstack.kotlin.plugin
class TranslationExtension {
String contentUrl = "https://nstack.io/"
String appId = ""
String apiKey = ""
String modelPath = null
String classPath = null
String stringsPath = "src${File.separator}main${File.separator}res${File.separator}values${File.separator}nstack_keys.xml"
String assetsPath = "src${File.separator}main${File.separator}assets${File.separator}translations.json"
String acceptHeader = 'en-US'
boolean autoRunUpdate = true
}