dannyedel / dspdfviewer

Dual-Screen PDF Viewer for latex-beamer
http://dspdfviewer.danny-edel.de
GNU General Public License v2.0
218 stars 27 forks source link

Embed Qt translation resources #119

Closed projekter closed 8 years ago

projekter commented 8 years ago

The new system of embedding translations works well, but Qt's translation files are not included in the application.

dannyedel commented 8 years ago

You're right. These are, for example, the labels in the File-Chooser form.

I'll see that I add a method to include them too, probably hidden behind a cmake switch.

On my platform (dynamically linked with dependency package manager) the translations are shipped with the qt libs, so they were always present at runtime, thus I didn't notice.