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 65
|
.\" Hey, EMACS: -*- nroff -*-
.\" (C) Copyright 2017 Boyuan Yang <073plan@gmail.com>,
.\"
.TH "DEEPIN-GENERATE-MO" "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-generate-mo \- generate mo file from po file using deepin ini config file
.SH SYNOPSIS
.B deepin-generate-mo
.RI [ \-h\ \-\-copy ] " inifile"
.SH DESCRIPTION
This manual page documents briefly the
.B deepin-generate-mo
command as provided by
.B deepin-gettext-tools
package.
.PP
\fBdeepin-generate-mo\fP is a utility that generate gettext MO files
from gettext PO files using instructions from certain ini config file.
.PP
Such workflow is adopted by most Deepin software.
.SH OPTIONS
These programs follow the usual GNU command line syntax, with long
options starting with two dashes (`-').
A summary of options is included below.
For latest descriptions as provided by the tool, invoke the tool
with \fI\-h\fR option.
.TP
.B \-h, \-\-help
Show help messages and exit.
.TP
.B \-\-copy
Also execute commands similar to "sudo cp *.mo /usr/share/locale".
.SH SEE ALSO
.PP
.BR deepin-update-pot (1),
.BR deepin-desktop-ts-convert (1),
.BR deepin-policy-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).
|