diff options
author | Denton Liu <liu.denton@gmail.com> | 2019-09-17 10:52:06 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-09-17 23:58:12 +0200 |
commit | 2a4ac71ffbbc1c8f6d66cc4d1276ab1c8b7ae3d2 (patch) | |
tree | d50de824aeecc58ffd65b446cfd95ccab0e5602b /po/zh_cn.po | |
parent | gitk: Do not mistake unchanged lines for submodule changes (diff) | |
download | git-2a4ac71ffbbc1c8f6d66cc4d1276ab1c8b7ae3d2.tar.xz git-2a4ac71ffbbc1c8f6d66cc4d1276ab1c8b7ae3d2.zip |
gitk: rename zh_CN.po to zh_cn.po
When running make from a clean environment, all of the *.po files should
be converted into *.msg files. After that, when make is run without any
changes, make should not do anything.
After beffae768a (gitk: Add Chinese (zh_CN) translation, 2017-03-11),
zh_CN.po was introduced. When make was run, a zh_cn.msg file was
generated (notice the lowercase). However, since make is case-sensitive,
it expects zh_CN.po to generate a zh_CN.msg file so make will keep
reattempting to generate a zh_CN.msg so successive make invocations
result in
Generating catalog po/zh_cn.msg
msgfmt --statistics --tcl po/zh_cn.po -l zh_cn -d po/
317 translated messages.
happening continuously.
Rename zh_CN.po to zh_cn.po so that when make generates the zh_cn.msg
file, it will realize that it was successfully generated and only run
once.
Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '')
-rw-r--r-- | po/zh_cn.po (renamed from po/zh_CN.po) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/po/zh_CN.po b/po/zh_cn.po index 17b7f899da..17b7f899da 100644 --- a/po/zh_CN.po +++ b/po/zh_cn.po |