adapt social network, add i18n for nl

This commit is contained in:
Mathieu Jaumotte 2023-10-12 10:33:25 +02:00
parent d0009832ef
commit 9a8b7cf3d0
2 changed files with 38 additions and 16 deletions

View File

@ -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/"
}
]
}

32
i18n/nl.yaml Executable file
View File

@ -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..