com.yashodhan.copytranslation
Owner: Yashodhan Divakaran
Copy string translation from translated file to respective strings.xml of android project
Version 1.8
1.8
Created 06 August 2015.
Copy string translation from translated file to respective strings.xml of android project
Add this plugin to your build using the plugins DSL:
plugins {
id("com.yashodhan.copytranslation") version "1.8"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.yashodhan:AndroidCopyTranslationPlugin:1.8") } } apply(plugin = "com.yashodhan.copytranslation")
- Applying plugins to all subprojects .