Skip to content

Commit

Permalink
Add some missing strings to prevent some React warning in the console (
Browse files Browse the repository at this point in the history
  • Loading branch information
Aldarone authored and Gargron committed Apr 8, 2017
1 parent ca44c13 commit 35eff3f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/assets/javascripts/components/locales/en.jsx
Expand Up @@ -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",
Expand Down
4 changes: 4 additions & 0 deletions app/assets/javascripts/components/locales/fr.jsx
Expand Up @@ -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",
Expand Down

0 comments on commit 35eff3f

Please sign in to comment.