From f49dfba86b9ac745ddc374ee0f02f03d7e81d872 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Sat, 29 Jan 2022 23:25:26 +0100 Subject: refactor(widgets): move social media websites from config to widget I only use this config inside the SocialMedia widget so it makes more sense to gather them. In addition I can translate the website names if needed. --- src/i18n/en.json | 16 ++++++++++++++++ src/i18n/fr.json | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) (limited to 'src/i18n') diff --git a/src/i18n/en.json b/src/i18n/en.json index 2faabe0..3fa93ca 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -163,6 +163,10 @@ "defaultMessage": "{brandingName} picture", "description": "Branding: branding name picture." }, + "IPs/Ck": { + "defaultMessage": "Twitter", + "description": "SocialMedia: Twitter" + }, "Igx3qp": { "defaultMessage": "Projects", "description": "Breadcrumb: Projects item" @@ -263,6 +267,10 @@ "defaultMessage": "Blog", "description": "BlogPage: breadcrumb item" }, + "SWjj4l": { + "defaultMessage": "Github", + "description": "SocialMedia: Github" + }, "SWq8a4": { "defaultMessage": "Close {type}", "description": "ButtonToolbar: Close button" @@ -295,6 +303,10 @@ "defaultMessage": "Search results for {query}", "description": "SearchPage: search results text" }, + "VbcHZ4": { + "defaultMessage": "LinkedIn", + "description": "SocialMedia: LinkedIn" + }, "W2G95o": { "defaultMessage": "Comments:", "description": "PostMeta: comment count label" @@ -479,6 +491,10 @@ "defaultMessage": "Others thematics", "description": "ThematicPage: thematics list widget title" }, + "obmlFh": { + "defaultMessage": "Gitlab", + "description": "SocialMedia: Gitlab" + }, "ode0YK": { "defaultMessage": "Dark theme", "description": "Icons: Moon icon (dark theme)" diff --git a/src/i18n/fr.json b/src/i18n/fr.json index 6289433..2ac3ff3 100644 --- a/src/i18n/fr.json +++ b/src/i18n/fr.json @@ -163,6 +163,10 @@ "defaultMessage": "Image de {brandingName}", "description": "Branding: branding name picture." }, + "IPs/Ck": { + "defaultMessage": "Twitter", + "description": "SocialMedia: Twitter" + }, "Igx3qp": { "defaultMessage": "Projets", "description": "Breadcrumb: Projects item" @@ -263,6 +267,10 @@ "defaultMessage": "Blog", "description": "BlogPage: breadcrumb item" }, + "SWjj4l": { + "defaultMessage": "Github", + "description": "SocialMedia: Github" + }, "SWq8a4": { "defaultMessage": "Fermer {type}", "description": "ButtonToolbar: Close button" @@ -295,6 +303,10 @@ "defaultMessage": "Résultats de recherche pour {query}", "description": "SearchPage: search results text" }, + "VbcHZ4": { + "defaultMessage": "LinkedIn", + "description": "SocialMedia: LinkedIn" + }, "W2G95o": { "defaultMessage": "Commentaires :", "description": "PostMeta: comment count label" @@ -479,6 +491,10 @@ "defaultMessage": "Autres thématiques", "description": "ThematicPage: thematics list widget title" }, + "obmlFh": { + "defaultMessage": "Gitlab", + "description": "SocialMedia: Gitlab" + }, "ode0YK": { "defaultMessage": "Thème sombre", "description": "Icons: Moon icon (dark theme)" -- cgit v1.2.3