24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-08 21:43:07 +02:00
xmpp.chapril.org-ejabberd/tools/extract_translations
2011-10-20 17:33:33 +02:00
..
extract_translations.erl Fix previous commit about language name 2011-10-20 17:33:33 +02:00
prepare-translation.sh Fix extraction of language name from PO files 2011-10-20 15:46:17 +02:00
README Move the extract_translations code to the tools dir (EJAB-1311) 2010-09-27 13:39:15 +02:00

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 the directory "src" in ejabberd's source tree root,
    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.