Updated languages

This commit is contained in:
Birunthan Mohanathas
2012-04-28 20:44:55 +03:00
parent 88b13d4192
commit 6dc5310b96
6 changed files with 5 additions and 7 deletions

View File

@ -108,8 +108,6 @@ for /f "tokens=1,2,3 delims=," %%a in (..\Language\List) do (
)
>>".\Installer\Languages.nsh" echo ^^!define LANGUAGES "%LANGUAGES%"
goto :eof
:: Restore English
echo #include "English.h"> "..\Language\Language.rc"
echo #include "Resource.rc">> "..\Language\Language.rc"