当前位置:网站首页>Qt发布多语言国际化翻译
Qt发布多语言国际化翻译
2022-07-04 05:32:00 【csdn_zhangchunfeng】
在使用Qt进行项目开发的过程中,有时需要发布多语言国际化版本,本文大致介绍使用Qt自身工具达到国际化翻译目的的步骤。
一 修改pro
在pro中添加
TRANSLATIONS = my_project.ts
二 调整代码
如果在.h、.cpp中可把要翻译的语句添加
tr("TEXT")
如果在qml中要把翻译的语句添加
qsTr("TEXT")
三 lupdate
/*产生相对应的ts文件*/
lupdate my_project_name
四 linguist
/*打开翻译语言工具,处理翻译细节,生成对应的qm文件*/
linguist my_project.ts
五 lrelease
/*发布多语言翻译*/
lrelease my_project.ts -qm my_project.qm
边栏推荐
- How to use postman to realize simple interface Association [add, delete, modify and query]
- JS arguments parameter usage and explanation
- JS string splicing
- 光模塊字母含義及參數簡稱大全
- The data mark is a piece of fat meat, and it is not only China Manfu technology that focuses on this meat
- C # character similarity comparison general class
- BUU-Pwn-test_ your_ nc
- 如何展开Collapse 的所有折叠面板
- Kubernets first meeting
- [microservice] Nacos cluster building and loading file configuration
猜你喜欢
Halcon图片标定,使得后续图片处理过后变成与模板图片一样
Take you to quickly learn how to use qsort and simulate qsort
win10清除快速访问-不留下痕迹
Enterprise level log analysis system elk (if things backfire, there must be other arrangements)
Programmers don't talk about morality, and use multithreading for Heisi's girlfriend
[excel] PivotChart
接地继电器DD-1/60
Flask
Simulink and Arduino serial port communication
ANSYS command
随机推荐
Etcd database source code analysis - initialization overview
Topological sorting and graphical display of critical path
力扣(LeetCode)184. 部门工资最高的员工(2022.07.03)
配置交叉编译工具链和环境变量
BUU-Reverse-easyre
Penetration tool - sqlmap
flink1.13 sql基础语法(二)join操作
The data mark is a piece of fat meat, and it is not only China Manfu technology that focuses on this meat
724. 寻找数组的中心下标
FreeRTOS 中 RISC-V-Qemu-virt_GCC 的 锁机制 分析
2022 a special equipment related management (elevator) examination questions simulation examination platform operation
BeanFactoryPostProcessor 与 BeanPostProcessor 相关子类概述
C语言简易学生管理系统(含源码)
Signification des lettres du module optique et abréviation des paramètres Daquan
19.Frambuffer应用编程
Unity2d -- character moves and turns
js如何将秒转换成时分秒显示
Graduation design of small programs -- small programs of food and recipes
[wechat applet] template and configuration (wxml, wxss, global and page configuration, network data request)
flink1.13 sql基础语法(一)DDL、DML