Implement Webmention functionality: add Webmentions component, update deploy script, and enhance UI with social links and localization
This commit is contained in:
parent
abbf2d9a0b
commit
934a9f2338
8 changed files with 460 additions and 10 deletions
|
|
@ -22,6 +22,13 @@ export const ui = {
|
|||
'footer.contact': 'Kontakt',
|
||||
'footer.imprint': 'Impressum',
|
||||
'footer.privacy': 'Datenschutz',
|
||||
'webmentions.title': 'Reaktionen',
|
||||
'webmentions.like': 'Like',
|
||||
'webmentions.likes': 'Likes',
|
||||
'webmentions.repost': 'Repost',
|
||||
'webmentions.reposts': 'Reposts',
|
||||
'webmentions.replies': 'Antworten',
|
||||
'webmentions.mentions': 'Erwähnungen',
|
||||
'lang.de': 'Deutsch',
|
||||
'lang.en': 'English',
|
||||
},
|
||||
|
|
@ -46,6 +53,13 @@ export const ui = {
|
|||
'footer.contact': 'Contact',
|
||||
'footer.imprint': 'Imprint',
|
||||
'footer.privacy': 'Privacy',
|
||||
'webmentions.title': 'Reactions',
|
||||
'webmentions.like': 'Like',
|
||||
'webmentions.likes': 'Likes',
|
||||
'webmentions.repost': 'Repost',
|
||||
'webmentions.reposts': 'Reposts',
|
||||
'webmentions.replies': 'Replies',
|
||||
'webmentions.mentions': 'Mentions',
|
||||
'lang.de': 'Deutsch',
|
||||
'lang.en': 'English',
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue