Tony CHEMIT pushed to branch develop-7.x at ultreiaio / ird-observe Commits: a591a8b2 by tchemit at 2018-11-14T16:03:19Z Traductions espagnoles - IEO work of the day \o/ - - - - - f20f5468 by tchemit at 2018-11-16T12:32:13Z Traductions espagnoles - IEO work of the day \o/ - - - - - 840fa8fc by tchemit at 2018-11-16T15:27:24Z Traductions espagnoles - IEO work of the day \o/ - - - - - 97781ea7 by tchemit at 2018-11-16T15:36:03Z Traductions espagnoles - Closes #1165 - - - - - 3 changed files: - client-core/src/main/java/fr/ird/observe/client/ui/actions/main/menu/config/TranslateAction.java - observe-i18n/src/main/i18n/translations/observe_es_ES.properties - pom.xml Changes: ===================================== client-core/src/main/java/fr/ird/observe/client/ui/actions/main/menu/config/TranslateAction.java ===================================== @@ -72,7 +72,7 @@ public class TranslateAction extends MenuActionSupport { projectUI.addWindowListener(new WindowAdapter() { @Override public void windowClosed(WindowEvent e) { - if (model.getLastExport() != null) { + if (model.getLastExportDate() != null) { log.info("Found existing i18n export, will reload i18n"); UIHelper.displayInfo(t("observe.title.reload.i18n"), t("observe.message.reload.i18n")); ObserveUICallback.application.run(); ===================================== observe-i18n/src/main/i18n/translations/observe_es_ES.properties ===================================== The diff for this file was not included because it is too large. ===================================== pom.xml ===================================== @@ -26,7 +26,7 @@ <parent> <groupId>io.ultreia.maven</groupId> <artifactId>pom</artifactId> - <version>2018.8.3</version> + <version>2018.8.4</version> </parent> <groupId>fr.ird.observe</groupId> @@ -155,7 +155,7 @@ <maven.build.timestamp.format>dd/MM/yyyy HH:mm z</maven.build.timestamp.format> <buildDate>${maven.build.timestamp}</buildDate> - <observeToolkitVersion>3.7.11</observeToolkitVersion> + <observeToolkitVersion>3.7.12</observeToolkitVersion> <!--<lib.version.java4all.http>1.0.13</lib.version.java4all.http>--> <lib.version.nuiton.validation>3.1</lib.version.nuiton.validation> <!--<lib.version.java4all.config>1.0.3</lib.version.java4all.config>--> View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/compare/32ce9affe75a56f8586d7e31d92... -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/compare/32ce9affe75a56f8586d7e31d92... You're receiving this email because of your account on gitlab.com.