summaryrefslogtreecommitdiff
path: root/langpacks/croatian/Refresh.bat
blob: 57ce204cfccab220ffab7d2ecf5766a702890621 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@echo off

REM ====== VARIABLES ========

set "language=croatian"
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%"