summaryrefslogtreecommitdiff
path: root/langpacks/german
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2018-04-28 19:16:47 +0300
committerdartraiden <wowemuh@gmail.com>2018-04-28 19:16:47 +0300
commit69efdcb7f914b5fc66f83773eca1d555c7a9a145 (patch)
tree74465152f2e0039ac27de26e8a4d6a8f34ff3d19 /langpacks/german
parent5a9900711573edc1aefadde779a623e39a345644 (diff)
langpacks: unification
Diffstat (limited to 'langpacks/german')
-rw-r--r--langpacks/german/Refresh.bat16
1 files changed, 15 insertions, 1 deletions
diff --git a/langpacks/german/Refresh.bat b/langpacks/german/Refresh.bat
index 4b82336b34..8f3f087c5c 100644
--- a/langpacks/german/Refresh.bat
+++ b/langpacks/german/Refresh.bat
@@ -1,4 +1,18 @@
@echo off
+REM ====== VARIABLES ========
+
+set "language=german"
+set "oldLangpackPath=Deprecated\langpack_german.txt"
+set "mirandaPath="
+
+REM =========================
+
cd "..\..\tools\lpgen\"
-call refresher.bat german Deprecated\langpack_german.txt
+call refresher.bat %language% "%oldLangpackPath%"
+
+REM if previous command failed, exit
+if %ERRORLEVEL% NEQ 0 exit /B 1
+
+REM copy and reload langpack in your Miranda (uncomment next line + enable cmdline.dll plugin to use it)
+REM call installer.bat %language% "%mirandaPath%"