(svn r21215) -Codechange: store the plural form in the plural (choice) lists
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user