qt_i18n_translated_languages
プロジェクトの国際化に使われる言語のリスト。
この変数は Qt 6.7 で導入されました。
プロジェクトの国際化に使われる言語のリストを指定します。単一の言語は、文字列ベースのQLocale コンストラクタと互換性がなければなりません。
QT_I18N_TRANSLATED_LANGUAGES
:
.qm
ファイルを消費するための実行可能ターゲットを設定します。- qt_add_translations() で
.ts
ファイル名を自動的に作成する。
この変数はqt_standard_project_setup()コマンドで設定できます。
デフォルトでは、翻訳可能な文字列はen
で書かれているとみなされます。
qt_standard_project_setup()とqt_add_translations()も参照してください 。
© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.