com.legyver.resource-bundle-i18n
所有者: Benjamin Arnold
根据原始属性文件自动生成资源包翻译,并将值发送到libretranslate进行翻译。这将在特定区域设置中生成属性文件
https://github.com/orgs/legyver-gradle-plugins/dashboard
源: https://github.com/legyver-gradle-plugins/resource-bundle-i18n.git
版本 1.0.4 (最新版)
1.0.4
创建时间:2022年12月17日。
根据原始属性文件自动生成资源包翻译,并将值发送到libretranslate进行翻译。这将在特定区域设置中生成属性文件
使用 plugins DSL
plugins {
id("com.legyver.resource-bundle-i18n") version "1.0.4"
}
使用 旧插件应用程序
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("com.legyver:resource-bundle-i18n:1.0.4")
}
}
apply(plugin = "com.legyver.resource-bundle-i18n")
使用 plugins DSL
plugins {
id "com.legyver.resource-bundle-i18n" version "1.0.4"
}
使用 旧插件应用程序
buildscript {
repositories {
maven {
url "https://plugins.gradle.org.cn/m2/"
}
}
dependencies {
classpath "com.legyver:resource-bundle-i18n:1.0.4"
}
}
apply plugin: "com.legyver.resource-bundle-i18n"