diff --git a/.eslintcache b/.eslintcache new file mode 100644 index 0000000..309a358 --- /dev/null +++ b/.eslintcache @@ -0,0 +1 @@ +[{"/workspaces/KevinK.dev.js/gatsby-config.js":"1","/workspaces/KevinK.dev.js/gatsby-node.js":"2","/workspaces/KevinK.dev.js/src/components/navigation.js":"3","/workspaces/KevinK.dev.js/src/components/offscreenNav.js":"4","/workspaces/KevinK.dev.js/src/templates/blogListing.js":"5","/workspaces/KevinK.dev.js/src/templates/blogPost.js":"6"},{"size":4779,"mtime":1636241579421,"results":"7","hashOfConfig":"8"},{"size":10589,"mtime":1636241579573,"results":"9","hashOfConfig":"8"},{"size":4215,"mtime":1636240147782,"results":"10","hashOfConfig":"8"},{"size":2072,"mtime":1636240157250,"results":"11","hashOfConfig":"8"},{"size":5807,"mtime":1636241180559,"results":"12","hashOfConfig":"8"},{"size":4539,"mtime":1636240809658,"results":"13","hashOfConfig":"8"},{"filePath":"14","messages":"15","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"1eb7dm3",{"filePath":"16","messages":"17","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"18","messages":"19","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"20","messages":"21","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"22","messages":"23","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"24","messages":"25","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/workspaces/KevinK.dev.js/gatsby-config.js",[],"/workspaces/KevinK.dev.js/gatsby-node.js",[],"/workspaces/KevinK.dev.js/src/components/navigation.js",[],"/workspaces/KevinK.dev.js/src/components/offscreenNav.js",[],"/workspaces/KevinK.dev.js/src/templates/blogListing.js",[],"/workspaces/KevinK.dev.js/src/templates/blogPost.js",[]] \ No newline at end of file diff --git a/locales/de/translation.json b/locales/de/translation.json index 2328655..2b7af28 100644 --- a/locales/de/translation.json +++ b/locales/de/translation.json @@ -48,5 +48,31 @@ "scamboxDescription": "Tauche mit mir ein in die Welt der Scams, die ich tagtäglich so bekomme, und lach ein bisschen mit mir!", "scamboxReadFull": "Ganzen Post lesen »", "scamboxPosted": "Gepostet am {{date}}", - "moreSoon": "Bald an dieser Stelle mehr" + "moreSoon": "Bald an dieser Stelle mehr", + "language": { + "en": { + "name": "Englisch" + }, + "de": { + "name": "Deutsch" + } + }, + "blog": { + "title": "Blog", + "readFull": "Ganzen Post lesen »", + "meta": "Gepostet am {{date}} von {{author}}", + "page": "Seite {{page}}/{{maxPage}}", + "previous": "Zurück", + "next": "Weiter", + "section": { + "blog": { + "name": "Blog", + "description": "Begleite mich in meinem spannendem Leben!" + }, + "scambox": { + "name": "Scambox", + "description": "Tauche mit mir ein in die Welt der Scams, die ich tagtäglich so bekomme, und lach ein bisschen mit mir!" + } + } + } }