fr.ird.observe.toolkit.I18nI18nModuleDefinition Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of i18n Show documentation
Show all versions of i18n Show documentation
ObServe Toolkit I18n module
package fr.ird.observe.toolkit;
import com.google.auto.service.AutoService;
import io.ultreia.java4all.i18n.spi.I18nModuleDefinition;
import javax.annotation.Generated;
@AutoService(I18nModuleDefinition.class)
@Generated(value = "org.nuiton.i18n.plugin.GenerateModuleDefinitionMojo", date = "Sun May 17 17:54:08 UTC 2020")
public class I18nI18nModuleDefinition extends I18nModuleDefinition {
public I18nI18nModuleDefinition() {
super("fr.ird.observe.toolkit", "i18n", ".ftl",
new String[]{}, // Module getters
new String[]{"fr.ird.observe.toolkit__common-dto",
"fr.ird.observe.toolkit__common-service",
"fr.ird.observe.toolkit__common-validation"}, // Dependencies getters
new String[]{"fr.ird.observe.toolkit__i18n__fr_FR__en_GB__es_ES"}, // Module translations
new String[]{"io.ultreia.java4all.jaxx__jaxx-widgets-gis__en_GB__es_ES__fr_FR",
"io.ultreia.java4all.jaxx__jaxx-validator__en_GB__es_ES__fr_FR",
"io.ultreia.java4all.jaxx__jaxx-widgets-temperature__en_GB__fr_FR__es_ES",
"io.ultreia.java4all.jaxx__jaxx-widgets-number__fr_FR__en_GB__es_ES"}, // Dependencies translations
new String[]{}, // Module templates
new String[]{"fr.ird.observe.toolkit__dataSourcePolicy__fr_FR__en_GB__es_ES"} // Dependencies templates
);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy