lrelease.1

来自「qt-x11-free-3.0.3.tar.gz minigui图形界面工具」· 1 代码 · 共 67 行

1
67
字号
.TH lrelease 1 "9 September 2001" "Trolltech AS" \" -*- nroff -*-.\".\" Copyright 2001 Trolltech AS.  All rights reserved..\".\" This file is part of Qt and may be distributed and used according to.\" the terms and conditions described in the LICENSE file..\".SH NAMElrelease \- generate Qt message files from Qt Linguist translation files.SH SYNOPSIS.B lrelease[options] project-file.SH DESCRIPTIONThis page documents the.B Qt Linguist Releasetool for the Qt GUI application framework..B Lreleasereads a tmake/qmake project file (.pro file) and converts thetranslation files (.ts files) specified in it into Qt message files(.qm files) used by the application to translate..PPThe .qm file format is a compact binary format that providesextremely fast lookups for translations and that is used by Qt..SH OPTIONS.TP.I "-help"Display the usage and exit..TP.I "-verbose"Explain what is being done..TP.I "-version"Display the version of.B lreleaseand exit..SH USAGEHere is an example .pro file that can be given to.B lrelease:.PP.in +4.nfHEADERS         = funnydialog.h \\                  wackywidget.hSOURCES         = funnydialog.cpp \\                  main.cpp \\                  wackywidget.cppFORMS           = fancybox.uiTRANSLATIONS    = gnomovision_dk.ts \\                  gnomovision_fi.ts \\                  gnomovision_no.ts \\                  gnomovision_se.ts.fi.in -4.PPWhen running.B lreleaseon this project file, the Qt message files gnomovision_dk.qm,gnomovision_fi.qm, gnomovision_no.qm and gnomovision_se.qm will begenerated from gnomovision_dk.ts, gnomovision_fi.ts,gnomovision_no.ts and gnomovision_se.ts, respectively..SH "SEE ALSO".BR lupdate (1)and.BR http://doc.trolltech.com/i18n.html.SH AUTHORJasmin Blanchette, Trolltech AS <jasmin@trolltech.com>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?