Update development page and translations for improved clarity and consistency

- Changed the title and description in development.astro to reflect the 365DevNet ecosystem.
- Updated translation files to include new page title and description for multiple languages.
- Renamed '365DevNet' to 'Dev Dashboard' in navigation for better user understanding.
This commit is contained in:
2025-06-07 13:16:30 +02:00
parent db05be9e6d
commit ec0dacc5e2
3 changed files with 27 additions and 17 deletions

View File

@@ -9,7 +9,7 @@ import ContributionCalendar from '../../components/ContributionCalendar.jsx';
import CollapsibleIntro from '../../components/CollapsibleIntro.jsx';
const metadata = {
title: 'Development Progress | 365DevNet',
title: '365DevNet Ecosystem: Development Overview',
description: 'See the latest development activity, code contributions, and commit history for the 365DevNet project.',
};