Translate emoji names everywhere

This commit is contained in:
Jamie Kyle
2025-04-09 11:10:54 -07:00
committed by GitHub
parent 85bcfb2176
commit c722e9f277
30 changed files with 559 additions and 355 deletions

View File

@@ -694,7 +694,7 @@ export function CompositionInput(props: Props): React.ReactElement {
React.useEffect(() => {
const emojiCompletion = emojiCompletionRef.current;
if (emojiCompletion == null || emojiSkinToneDefault == null) {
if (emojiCompletion == null) {
return;
}