]> cat aescling's git repositories - mastodon.git/commitdiff
Add some missing strings to prevent some React warning in the console (#1230)
authorAlda Marteau-Hardi <github@ltch.fr>
Sat, 8 Apr 2017 10:16:16 +0000 (12:16 +0200)
committerEugen <eugen@zeonfederated.com>
Sat, 8 Apr 2017 10:16:16 +0000 (12:16 +0200)
app/assets/javascripts/components/locales/en.jsx
app/assets/javascripts/components/locales/fr.jsx

index 53e2898eb64191cc72a3ae6c0d1de57e00d69414..f249b196774b4efc3f5ca57202ae45bddfab4e43 100644 (file)
@@ -10,6 +10,10 @@ const en = {
   "status.reblogged_by": "{name} boosted",
   "status.sensitive_warning": "Sensitive content",
   "status.sensitive_toggle": "Click to view",
+  "status.show_more": "Show more",
+  "status.show_less": "Show less",
+  "status.open": "Expand this status",
+  "status.report": "Report @{name}",
   "video_player.toggle_sound": "Toggle sound",
   "account.mention": "Mention @{name}",
   "account.edit_profile": "Edit profile",
index 23fa9349c5413b94caa9d6c6e845985d861834aa..3e8b78ddb111c28694b8217fd7fbea8ba25113c7 100644 (file)
@@ -10,6 +10,10 @@ const fr = {
   "status.reblogged_by": "{name} a partagé :",
   "status.sensitive_warning": "Contenu délicat",
   "status.sensitive_toggle": "Cliquer pour dévoiler",
+  "status.show_more": "Déplier",
+  "status.show_less": "Replier",
+  "status.open": "Déplier ce status",
+  "status.report": "Signaler @{name}",
   "video_player.toggle_sound": "Mettre/Couper le son",
   "account.mention": "Mentionner",
   "account.edit_profile": "Modifier le profil",