gitmoji-intellij-plugin icon indicating copy to clipboard operation
gitmoji-intellij-plugin copied to clipboard

Custom config about lang

Open BTMuli opened this issue 2 years ago • 4 comments

Chinese is needed!

Please provide a place where can set the language, or customize the text of the hint.

BTMuli avatar May 09 '23 05:05 BTMuli

The data come from the website : https://gitmoji.dev/ There are no translation on this website.

patou avatar May 09 '23 09:05 patou

https://github.com/patou/gitmoji-intellij-plugin/blob/master/src/main/resources/gitmojis.json

Is there a way to customize it?

BTMuli avatar May 09 '23 16:05 BTMuli

It's just a fallback if the download from the gitmoji website not works.

patou avatar May 09 '23 17:05 patou

There are no translation on this website.

Here is a similar plugin in VSCode: gitmoji-vscode zh-cn.json

And here is another similar plugin in IDEA: gitmoji-plus-intellij-plugin zh-CN.json

Since Gitmoji will not be updated in a large number of short periods of time,it is enough to do localization directly, and the API can be used to detect quantity/content differences.

BTMuli avatar May 10 '23 00:05 BTMuli

The plugin is now translated to chineese.

patou avatar Sep 26 '24 15:09 patou