Qt Linguist Manual Qt Linguist Manual Release managers, translators, and developers can use Qt tools to translate Qt C++ and Qt Quick applications into local languages In addition to the Qt translation file (TS) format, Qt Linguist and lupdate support XML Localization Interchange File Format (XLIFF)
Translators | Qt Linguist Manual Qt Linguist is a tool for translating strings in Qt applications Once you have installed Qt, you can start Qt Linguist in the same way as any other application on the development host
Use Qt Linguist | Qt Creator Documentation Qt localization tools provide context information for each of the phrases to help the translator understand their meaning You can add comments to the phrases Translation files contain all the user-visible text and keyboard shortcuts in an application and translations of that text
Qt Linguist Manual リリースマネージャ、翻訳者、開発者は Qt ツールを使用して Qt C++ や Qt Quick アプリケーションを各国語に翻訳することができます。 Qt 翻訳ファイル (TS) フォーマットに加えて、 Qt Linguist と lupdate は XML Localization Interchange File Format (XLIFF) をサポートしています。
Qt Linguist Examples Understanding the Qt Linguist contexts concept and using two or more languages Hello tr() Example Translating a small Hello World program to Latin I18N Example Demonstrates Qt's support for translated text Qt Quick I18N Generating translation files (TS and QM) for a Qt Quick application Troll Print Example Updating translations for
Translating strings | Qt Linguist Manual Open translation source (TS) files in Qt Linguist for translation TS files are human-readable XML files containing source phrases and their translations TS files are usually created and updated by lupdate If you do not have a TS file, see Creating translation files to learn how to generate one
Translating Applications - Qt for Python Qt Linguist¶ Qt Linguist and its related tools can be used to provide translations for applications The Qt Linguist Example example illustrates this The example is very simple, it has a menu and shows a list of programming languages with multiselection