blob: b87eb247747da88304c19f374d6dad38675a8693 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
@echo off
REM ====== VARIABLES ========
set "language=polish"
set "oldLangpackPath="
set "mirandaPath=C:\Program files\Miranda NG"
REM =========================
cd "..\..\tools\lpgen\"
call refresher.bat %language% "%oldLangpackPath%"
REM copy and reload langpack in your Miranda (uncoment next line + enable cmdline.dll plugin to use it)
REM call installer.bat %language% "%mirandaPath%"
|