diff options
| author | Tusooa Zhu <tusooa@kazv.moe> | 2022-01-08 17:16:48 -0500 |
|---|---|---|
| committer | Tusooa Zhu <tusooa@kazv.moe> | 2022-09-18 13:19:53 -0400 |
| commit | a29ac5b9a4ad50b2b840172e574c57463c30e383 (patch) | |
| tree | c6f27d4bcbd8dd14bad298a39e12e721da0f81f6 | |
| parent | 02de0ed825667c5a40be5c18b86f71152198e77a (diff) | |
Add English translation for unicode emoji group names
| -rw-r--r-- | src/i18n/en.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 1d494d4a..2a665bd5 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -199,6 +199,17 @@ "add_emoji": "Insert emoji", "custom": "Custom emoji", "unicode": "Unicode emoji", + "unicode_groups": { + "activities": "Activities", + "animals-and-nature": "Animals & Nature", + "flags": "Flags", + "food-and-drink": "Food & Drink", + "objects": "Objects", + "people-and-body": "People & Body", + "smileys-and-emotion": "Smileys & Emotion", + "symbols": "Symbols", + "travel-and-places": "Travel & Places" + }, "load_all_hint": "Loaded first {saneAmount} emoji, loading all emoji may cause performance issues.", "load_all": "Loading all {emojiAmount} emoji" }, |
