Language translation fails

Issue #241 invalid
Former user created an issue

Originally reported on Google Code with ID 241 ``` What steps will reproduce the problem? 1. Install from source

What is the expected output? What do you see instead? In src/i18n the INSTALL file "cmake_install.cmake" expects *.qm files, but doesn't see any. Copy of the error is below.

CMake Error at cmake_install.cmake:54 (FILE): file INSTALL cannot find file "/tmp/speedcrunch-0.10.1/src/i18n/ca.qm" to install. make: * [install] Error 1

What version of the product are you using? On what operating system? Version: 0.10.1 OS: Slackware 12.2

Please provide any additional information below. Cmake: 2.6.2 Qt: 4.4.3

I'm running the source code from an installation script. I know the script expects the *.ts files to be converted to *.qm files. But I don't see where in the install script that these files are being converted. Qt4 is being picked up properly, so I don't think it is a Qt4 issue. ```

Reported by `larryhaja` on 2009-01-30 01:47:36

Comments (3)

  1. Former user Account Deleted

    ``` I took a look at the wiki and saw that I needed to run "lrelease-qt4 src/speedcrunch.pro". Everything works now. ```

    Reported by `larryhaja` on 2009-01-30 04:37:07

  2. Former user Account Deleted

    ``` Glad you solved it :) That step won't be necessary in the next release. ```

    Reported by `helder.pereira.correia` on 2009-01-30 09:59:36 - Status changed: `Invalid`

  3. Former user Account Deleted

    ``` Issue 315 has been merged into this issue. ```

    Reported by `helder.pereira.correia` on 2009-09-27 12:46:31

  4. Log in to comment