diff options
author | Alexey Shchepin <alexey@process-one.net> | 2005-05-01 19:14:30 +0000 |
---|---|---|
committer | Alexey Shchepin <alexey@process-one.net> | 2005-05-01 19:14:30 +0000 |
commit | 58450aaaf2e64ccc8e1b6cc1f9398c8acd42eacc (patch) | |
tree | 6d10c201d8940ed0c5a2ce30c2d00bfb74ec4ed4 /contrib/extract_translations/README | |
parent | * src/msgs/sw.msg: New Swedish translation (thanks to (Magnus Henoch) (diff) |
* contrib/extract_translations/README: Better phrasing (thanks to
Sergei Golovan)
* contrib/extract_translations/extract_translations.erl: Fix to
avoid duplication of lines (thanks to Sergei Golovan)
SVN Revision: 334
Diffstat (limited to '')
-rw-r--r-- | contrib/extract_translations/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/extract_translations/README b/contrib/extract_translations/README index e96cfb8c..9278dd10 100644 --- a/contrib/extract_translations/README +++ b/contrib/extract_translations/README @@ -7,8 +7,8 @@ Building: Invoking 1: erl -noinput -s extract_translations -extra dirname message_file - where dirname is src dir of ejabberd source tree, message_file is a file - with translated messages (src/msgs/*.msg). + 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. |