Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README « extract_translations « contrib - github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e96cfb8cf17a7d6730f190db3f8c30b179ab49f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
extract_translations - auxiliary tool that extracts lines to be translated
from ejabberd source tree.

Building:
    erlc extract_translations.erl

Invoking 1:
    erl -noinput -s extract_translations -extra dirname message_file

    where dirname is src dir of ejabberd source tree, message_file is a file
    with translated messages (src/msgs/*.msg).

    Result is a list of messages from source files which aren't contained in
    message file.

Invoking 2:
    erl -noinput -s extract_translations -extra -unused dirname message_file

    Result is a list of messages from message file which aren't in source
    files anymore.