devmoji icon indicating copy to clipboard operation
devmoji copied to clipboard

`i18n` type doesn't work

Open KnifeFed opened this issue 2 years ago • 1 comments

When committing with i18n as the type, no emoji is added. It doesn't work even if manually added to the config:

{ code: 'i18n', gitmoji: 'globe_with_meridians' }

If that gitmoji is added to something else, it works, e.g.:

{ code: 'build', gitmoji: 'globe_with_meridians' },

KnifeFed avatar May 15 '23 21:05 KnifeFed

Hahaha, I also had this issue, and I took 3 hours to struggle, and then I saw this issue.

tmfsol avatar Nov 27 '24 19:11 tmfsol