patou / gitmoji-intellij-plugin

Intellij plugin for add a button on the commit dialog to add gitmoji
https://plugins.jetbrains.com/plugin/12383-gitmoji/
Apache License 2.0
62 stars 16 forks source link

Custom config about lang #48

Open BTMuli opened 1 year ago

BTMuli commented 1 year ago

Chinese is needed!

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

patou commented 1 year ago

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

BTMuli commented 1 year ago

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

Is there a way to customize it?

patou commented 1 year ago

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

BTMuli commented 1 year ago

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.