Initial commit

This commit is contained in:
Martin Berg Alstad
2024-09-25 22:20:47 +02:00
parent bb58f603b2
commit 83f018c3b8
60 changed files with 6301 additions and 6615 deletions

14
messages/en.json Normal file
View File

@ -0,0 +1,14 @@
{
"$schema": "https://inlang.com/schema/inlang-message-format",
"hiIm": "Hi, I'm",
"position": "Software Engineer",
"aboutMe": "Some bullshit about me",
"home": "Home",
"contactMe": "Contact me",
"myLinks": "My links",
"myProjects": "My projects",
"hardware": "Hardware",
"sourceCode": "Source code",
"createdAt": "Created at",
"updatedAt": "Updated at"
}

14
messages/nb.json Normal file
View File

@ -0,0 +1,14 @@
{
"$schema": "https://inlang.com/schema/inlang-message-format",
"hiIm": "Hei, jeg er",
"position": "Programvareutvikler",
"aboutMe": "Noe tull om meg",
"home": "Hjem",
"contactMe": "Kontakt meg",
"myLinks": "Mine lenker",
"myProjects": "Mine prosjekter",
"hardware": "Maskinvare",
"sourceCode": "Kildekode",
"createdAt": "Opprettet",
"updatedAt": "Oppdatert"
}