From: Badlop Date: Thu, 20 Oct 2011 14:28:53 +0000 (+0200) Subject: Fix previous commit about language name X-Git-Tag: v3.0.0-alpha-5~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=576dda5c87c03b8a08edbd06eb6a76191dfdd06f;p=ejabberd Fix previous commit about language name --- diff --git a/tools/extract_translations/extract_translations.erl b/tools/extract_translations/extract_translations.erl index 37da1aa2d..f2fc113d6 100644 --- a/tools/extract_translations/extract_translations.erl +++ b/tools/extract_translations/extract_translations.erl @@ -254,7 +254,7 @@ get_msg_header_props(F, Lines) -> end. prepare_props(MsgProps) -> - Language = proplists:get_value("X-Language:", MsgProps), + Language = proplists:get_value("Language:", MsgProps), Authors = proplists:get_all_values("Author:", MsgProps), {Language, Authors}.