forked from github/server
Merge branch 'develop' of github.com:ennorehling/eressea into develop
This commit is contained in:
commit
43aacd2355
|
@ -150,13 +150,13 @@ static char *gamedate2(const struct locale *lang)
|
|||
gamedate gd;
|
||||
const char *week = "a_week", *month = "a_month";
|
||||
|
||||
get_gamedate(turn, &gd);
|
||||
if (weeknames2) {
|
||||
week = weeknames2[gd.week];
|
||||
}
|
||||
if (monthnames) {
|
||||
month = monthnames[gd.month];
|
||||
}
|
||||
get_gamedate(turn, &gd);
|
||||
sprintf(buf, "in %s des Monats %s im Jahre %d %s.",
|
||||
LOC(lang, week),
|
||||
LOC(lang, month),
|
||||
|
|
Loading…
Reference in New Issue