xmpp.chapril.org-ejabberd/tools
Evgeny Khramtsov 00f2a736eb Improve extraction of translated strings
Now every such string MUST be encapsulated into ?T() macro.
The macro itself is defined in include/translate.hrl.
Example:

-module(foo).
-export([bar/1]).
-include("translate.hrl").

bar(Lang) ->
    translate:translate(Lang, ?T("baz")).
2019-06-22 17:08:45 +03:00
..
captcha.sh Improve captcha.sh script documentation 2019-05-25 11:21:30 +02:00
check_xep_versions.sh Add helper to check xep implementations and versions 2019-06-17 12:02:23 +02:00
ejabberdctl.bc Remove --auth in ejabberd_ctl.erl as it's useless, still useful for mod_rest 2016-04-15 15:35:57 +02:00
extract-tr.sh Improve extraction of translated strings 2019-06-22 17:08:45 +03:00
hook_deps.sh Ignore beams compiled by Elixir 2019-06-14 23:35:51 +03:00
jhbtest.pl Add unit test script for http-bind service (thanks to Stefan Strigler) 2009-06-16 17:48:31 +00:00
opt_types.sh Fix creation of type spec for map() options 2019-06-20 19:09:36 +03:00
prepare-tr.sh Fix "make translations", got broken in 446e6e6f3 2019-02-22 12:30:05 +01:00
update-deps-releases.pl Commit back, change reverted by mistake 2019-02-26 12:16:48 +01:00
xml_compress_gen.erl Use new configuration validator 2019-06-14 12:33:26 +03:00