2015-12-23 10:22:06 +07:00
|
|
|
@Rem $Id: RUN_TrlImport.bat,v 1.4 2005/09/16 00:49:37 jjanke Imp $
|
2010-11-04 02:46:38 +07:00
|
|
|
|
2012-06-06 21:13:34 +07:00
|
|
|
@if (%IDEMPIERE_HOME%) == () (CALL myEnvironment.bat Server) else (CALL %IDEMPIERE_HOME%\utils\myEnvironment.bat Server)
|
|
|
|
@Title Import Translation - %IDEMPIERE_HOME% (%ADEMPIERE_DB_NAME%)
|
2010-11-04 02:46:38 +07:00
|
|
|
|
2015-12-23 10:22:06 +07:00
|
|
|
@SET AD_LANGUAGE=es_CO
|
2012-06-06 21:13:34 +07:00
|
|
|
@SET DIRECTORY=%IDEMPIERE_HOME%\data\%AD_LANGUAGE%
|
2010-11-04 02:46:38 +07:00
|
|
|
|
|
|
|
@echo This Procedure imports language %AD_LANGUAGE% from directory %DIRECTORY%
|
|
|
|
@pause
|
|
|
|
|
2015-12-23 10:22:06 +07:00
|
|
|
FOR %%c in (plugins\org.eclipse.equinox.launcher_1.*.jar) DO set JARFILE=%%c
|
|
|
|
@"%JAVA_HOME%\bin\java" -Dosgi.compatibility.bootdelegation=true -Dosgi.noShutdown=false -jar %JARFILE% -application org.adempiere.install.translation import %DIRECTORY% %AD_LANGUAGE%
|
2010-11-04 02:46:38 +07:00
|
|
|
|
|
|
|
@pause
|