mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
4d8f770624
Use dynamic Rebar configuration Make iconv dependency optional Disable transient_supervisors compile option Add hipe compilation support Only compile ibrowse and lhttpc when needed Make it possible to generate an OTP application release Add --enable-debug compile option Add --enable-all compiler option Add --enable-tools configure option Add --with-erlang configure option. Add --enable-erlang-version-check configure option. Add lager support Improve the test suite |
||
---|---|---|
.. | ||
extract_translations.erl | ||
prepare-translation.sh | ||
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.