(svn r21215) -Codechange: store the plural form in the plural (choice) lists

This commit is contained in:
rubidium
2010-11-16 21:01:56 +00:00
parent c96cb9ce37
commit ebf7b915b0
2 changed files with 11 additions and 3 deletions

View File

@@ -354,6 +354,7 @@ static void EmitPlural(char *buf, int value)
}
PutUtf8(SCC_PLURAL_LIST);
PutByte(_lang.plural_form);
PutByte(TranslateArgumentIdx(argidx, offset));
EmitWordList(words, nw);
}