forked from github/server
Einzahl/Mehrzahl Diskrepanz im CR.
This commit is contained in:
parent
4fd7b0b5ac
commit
5e2a2f3b9a
|
@ -168,7 +168,7 @@ print_items(FILE * F, item * items, const struct locale * lang)
|
|||
|
||||
for (itm=items; itm; itm=itm->next) {
|
||||
int in = itm->number;
|
||||
const char * ic = resourcename(itm->type->rtype, in);
|
||||
const char * ic = resourcename(itm->type->rtype, 0);
|
||||
if (itm==items) fputs("GEGENSTAENDE\n", F);
|
||||
fprintf(F, "%d;%s\n", in, add_translation(ic, LOC(lang, ic)));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue