fix buggy format string in zh_CN.UTF-8.msg #5
Merged
gavin
merged 1 commits from xry111/bc:xry111-patch-1
into master
2 years ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'xry111/bc:xry111-patch-1'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Several strings in
zh_CN.UTF-8.msg
are buggy. The most alerming one is the translation ofThe translation in
zh_CN.UTF-8.msg
is:We can see the format string is not matched. This causes
make test
fail (dc
crashes).I think we should add a
locale_check.sh
, to check if all format strings in translations match to the original English string. But I'm too lazy to do that, at least for now :).Thank you for the report and the code. I will commit this when I get home. I will also check all of the messages in Chinese.
Thank you for the fix. It has been merged, and I will be pushing fixes for the rest of the Chinese locales soon.
9cb586fc29
.