delimiter-precedes-et-al="always" dose not work in locale zh-CN
Hi there,
I use delimiter-precedes-et-al="always" in the macro author:
If I remove default-locale="zh-CN" from the style, the author listed as:
Priester J H, Moritz S C, Espinosa K, et al.
However, If I don't remove default-locale="zh-CN" from the style, the author listed as:
Priester J H, Moritz S C, Espinosa K等.
等 is et al in Chinese.
Any suggestion? Thanks in advance.
Best,
Jinsong
I use delimiter-precedes-et-al="always" in the macro author:
<macro name="author">
<names variable="author">
<name initialize-with=" " name-as-sort-order="all" sort-separator=" " delimiter-precedes-et-al="always"/>
</names>
</macro>
If I remove default-locale="zh-CN" from the style, the author listed as:
Priester J H, Moritz S C, Espinosa K, et al.
However, If I don't remove default-locale="zh-CN" from the style, the author listed as:
Priester J H, Moritz S C, Espinosa K等.
等 is et al in Chinese.
Any suggestion? Thanks in advance.
Best,
Jinsong
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
Thanks for confirm the bug.
It should be a comma and a space, like:
Priester J H, Moritz S C, Espinosa K, 等
BTW, I don't know how to post code or something like in verbatim style...