forked from github/server
a *lot* more English feedback for errors, spells, etc.
This commit is contained in:
parent
d78123a924
commit
7efda2d265
|
@ -54,6 +54,10 @@ nrt_find(const struct locale * lang, const struct message_type * mtype)
|
||||||
}
|
}
|
||||||
type = type->next;
|
type = type->next;
|
||||||
}
|
}
|
||||||
|
if (lang && found->lang!=lang) {
|
||||||
|
log_warning(("could not find nr-type %s for locale %s, substituting with %s\n",
|
||||||
|
mtype->name, locale_name(lang), locale_name(found->lang)));
|
||||||
|
}
|
||||||
return found;
|
return found;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -8,8 +8,6 @@ XUL for Eressea
|
||||||
|
|
||||||
Deathcloud: Magieresistenz des Magiers in das attribut, nicht auflösen wenn magier tot.
|
Deathcloud: Magieresistenz des Magiers in das attribut, nicht auflösen wenn magier tot.
|
||||||
|
|
||||||
error handling in lua/luabind?
|
|
||||||
|
|
||||||
english registration confirmation is deutsch!
|
english registration confirmation is deutsch!
|
||||||
|
|
||||||
NO_RUNNING
|
NO_RUNNING
|
||||||
|
@ -46,3 +44,4 @@ mailit-format
|
||||||
|
|
||||||
age branch mergen
|
age branch mergen
|
||||||
|
|
||||||
|
readline()
|
||||||
|
|
Loading…
Reference in New Issue