Skip to content

Commit f4ca1e9

Browse files
committed
Refactor code structure for improved readability and maintainability
1 parent e9b41a0 commit f4ca1e9

10 files changed

Lines changed: 617 additions & 710 deletions

File tree

locales/de.json

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -428,18 +428,14 @@
428428
"german": "Deutsch"
429429
},
430430
"updates": {
431-
"metaTitle": "Updates & Changelog | Open Elements",
432-
"metaDescription": "Bleiben Sie auf dem Laufenden über die neuesten Funktionen, Verbesserungen und Fehlerbehebungen für Open Elements.",
433-
"title": "Updates & Changelog",
434-
"description": "Bleiben Sie auf dem Laufenden über die neuesten Funktionen, Verbesserungen und Fehlerbehebungen",
435-
"latest": "Neueste",
436-
"overview": "Überblick",
431+
"metaTitle": "Monatliche Updates | Open Elements",
432+
"metaDescription": "Verfolgen Sie unseren monatlichen Fortschritt bei Open-Source-Projekten — Funktionen, Fixes und Community-Beiträge.",
433+
"title": "Monatliche Updates",
434+
"description": "Ein transparenter Blick auf unsere monatliche Arbeit an Open-Source-Projekten",
435+
"latest": "Aktuell",
437436
"contributors": "Mitwirkende",
438-
"assets": "Ressourcen",
439437
"seeMore": "Mehr anzeigen",
440438
"seeLess": "Weniger anzeigen",
441-
"badge": "Semper",
442-
"newFeatures": "Neue Funktionen",
443439
"decorationAlt": "Dekoratives Element",
444440
"underlineAlt": "Grafisches Element zum Unterstreichen des Textes"
445441
}

locales/en.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -380,18 +380,14 @@
380380
}
381381
},
382382
"updates": {
383-
"metaTitle": "Updates & Changelog | Open Elements",
384-
"metaDescription": "Stay up to date with the latest features, improvements, and bug fixes for Open Elements.",
385-
"title": "Updates & Changelog",
386-
"description": "Stay up to date with the latest features, improvements, and bug fixes",
383+
"metaTitle": "Monthly Updates | Open Elements",
384+
"metaDescription": "Follow our monthly progress on open-source projects — features, fixes, and community contributions.",
385+
"title": "Monthly Updates",
386+
"description": "A transparent look at our monthly work on open-source projects",
387387
"latest": "Latest",
388-
"overview": "Overview",
389388
"contributors": "Contributors",
390-
"assets": "Assets",
391389
"seeMore": "See More",
392390
"seeLess": "See Less",
393-
"badge": "Semper",
394-
"newFeatures": "New Features",
395391
"decorationAlt": "Decorative element",
396392
"underlineAlt": "Graphical element that underlines the text"
397393
}

next.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ const nextConfig = {
1212
protocol: 'https',
1313
hostname: 'cdn.pixabay.com',
1414
},
15+
{
16+
protocol: 'https',
17+
hostname: 'github.com',
18+
},
1519
],
1620
},
1721
async redirects() {

0 commit comments

Comments
 (0)