added advanced translations system

This commit is contained in:
Jonas_Jones 2025-02-03 02:23:10 +01:00
parent 1e6737c568
commit e985408f85
6 changed files with 96 additions and 1 deletions

5
i18n/de/code.json Normal file
View file

@ -0,0 +1,5 @@
{
"theme.ErrorPageContent.title": {
"message": "Diese Seite ist abgestürzt."
}
}

View file

@ -0,0 +1,8 @@
{
"pages.content.index.title": {
"message": "Jonas_Jones Dokumentation"
},
"pages.content.index.subtitle": {
"message": "Irgendetwas spezifisches nachdem du suchst?"
}
}

View file

@ -0,0 +1,10 @@
{
"pages.content.index.title": {
"message": "Jonas_Jones Documentation",
"description": "Title of the Index documentation page"
},
"pages.content.index.subtitle": {
"message": "Anything specific you're looking for?",
"description": "Subtitle of the Index documentation page"
}
}