diff options
author | dartraiden <wowemuh@gmail.com> | 2018-04-28 19:16:47 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2018-04-28 19:16:47 +0300 |
commit | 69efdcb7f914b5fc66f83773eca1d555c7a9a145 (patch) | |
tree | 74465152f2e0039ac27de26e8a4d6a8f34ff3d19 /langpacks/german | |
parent | 5a9900711573edc1aefadde779a623e39a345644 (diff) |
langpacks: unification
Diffstat (limited to 'langpacks/german')
-rw-r--r-- | langpacks/german/Refresh.bat | 16 |
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%"
|