[Interest] Qt6 : linguist + *.ts files creation

Frank Mertens frank at cyblogic.de
Sat Jan 23 23:10:38 CET 2021


Hi Nicholas,

you can simple create the ts file yourself. Here is what I'm using:

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="es_AR">
</TS>

Save it to es_AR.ts or whatever locale you want to translate.

lupdate will do the rest for you.

Greetings,
Frank.

On 23.01.21 18:05, Nicholas Yue wrote:
> Hi,
>
>   I am starting to learn more about supporting multiple languages.
>
>   I had a browse through the following URL
>
>   https://wiki.qt.io/How_to_create_a_multi_language_application <https://wiki.qt.io/How_to_create_a_multi_language_application>
>
>   If I am not using qmake + *.pro files, how are the initial *_<language>.ts files created?
>
> Cheers
> -- 
> Nicholas Yue
> Graphics - Arnold, Alembic, RenderMan, OpenGL, HDF5
> Custom Dev - C++ porting, OSX, Linux, Windows
> http://au.linkedin.com/in/nicholasyue <http://au.linkedin.com/in/nicholasyue>
> https://vimeo.com/channels/naiadtools <https://vimeo.com/channels/naiadtools>
>
> _______________________________________________
> Interest mailing list
> Interest at qt-project.org
> https://lists.qt-project.org/listinfo/interest
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20210123/f64e875c/attachment.html>


More information about the Interest mailing list