[Git][ultreiaio/ird-t3][develop] Revoir les traductions - ajout des templates (See #172)
Tony CHEMIT pushed to branch develop at ultreiaio / ird-t3 Commits: 8d2bcfb7 by Tony CHEMIT at 2018-03-19T14:19:15Z Revoir les traductions - ajout des templates (See #172) - - - - - 2 changed files: - pom.xml - t3-installer/pom.xml Changes: ===================================== pom.xml ===================================== --- a/pom.xml +++ b/pom.xml @@ -100,6 +100,7 @@ <stageId>frirdt3</stageId> <applicationName>t3</applicationName> <t3-data.version>1.5-SNAPSHOT</t3-data.version> + <lib.version.java4all.i18n>4.0-alpha-11</lib.version.java4all.i18n> <env>dev</env> <skipITs>true</skipITs> ===================================== t3-installer/pom.xml ===================================== --- a/t3-installer/pom.xml +++ b/t3-installer/pom.xml @@ -47,6 +47,13 @@ </dependency> <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>t3-actions</artifactId> + <version>${project.version}</version> + <scope>runtime</scope> + </dependency> + + <dependency> <groupId>io.ultreia.java4all.config</groupId> <artifactId>nuiton-config</artifactId> </dependency> @@ -91,6 +98,50 @@ </dependencies> + <build> + <pluginManagement> + <plugins> + + <plugin> + <groupId>io.ultreia.java4all.i18n</groupId> + <artifactId>i18n-maven-plugin</artifactId> + <executions> + <execution> + <id>default-bundle</id> + <goals> + <goal>bundle</goal> + </goals> + <configuration> + <templateExtension>ftl</templateExtension> + <templateList> + <template>classpath:fr/ird/t3/actions/admin/DeleteTripAction</template> + <template>classpath:fr/ird/t3/actions/data/level0/ComputeRF1Action</template> + <template>classpath:fr/ird/t3/actions/data/level0/ComputeRF2Action</template> + <template>classpath:fr/ird/t3/actions/data/level0/ComputeSetDurationAndPositiveSetCountAction</template> + <template>classpath:fr/ird/t3/actions/data/level0/ComputeTripEffortsAction</template> + <template>classpath:fr/ird/t3/actions/data/level0/ComputeWellPlanWeightCategoriesProportionsAction</template> + <template>classpath:fr/ird/t3/actions/data/level0/ConvertCatchesWeightCategoriesAction</template> + <template>classpath:fr/ird/t3/actions/data/level1/ComputeWeightOfCategoriesForSetAction</template> + <template>classpath:fr/ird/t3/actions/data/level1/ConvertSampleSetSpeciesFrequencyToWeightAction</template> + <template>classpath:fr/ird/t3/actions/data/level1/ConvertSetSpeciesFrequencyToWeightAction</template> + <template>classpath:fr/ird/t3/actions/data/level1/ExtrapolateSampleCountedAndMeasuredAction</template> + <template>classpath:fr/ird/t3/actions/data/level1/ExtrapolateSampleWeightToSetAction</template> + <template>classpath:fr/ird/t3/actions/data/level1/RedistributeSampleNumberToSetAction</template> + <template>classpath:fr/ird/t3/actions/data/level1/StandardizeSampleMeasuresAction</template> + <template>classpath:fr/ird/t3/actions/data/level2/Level2Action</template> + <template>classpath:fr/ird/t3/actions/data/level3/Level3Action</template> + <template>classpath:fr/ird/t3/actions/io/input/AnalyzeInputSourceAction</template> + <template>classpath:fr/ird/t3/actions/io/input/ImportInputSourceAction</template> + <template>classpath:fr/ird/t3/actions/io/output/ExportAction</template> + </templateList> + </configuration> + </execution> + </executions> + </plugin> + + </plugins> + </pluginManagement> + </build> <profiles> <profile> View it on GitLab: https://gitlab.com/ultreiaio/ird-t3/commit/8d2bcfb750646023f3dddff7cf63c836e... --- View it on GitLab: https://gitlab.com/ultreiaio/ird-t3/commit/8d2bcfb750646023f3dddff7cf63c836e... You're receiving this email because of your account on gitlab.com.
participants (1)
-
Tony CHEMIT