1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
|
.\" Hey, EMACS: -*- nroff -*-
.\" (C) Copyright 2017 Boyuan Yang <073plan@gmail.com>,
.\"
.TH "DEEPIN-POLICY-TS-CONVERT" "1" "2017-08-11" "Deepin Gettext Tools"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
.\" .nh disable hyphenation
.\" .hy enable hyphenation
.\" .ad l left justify
.\" .ad b justify to both left and right margins
.\" .nf disable filling
.\" .fi enable filling
.\" .br insert line break
.\" .sp <n> insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
deepin-policy-ts-convert \- convert between policykit XML file and ts file to ease translation
.SH SYNOPSIS
.B deepin-policy-ts-convert init
\fIpolicyFile outputTsDir\fR
.br
.B deepin-policy-ts-convert policy2ts
\fIpolicyFile outputTsDir\fR
.br
.B deepin-policy-ts-convert ts2policy
\fIpolicyFile tsDir outputPolicyFile\fR
.SH DESCRIPTION
This manual page documents briefly the
.B deepin-policy-ts-convert
command as provided by
.B deepin-gettext-tools
package.
.PP
\fBdeepin-policy-ts-convert\fP is a utility that helps developers convert
translatable strings in PolicyKit XML files into ts files to ease translation
work. Translated ts files can be merged back to original file too with the
help of this utility.
.PP
Such workflow is adopted by most Deepin software.
.SH USAGE
Using this tool is similar to using \fBdeepin-desktop-ts-convert\fR(1) as shown
in the SYNOPSIS section.
.SH SEE ALSO
.PP
.BR deepin-update-pot (1),
.BR deepin-generate-mo (1),
.BR deepin-desktop-ts-convert (1),
.PP
The programs are further documented in the
.IR README.md
as provided with this debian package under
.IR /usr/share/doc/deepin-gettext-tools/
directory.
.SH AUTHOR
.PP
.B deepin-gettext-tools
is written by Deepin Technology Co., Ltd.
.PP
This manual page was written by
.MT 073plan@\:gmail.com
Boyuan Yang
.ME
for the Debian Project (but may be used by others).
|