seatonjiang / gitmoji-vscode

Gitmoji tool for git commit messages in VSCode
https://marketplace.visualstudio.com/items?itemName=seatonjiang.gitmoji-vscode
MIT License
272 stars 30 forks source link

Feature request: Language configurable #49

Open NoirVoider opened 1 year ago

NoirVoider commented 1 year ago

Hope to support vscode configuration file, configuration language

NoirVoider commented 1 year ago

Support now?

seatonjiang commented 1 year ago

Hi @NoirVoider, the configuration language is supported and is added using the microsoft/vscode-l10n method, which can be found in the following two files. What does the configuration file refer to?

https://github.com/seatonjiang/gitmoji-vscode/blob/main/languages/bundle.l10n.zh-cn.json https://github.com/seatonjiang/gitmoji-vscode/blob/main/package.nls.zh-cn.json

NoirVoider commented 1 year ago

Hi @NoirVoider, the configuration language is supported and is added using the microsoft/vscode-l10n method, which can be found in the following two files. What does the configuration file refer to?

https://github.com/seatonjiang/gitmoji-vscode/blob/main/languages/bundle.l10n.zh-cn.json https://github.com/seatonjiang/gitmoji-vscode/blob/main/package.nls.zh-cn.json

my vscode display language is english, is the configuration gitmoji supported for other languages?

seatonjiang commented 1 year ago

I have understood what you mean, sorry, the extension uses locale configuration as the default language, it is not possible to configure the language of the extension separately for now.

image