forked from github/server
xmllint should be in pre-commit rules...
This commit is contained in:
parent
ebec08fa01
commit
9af8bbb2bb
2 changed files with 2 additions and 1 deletions
|
@ -1322,7 +1322,7 @@ gmmain(int argc, char *argv[])
|
|||
char * lc_ctype;
|
||||
char * lc_numeric;
|
||||
|
||||
lc_ctype = setlocale(LC_CTYPE, "");
|
||||
lc_ctype = setlocale(LC_ALL, "");
|
||||
lc_numeric = setlocale(LC_NUMERIC, "C");
|
||||
if (lc_ctype) lc_ctype = strdup(lc_ctype);
|
||||
if (lc_numeric) lc_numeric = strdup(lc_numeric);
|
||||
|
|
|
@ -117,6 +117,7 @@
|
|||
</type>
|
||||
<text locale="en">"A spell is deflecting magical energies and weakening all other spells cast in the region. ($int36($id))"</text>
|
||||
<text locale="de">"Dieser Zauber scheint magische Energien irgendwie abzuleiten und so alle in der Region gezauberten Sprüche in ihrer Wirkung zu schwächen oder ganz zu verhindern. ($int36($id))"</text>
|
||||
</message>
|
||||
<message name="curseinfo::sparkle_10" section="events">
|
||||
<type>
|
||||
<arg name="unit" type="unit"/>
|
||||
|
|
Loading…
Reference in a new issue