Added internationalization

This commit is contained in:
Sebastian Seedorf
2022-08-19 19:06:36 +02:00
parent 8227cc631d
commit 33a5b10fe3
13 changed files with 187 additions and 39 deletions

3
res/i18n/de.json Normal file
View File

@@ -0,0 +1,3 @@
{
"page.home.title": "Factorio-Microservices"
}

6
res/i18n/en.json Normal file
View File

@@ -0,0 +1,6 @@
{
"page.home.head.title": "Next.js i18n example",
"page.home.head.meta.description": "Next.js i18n example - English",
"page.home.title": "Factorio Microservices",
"page.home.description": "You are currently viewing the homepage in English 🚀"
}

1
res/i18n/nl.json Normal file
View File

@@ -0,0 +1 @@
{}