Placeholder in CSL processor to accomodate multilingual cite affix configuration
This commit is contained in:
parent
a8a8bc6af0
commit
a882818082
1 changed files with 2 additions and 0 deletions
|
@ -2918,6 +2918,8 @@ CSL.Engine.prototype.setLangPrefsForCites = function (params) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
CSL.Engine.prototype.setLangPrefsForCiteAffixes = function (affixList) {
|
||||||
|
};
|
||||||
CSL.Engine.prototype.setAutoVietnameseNamesOption = function (arg) {
|
CSL.Engine.prototype.setAutoVietnameseNamesOption = function (arg) {
|
||||||
if (arg) {
|
if (arg) {
|
||||||
this.opt["auto-vietnamese-names"] = true;
|
this.opt["auto-vietnamese-names"] = true;
|
||||||
|
|
Loading…
Reference in a new issue