File: glib-gettextize.rst

package info (click to toggle)
glib2.0 2.85.1-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 66,344 kB
  • sloc: ansic: 541,342; python: 9,624; sh: 1,572; xml: 1,482; perl: 1,222; cpp: 535; makefile: 316; javascript: 11
file content (59 lines) | stat: -rw-r--r-- 1,392 bytes parent folder | download | duplicates (4)
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
.. _glib-gettextize(1):
.. meta::
   :copyright: Copyright 2003 Matthias Clasen
   :copyright: Copyright 2012 Red Hat, Inc.
   :license: LGPL-2.1-or-later
..
   This has to be duplicated from above to make it machine-readable by `reuse`:
   SPDX-FileCopyrightText: 2003 Matthias Clasen
   SPDX-FileCopyrightText: 2012 Red Hat, Inc.
   SPDX-License-Identifier: LGPL-2.1-or-later

===============
glib-gettextize
===============

------------------------------------
gettext internationalization utility
------------------------------------

SYNOPSIS
--------

|  **glib-gettextize** [*OPTION*…] [*DIRECTORY*]

DESCRIPTION
-----------

``glib-gettextize`` helps to prepare a source package for being
internationalized through `gettext <https://www.gnu.org/software/gettext/>`_.
It is a variant of the ``gettextize`` that ships with gettext.

``glib-gettextize`` differs from ``gettextize`` in that it doesn’t create an
``intl/`` subdirectory and doesn’t modify ``po/ChangeLog`` (note that newer
versions of ``gettextize`` behave like this when called with the
``--no-changelog`` option).

OPTIONS
-------

``--help``

  Print help and exit.

``--version``

  Print version information and exit.

``-c``, ``--copy``

  Copy files instead of making symlinks.

``-f``, ``--force``

  Force writing of new files even if old ones exist.

SEE ALSO
--------

`gettextize(1) <man:gettextize(1)>`_