git-commit-vandalism/po
Denton Liu 2a4ac71ffb 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>
2019-09-17 14:58:12 -07:00
..
.gitignore gitk: Fix the Makefile to cope with systems lacking msgfmt 2008-01-11 00:51:08 -08:00
bg.po gitk: Update Bulgarian translation (317t) 2019-03-14 20:16:17 +11:00
ca.po gitk: Update copyright notice to 2016 2016-12-12 20:46:42 +11:00
de.po gitk: Update copyright notice to 2016 2016-12-12 20:46:42 +11:00
es.po gitk: Update copyright notice to 2016 2016-12-12 20:46:42 +11:00
fr.po gitk: Update copyright notice to 2016 2016-12-12 20:46:42 +11:00
hu.po gitk: Update copyright notice to 2016 2016-12-12 20:46:42 +11:00
it.po gitk: Update copyright notice to 2016 2016-12-12 20:46:42 +11:00
ja.po gitk: Update copyright notice to 2016 2016-12-12 20:46:42 +11:00
po2msg.sh gitk: chmod +x po2msg.sh 2014-01-21 22:14:42 +11:00
pt_br.po gitk: Update copyright notice to 2016 2016-12-12 20:46:42 +11:00
pt_pt.po gitk: Update copyright notice to 2016 2016-12-12 20:46:42 +11:00
ru.po gitk: ru.po: Update Russian translation 2016-12-31 16:37:42 +11:00
sv.po gitk: Remove translated message from comments 2017-01-18 21:12:45 +11:00
vi.po gitk: Update copyright notice to 2016 2016-12-12 20:46:42 +11:00
zh_cn.po gitk: rename zh_CN.po to zh_cn.po 2019-09-17 14:58:12 -07:00