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' },