Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Qt5: Qt Linguist redistributable [closed]

I'm writing a manual for translators and can't find an easy and official way of Qt Linguist editor distribution. It looks like you can get it for Linux by downloading qttools5-dev-tools package. But for other systems?
Qt5 online installer doesn't seems to provide a separate Linguist component to download and I'm not sure if it's a part of QtCreator component. It's not feasible to force translators to install whole Qt framework bundle or even IDE to get it. I expected to find some Qt5 libraries redistributable+ Qt Linguist app + manuals in one package, but don't see any on qt.io.
Any recommendations?

like image 693
truf Avatar asked Nov 16 '17 21:11

truf


People also ask

What is Qt Linguist in Windows 10?

Qt Linguist is a tool for adding translations to Qt applications. Once you have installed Qt, you can start Qt Linguist in the same way as any other application on the development host.

How do you open a Qt Linguist?

To open TS files in Qt Linguist, right-click a TS file in the Projects or File System view and select Open With > Qt Linguist in the context menu.

What is Qt Linguist on Mac?

Qt Linguist is cross-platform stand alone app that enables you to effortlessly translate Qt applications. Qt Linguist comes with an easy to use interface that provides all the necessary tools for a quick and efficient translation process.

Is Qt Editor Free?

Is Qt Creator free? There is an open-source license which is free and a commercial license. The commercial license (Qt creator and Qt SDK) starts at $459/month.


1 Answers

This site has standalone Qt Linguist installers for Windows & macOS

https://github.com/lelegard/qtlinguist-installers/releases

like image 62
Riaan Van Niekerk Avatar answered Jan 03 '23 14:01

Riaan Van Niekerk