prati0100 / git-gui

Tcl/Tk based UI for Git. I am currently acting as the project's maintainer.
161 stars 87 forks source link

Want new feature: Allow translation #37

Closed qiancy98 closed 4 years ago

qiancy98 commented 4 years ago

As you know, I'm a Chinese and everytime I have to first translate the items and then choose. I wonder if you can provide a place for localization, where we can translate the texts and submit. (Otherwise it takes a lot of time for me to translate the texts each time.) Then we will have a localized program!

prati0100 commented 4 years ago

Hi,

We already have localization and in fact, we also have a Chinese translation. You can use git-gui in Chinese by setting the environment variable LANG to zh_CN. For example, you can do:

LANG=zh_CN git gui

For more information, you can see this.

The translation might be outdated. If you think you can improve them, I would be happy to accept updated translations. Please see the README for instructions to how you can contribute to the project.

qiancy98 commented 4 years ago

Thank you!