← Back to team overview

openlp-core team mailing list archive

[Bug 809806] Re: win32 installer - language list different for cs_CZ

 

All that needs to be done is for the old version of InnoSetup to be
uninstalled, and the unicode version to be installed over it. The build
script will continue working as per usual, and the ISS script needs no
changes.

** Changed in: openlp
     Assignee: (unassigned) => Stevan Pettit (smpettit)

** Changed in: openlp
   Importance: Undecided => Low

** Changed in: openlp
       Status: New => Confirmed

** Changed in: openlp
    Milestone: None => 1.9.7

-- 
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/809806

Title:
  win32 installer - language list different for cs_CZ

Status in OpenLP - Worship Presentation Software:
  Confirmed

Bug description:
  On Windows localized to czech (and probably with some other
  localizations) the installer offers to only choose from seven
  languages (cestina, english, euskara, magyar, polski, slovencina,
  slovenki). Other languages are missing (like deutsch, italiano, ...).

  How to reproduce on Linux with wine:

  1. install wine
  2. download openlp for win from openlp.org
  3. set locale in terminal to czech:

    export LANG="cs_CZ.utf8"

  4. start in the same terminal openlp installer by wine

    wine OpenLP-1.9.6-setup.exe

  5. now in the dropdown menu you should see only 7 languages I described.
  6. compare it with the languages for en. Change locale in terminal to en:

    export LANG="en_US.utf8"

  7. start installer again

    wine OpenLP-1.9.6-setup.exe

  8. in the dropdown menu should be more languages but czech (cestina)
  is missing

  Solution:
  This issue could be resolved by using unicode version of inno setup:

  http://www.jrsoftware.org/ishelp/index.php?topic=unicode
  http://www.jrsoftware.org/isdl.php
  http://www.jrsoftware.org/download.php/is-unicode.exe

  Unicode version does not need to deal with different codepages on
  windows.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/809806/+subscriptions


References