aboutsummaryrefslogtreecommitdiff
path: root/contrib/extract_translations/extract_translations.erl
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2007-12-14 21:28:29 +0000
committerBadlop <badlop@process-one.net>2007-12-14 21:28:29 +0000
commit3174ea98f650f3a4b944434c90d4141792367346 (patch)
treeb2499ea300f06cf573c9f68c4c5eadecbc3e4071 /contrib/extract_translations/extract_translations.erl
parent* src/ejabberd_s2s_out.erl: Bugfix (diff)
* src/msgs/*: Unified file format: First line is SVN Id
tag. Second is Language name. Next lines are authors, adding the new ones on top. Each string must be in a single line (to facilitate the automatic removal of unused strings). Last four lines report file format for Emacs and Vim. * contrib/extract_translations/prepare-translation.sh: New features: extract all translations, include explanation for translators in the file, remove unused strings from file, include unused strings in a section for reference, provide information about current translation and number of missing strings, compress the files to a zip * contrib/extract_translations/extract_translations.erl: Reverted to the original version SVN Revision: 1070
Diffstat (limited to 'contrib/extract_translations/extract_translations.erl')
-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 bd116b090..5c727e785 100644
--- a/contrib/extract_translations/extract_translations.erl
+++ b/contrib/extract_translations/extract_translations.erl
@@ -49,7 +49,7 @@ process(Dir, File, Used) ->
case Used of
unused ->
ets:foldl(fun({Key, _}, _) ->
- io:format("Unused string: ~p~n", [Key])
+ io:format("~p~n", [Key])
end, ok, translations);
_ ->
ok