com.github.dgmartin.Dragomock
Owner: Dan Martin
Dragomock is a mock translation generator. It is used to create more natural mock translations that provide developers a better idea of how their code and UI will perform under more natural localization test cases. It can also be used for demonstrating the localization abilities in an app.
https://github.com/dgmartin/Dragomock
Sources: https://github.com/dgmartin/Dragomock
Version 0.8.00
0.8.00
Created 15 February 2019.
Dragomock is a mock translation generator. It is used to create more natural mock translations that provide developers a better idea of how their code and UI will perform under more natural localization test cases. It can also be used for demonstrating the localization abilities in an app.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.github.dgmartin.Dragomock") version "0.8.00"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.github.dgmartin:dragomock:0.8.00") } } apply(plugin = "com.github.dgmartin.Dragomock")
- Applying plugins to all subprojects .