NAME

export-texts - Export texts from the module


SYNOPSIS

export-texts [--help|-h] [--version|-V] [--verbose|-v] [--language|-l language-name] [--gender|-g gender] [--languagecode|-L language-code-number] [--config config-file] filename ...

export-texts --help


DESCRIPTION

export-texts prints out text file having all texts from the module. This can be used to translate them and then import them back to the module using import-texts script.


OPTIONS

--help -h
Prints out the usage information.

--version -V
Prints out the version information.

--verbose -v
Enables the verbose prints. This option can be given multiple times, and each time it enables more verbose prints.

--language -l language-name
Language name of the language which text to export. Can either be number or strings like 'English', 'French' etc.

--gender -g gender
Gender whose text to export. Can either be number or ``Male'', or ``Female''.

--languagecode -L language-code-number
Numeric code of the language to select texts which to export.

--config config-file
All options given by the command line can also be given in the configuration file. This option is used to read another configuration file in addition to the default configuration file.


EXAMPLES

    export-texts *.ut* *.dlg *.git


FILES

~/.exporttextsrc
Default configuration file.


SEE ALSO

import-texts(1), gffprint(1), Gff(3), and GffRead(3).


AUTHOR

Tero Kivinen <kivinen@iki.fi>.


HISTORY

This program was created to help Qk to make translations of modules to different languages.