xmpp.chapril.org-ejabberd/contrib/extract_translations
Badlop f3cb5e0d77 Support binary strings in extract_translations 2015-12-23 20:54:40 +01:00
..
README * contrib/extract_translations/README: Better phrasing (thanks to 2005-05-01 19:14:30 +00:00
extract_translations.erl Support binary strings in extract_translations 2015-12-23 20:54:40 +01:00
prepare-translation.sh Provide header with latin-1 encoding in translations to work with Erlang/OTP R17 2014-03-12 17:26:27 +01:00

README

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.