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/french | |
parent | 5a9900711573edc1aefadde779a623e39a345644 (diff) |
langpacks: unification
Diffstat (limited to 'langpacks/french')
-rw-r--r-- | langpacks/french/Refresh.bat | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/langpacks/french/Refresh.bat b/langpacks/french/Refresh.bat index a5bfe9feca..5b3173af70 100644 --- a/langpacks/french/Refresh.bat +++ b/langpacks/french/Refresh.bat @@ -1,4 +1,18 @@ @echo off
+REM ====== VARIABLES ========
+
+set "language=french"
+set "oldLangpackPath=Deprecated\langpack_french.txt"
+set "mirandaPath="
+
+REM =========================
+
cd "..\..\tools\lpgen\"
-call refresher.bat french Deprecated\langpack_french.txt
\ No newline at end of file +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%"
|