From c8b16ace2800b9dc10be0a30f70be8decefb8b26 Mon Sep 17 00:00:00 2001 From: lordmulder Date: Fri, 18 Feb 2011 21:42:32 +0100 Subject: [PATCH] Actually enable Russian translation in installer. --- etc/NSIS/setup.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/NSIS/setup.nsi b/etc/NSIS/setup.nsi index 766d5511..1c955c7f 100644 --- a/etc/NSIS/setup.nsi +++ b/etc/NSIS/setup.nsi @@ -184,6 +184,7 @@ UninstPage Custom un.LockedListShow !insertmacro MUI_LANGUAGE "English" ;first language is the default language !insertmacro MUI_LANGUAGE "German" !insertmacro MUI_LANGUAGE "Spanish" +!insertmacro MUI_LANGUAGE "Russian" ; !insertmacro MUI_LANGUAGE "French" ; !insertmacro MUI_LANGUAGE "SpanishInternational" @@ -193,7 +194,6 @@ UninstPage Custom un.LockedListShow ; !insertmacro MUI_LANGUAGE "Italian" ; !insertmacro MUI_LANGUAGE "Dutch" ; !insertmacro MUI_LANGUAGE "Greek" -; !insertmacro MUI_LANGUAGE "Russian" ; !insertmacro MUI_LANGUAGE "Polish" ; !insertmacro MUI_LANGUAGE "Ukrainian" ; !insertmacro MUI_LANGUAGE "Hungarian"