Update Japanese localization
Hi @jslhcl,
Honestly? I haven't use git-cc in about 5 years and I'm afraid I can't remember what the original intention is for the code.
I have a suspicion it used to work before this change:
https://github.com/charleso/git-cc/commit/3b2998d555b0a0f196923d650d85670e576cdf7f
If you checkout the commit before that you may find it works.
In any case, there isn't much I can do I'm afraid. :( Feel free to fork and make the changes you see fit.
Charles
Hi, @charleso
Yes, you are right, it is due to issue #20 . But I don't think it is an issue. As far as I know, if you create a new branch and add a new file in the new branch, not only the version 0 and version 1 will be added in the new branch, but also version 0 (empty file) will be added in the origin branch.
in #20's case, XieDong added the file in the "css_refactor" branch, there should be no such file in the main branch, but due to some mechanism in clear case, this file is added into main branch as an empty file.
So I don't think we should add this empty file back after migrating. Let me fork and make the change.
Thanks Lei