diff --git a/src/i18n/translations.ts b/src/i18n/translations.ts index 07bdda9..b7fa8c6 100644 --- a/src/i18n/translations.ts +++ b/src/i18n/translations.ts @@ -83,6 +83,7 @@ export const translations = { catUtility: "Utility", dmDashboard: "DM Dashboard", dmDashboardDesc: "Tools for dungeon masters — dice, initiative, reference, and notes.", + wip: "Work in progress", notFoundTitle: "Page Not Found", notFoundMessage: @@ -196,6 +197,7 @@ export const translations = { catUtility: "Утилиты", dmDashboard: "Для мастера", dmDashboardDesc: "Инструменты для мастера подземелий — кубики, инициатива, справочник и заметки.", + wip: "В разработке", notFoundTitle: "Страница не найдена", notFoundMessage: diff --git a/src/pages/index.astro b/src/pages/index.astro index 8587628..441c260 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -100,9 +100,16 @@ const webSiteSchema = {
{T.dmDashboardDesc}
diff --git a/src/pages/ru/index.astro b/src/pages/ru/index.astro index ff7d307..174c59f 100644 --- a/src/pages/ru/index.astro +++ b/src/pages/ru/index.astro @@ -96,9 +96,16 @@ const webSiteSchema = {{T.dmDashboardDesc}