diff options
author | Ashley <expenses@airmail.cc> | 2017-04-23 03:28:36 +1200 |
---|---|---|
committer | Eugen <eugen@zeonfederated.com> | 2017-04-22 17:28:36 +0200 |
commit | 7fea36d155f8e278b95a7811bc3dafada255633b (patch) | |
tree | e9117f7dd1f55d9323d4487d6bb3101432febbba /app/assets/javascripts/components/locales | |
parent | 2bf7e81ed5f2c501f5aa8fd9c3e9d1a44a5d8bf7 (diff) |
Added strings for emoji category localization (#2302)
Diffstat (limited to 'app/assets/javascripts/components/locales')
-rw-r--r-- | app/assets/javascripts/components/locales/en.jsx | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/assets/javascripts/components/locales/en.jsx b/app/assets/javascripts/components/locales/en.jsx index b3e3273bf..c3155c342 100644 --- a/app/assets/javascripts/components/locales/en.jsx +++ b/app/assets/javascripts/components/locales/en.jsx @@ -42,6 +42,14 @@ const en = { "compose_form.spoiler": "Hide text behind warning", "emoji_button.label": "Insert emoji", "emoji_button.search": "Search...", + "emoji_button.people": "People", + "emoji_button.nature": "Nature", + "emoji_button.food": "Food & Drink", + "emoji_button.activity": "Activity", + "emoji_button.travel": "Travel & Places", + "emoji_button.objects": "Objects", + "emoji_button.symbols": "Symbols", + "emoji_button.flags": "Flags", "empty_column.community": "The local timeline is empty. Write something publicly to get the ball rolling!", "empty_column.hashtag": "There is nothing in this hashtag yet.", "empty_column.home.public_timeline": "the public timeline", |