Closed moehanabi closed 1 year ago
Some of translations use "%n$s" format to relocate strings, and sudo_lbuf_append_v1 do not support it now, so I just add the support for it.
Related translations I found in plugins/sudoers/po/zh_CN.po:3020 is pasted here.
plugins/sudoers/po/zh_CN.po:3020
#: plugins/sudoers/parse.c:876 #, c-format msgid "Matching Defaults entries for %s on %s:\n" msgstr "匹配 %2$s 上 %1$s 的默认条目:\n"
Some of translations use "%n$s" format to relocate strings, and sudo_lbuf_append_v1 do not support it now, so I just add the support for it.
Related translations I found in
plugins/sudoers/po/zh_CN.po:3020
is pasted here.