tonkv / qdevelop

Automatically exported from code.google.com/p/qdevelop
0 stars 0 forks source link

Read translation files from any subfolder (not from the resources) #102

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Add or change translation file QDevelop_*.qm
2. Do NOT build QDevelop project/resources
3. Run QDevelop with -l and added/changed language name parameter

What is the expected output? What do you see instead?
Added/changed language items should be visible in UI.
Changes are not visible until project is rebuilded.

What version of the product are you using? On what operating system?
SVN rev. 106 on WinXP & Gentoo

Please provide any additional information below.
In file main.cpp change row 68
from
translationFile=":/translations/translations/QDevelop_"+translationFile+".qm";
to something like that
translationFile="../resources/translations/QDevelop_"+translationFile+".qm";

Original issue reported on code.google.com by tomas.hanak@gmail.com on 7 Feb 2007 at 10:02

GoogleCodeExporter commented 8 years ago
no,sorry, I don't think we will do this. Currently QDevelop is shipped as a 
single 
binary which eases the way we deploy it. Splitting it into several files... 
sorry, 
not at this time :(

Original comment by cucoma...@gmail.com on 10 Sep 2007 at 7:08