QT_I18N_IDIOMAS_TRADUCIDOS

Lista de idiomas que se utilizarán para la internacionalización del proyecto.

Esta variable se introdujo en Qt 6.7.

Especifica una lista de idiomas que se utilizan para la internacionalización del proyecto. Los idiomas individuales deben ser compatibles con el constructor QLocale basado en cadenas.

Los idiomas en QT_I18N_TRANSLATED_LANGUAGES se utilizan para:

  • Configurar objetivos ejecutables para consumir archivos .qm.
  • Construir automáticamente nombres de archivos .ts en qt_add_translations().

Esta variable puede establecerse convenientemente con el comando qt_standard_project_setup().

Por defecto, las cadenas traducibles se consideran escritas en en.

Véase también qt_standard_project_setup() y qt_add_translations().

© 2026 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.