24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-18 22:15:20 +02:00
xmpp.chapril.org-ejabberd/contrib/extract_translations
Alexey Shchepin 36dfc9b056 * contrib/extract_translations/: A tool for extracting of
translation strings from ejabberd code (thanks to Sergei Golovan)

SVN Revision: 330
2005-04-26 22:44:58 +00:00
..
extract_translations.erl * contrib/extract_translations/: A tool for extracting of 2005-04-26 22:44:58 +00:00
README * contrib/extract_translations/: A tool for extracting of 2005-04-26 22:44:58 +00: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 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.