Hi
I'm no qt expert (maybe I'm missing something), but I noticed that there are additional language files since 2.10.4 (texstudio_el.ts and texstudio_vi.ts). But there is no texstudio_vi.qm in the source tar.gz, so I tried to execute 'lrelease texstudio.pro' before building TeXstudio, which exits with an error because in texstudio.pro the non-existing file texstudio_en.ts is added to the TRANSLATIONS variable...
Regards
Tom
lrelease texstudio_vi.ts should do the trick
Last edit: Jan Sundermeyer 2015-12-10
Thanks for your quick response. I've seen that it is possible to just build languages seperately in the manpage. But I think the texstudio.pro file should be correct anyway. Building all languages before building TeXstudio (or before releasing a new version) seems reasonable, right?
I've noticed in the past that qm files are often older than the ts files, so I thought about updating them before building.
And: does it make sense to have a texstudio_en.ts file, when the default is in english... if it where 'en_US' vs 'en_GB' ok, but just 'en'?
Regards
Tom