diff --git a/i18n/en.yaml b/i18n/en.yaml
index ceac1e1..e9c8780 100644
--- a/i18n/en.yaml
+++ b/i18n/en.yaml
@@ -129,3 +129,21 @@ aria_langpicker_list:
aria_table_of_contents:
other: "table of contents"
+
+aria_share_twitter:
+ other: "share to twitter button"
+
+aria_share_facebook:
+ other: "share to facebook button"
+
+aria_share_linkedin:
+ other: "share to linkedin button"
+
+aria_share_reddit:
+ other: "share to reddit button"
+
+aria_share_telegram:
+ other: "share to telegram button"
+
+aria_share_print:
+ other: "print article button"
diff --git a/i18n/es.yaml b/i18n/es.yaml
index 68e3ded..334b580 100644
--- a/i18n/es.yaml
+++ b/i18n/es.yaml
@@ -129,3 +129,21 @@ newer_post:
# aria_table_of_contents:
# other: "table of contents"
+
+# aria_share_twitter:
+# other: "share to twitter button"
+
+# aria_share_facebook:
+# other: "share to facebook button"
+
+# aria_share_linkedin:
+# other: "share to linkedin button"
+
+# aria_share_reddit:
+# other: "share to reddit button"
+
+# aria_share_telegram:
+# other: "share to telegram button"
+
+# aria_share_print:
+# other: "print article button"
diff --git a/layouts/partials/share.html b/layouts/partials/share.html
index 387e87f..05fded3 100644
--- a/layouts/partials/share.html
+++ b/layouts/partials/share.html
@@ -3,6 +3,7 @@
{{- partial "icon.html" "facebook" -}}
@@ -23,6 +25,7 @@
{{- partial "icon.html" "linkedin" -}}
@@ -33,6 +36,7 @@
{{- partial "icon.html" "reddit" -}}
@@ -46,6 +50,7 @@
{{- partial "icon.html" "telegram" -}}
@@ -55,6 +60,7 @@
{{ if .Site.Params.shareButtons.print }}
{{- partial "icon.html" "printer" -}}