# Emoji, according to Microsoft, is English

See [microsoft/vscode-github-triage-actions](https://github.com/microsoft/vscode-github-triage-actions/blob/d96ee889c7794c69adb96b6cd8ebffbcab74b556/english-please/EnglishPlease.js#L20)

```JavaScript
const nonenglishChunk = translationChunk.replace(usKeyboardChars, '').replace(emojiChars, '');
``` 

