adapt social network, add i18n for nl
This commit is contained in:
parent
d0009832ef
commit
9a8b7cf3d0
@ -1,24 +1,14 @@
|
|||||||
{
|
{
|
||||||
"main": [
|
"main": [
|
||||||
{
|
{
|
||||||
"name": "facebook",
|
"name": "mastodon",
|
||||||
"icon": "fab fa-facebook",
|
"icon": "fab fa-mastodon",
|
||||||
"link": "https://www.facebook.com/"
|
"link": "https://mastodon.libre-entreprise.com/@Chill"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "twitter",
|
"name": "gitlab",
|
||||||
"icon": "fab fa-twitter",
|
"icon": "fab fa-gitlab",
|
||||||
"link": "https://twitter.com/"
|
"link": "https://www.gitlab.com/"
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "github",
|
|
||||||
"icon": "fab fa-github",
|
|
||||||
"link": "https://www.github.com/"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "linkedin",
|
|
||||||
"icon": "fab fa-linkedin",
|
|
||||||
"link": "https://www.linkedin.com/"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
32
i18n/nl.yaml
Executable file
32
i18n/nl.yaml
Executable 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..
|
Loading…
Reference in New Issue
Block a user