aboutsummaryrefslogtreecommitdiff
path: root/contrib/extract_translations/extract_translations.erl
diff options
context:
space:
mode:
authorAlexey Shchepin <alexey@process-one.net>2006-02-25 19:48:17 +0000
committerAlexey Shchepin <alexey@process-one.net>2006-02-25 19:48:17 +0000
commit51c4ab835131f31b6a7f2c7d612dc0cfcba15cd0 (patch)
tree75bd9564b98e939a86d5ff79f06c7006d71fb79b /contrib/extract_translations/extract_translations.erl
parent* src/ejabberd_ctl.erl: Added API for virtual host specific (diff)
* src/msgs/ru.msg: Updated (thanks to Sergei Golovan)
* src/msgs/uk.msg: Likewise * contrib/extract_translations/extract_translations.erl: Minor update (thanks to Sergei Golovan) * src/ejabberd_zlib/Makefile.win32: Zlib support for Windows build (thanks to Sergei Golovan) * src/Makefile.win32: Likewise * src/configure.erl: Likewise SVN Revision: 511
Diffstat (limited to '')
-rw-r--r--contrib/extract_translations/extract_translations.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/extract_translations/extract_translations.erl b/contrib/extract_translations/extract_translations.erl
index 6865528c1..01788c504 100644
--- a/contrib/extract_translations/extract_translations.erl
+++ b/contrib/extract_translations/extract_translations.erl
@@ -108,7 +108,7 @@ parse_form(Dir, File, Form, Used) ->
ok
end.
-process_string(Dir, File, Str, Used) ->
+process_string(_Dir, File, Str, Used) ->
case {ets:lookup(translations, Str), Used} of
{[{_Key, _Trans}], unused} ->
ets:delete(translations, Str);