From 9a8b7cf3d0a17194c3388ff75df8216775116e86 Mon Sep 17 00:00:00 2001 From: Mathieu Jaumotte Date: Thu, 12 Oct 2023 10:33:25 +0200 Subject: [PATCH] adapt social network, add i18n for nl --- data/social.json | 22 ++++++---------------- i18n/nl.yaml | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+), 16 deletions(-) create mode 100755 i18n/nl.yaml diff --git a/data/social.json b/data/social.json index 513cca7..05d5cd1 100644 --- a/data/social.json +++ b/data/social.json @@ -1,24 +1,14 @@ { "main": [ { - "name": "facebook", - "icon": "fab fa-facebook", - "link": "https://www.facebook.com/" + "name": "mastodon", + "icon": "fab fa-mastodon", + "link": "https://mastodon.libre-entreprise.com/@Chill" }, { - "name": "twitter", - "icon": "fab fa-twitter", - "link": "https://twitter.com/" - }, - { - "name": "github", - "icon": "fab fa-github", - "link": "https://www.github.com/" - }, - { - "name": "linkedin", - "icon": "fab fa-linkedin", - "link": "https://www.linkedin.com/" + "name": "gitlab", + "icon": "fab fa-gitlab", + "link": "https://www.gitlab.com/" } ] } diff --git a/i18n/nl.yaml b/i18n/nl.yaml new file mode 100755 index 0000000..ae07aa4 --- /dev/null +++ b/i18n/nl.yaml @@ -0,0 +1,32 @@ +- id: home + translation: Home + +- id: read_more + translation: Read More + +- id: send + translation: Send + +- id: related_posts + translation: Related Posts + +- id: categories + translation: Categories + +- id: tags + translation: Tags + +- id: toc + translation: Table of Contents + +- id: share + translation: Share + +- id: search_input_placeholder + translation: Search Post ... + +- id: no_results_for + translation: No results for + +- id: empty_search_results_placeholder + translation: Type something to search..