search for translation file

Issue #95 closed
Former user created an issue

Originally reported on Google Code with ID 95

I just debugged main.cpp because I did not get the translation running.
Here's the contents of the variable qmfile, while Speedcrunch tries to
locate the .qm file:
1. try: /home/wolf/speedcrunch/speedcrunch-0.8/share/crunch/crunch_de_DE.qm
2. try: /home/wolf/speedcrunch/speedcrunch-0.8/share/crunch/crunch_de.qm
3. try: /home/wolf/speedcrunch/speedcrunch-0.8/share/crunch_de_DE.qm
4. try: /home/wolf/speedcrunch/speedcrunch-0.8/share/crunch_de.qm
Contrary to the comment in main.cpp it does not search the current directory.
Ok I see now, that creating a subdirectory 'share' will solve the problem,
but that seems to be written nowhere (at least I did not find it), and make
(or cmake) does not automatically create this directory and copy the
language files into it.
Wolf Lammen

Reported by ookami1@gmx.de on 2007-07-26 07:35:32

Comments (5)

  1. Former user Account Deleted

    ``` maybe make install will do that automatically, I don't use make install, because I want to keep my system tidy, but the fact remains, that I had to find out everything the hard way. A hint in INSTALL.txt or README.txt would have helped much. Wolf Lammen ```

    Reported by `ookami1@gmx.de` on 2007-07-26 07:50:55

  2. Former user Account Deleted

    ``` Fixed in trunk and branches/0.9. The information is now present in the INSTALL.txt file. ```

    Reported by `helder.pereira.correia` on 2007-11-03 19:33:46 - Status changed: `Fixed` - Labels added: Type-Other, Milestone-0.9 - Labels removed: Type-Defect

  3. Former user Account Deleted

    Reported by `helder.pereira.correia` on 2007-11-03 19:37:51 - Labels added: Type-Documentation - Labels removed: Type-Other

  4. Log in to comment