Skip to content

Instantly share code, notes, and snippets.

@rtucker
Created April 8, 2017 00:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rtucker/6b5edcd4c57dddba8202b4ca579531db to your computer and use it in GitHub Desktop.
Save rtucker/6b5edcd4c57dddba8202b4ca579531db to your computer and use it in GitHub Desktop.
diff --git a/app/assets/javascripts/components/locales/en.jsx b/app/assets/javascripts/components/locales/en.jsx
index 53e2898..b1d40c5 100644
--- a/app/assets/javascripts/components/locales/en.jsx
+++ b/app/assets/javascripts/components/locales/en.jsx
@@ -5,9 +5,9 @@ const en = {
"status.mention": "Mention @{name}",
"status.delete": "Delete",
"status.reply": "Reply",
- "status.reblog": "Boost",
- "status.favourite": "Favourite",
- "status.reblogged_by": "{name} boosted",
+ "status.reblog": "Awoo",
+ "status.favourite": "Florp",
+ "status.reblogged_by": "{name} awooed",
"status.sensitive_warning": "Sensitive content",
"status.sensitive_toggle": "Click to view",
"video_player.toggle_sound": "Toggle sound",
@@ -54,15 +54,15 @@ const en = {
"upload_button.label": "Add media",
"upload_form.undo": "Undo",
"notification.follow": "{name} followed you",
- "notification.favourite": "{name} favourited your status",
- "notification.reblog": "{name} boosted your status",
+ "notification.favourite": "{name} florped your toot",
+ "notification.reblog": "{name} awooed your toot",
"notification.mention": "{name} mentioned you",
"notifications.column_settings.alert": "Desktop notifications",
"notifications.column_settings.show": "Show in column",
"notifications.column_settings.follow": "New followers:",
- "notifications.column_settings.favourite": "Favourites:",
+ "notifications.column_settings.favourite": "Florps:",
"notifications.column_settings.mention": "Mentions:",
- "notifications.column_settings.reblog": "Boosts:",
+ "notifications.column_settings.reblog": "Awoos:",
};
export default en;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment