From 0cd2e87dcffd903de67f572bce44b1440d2d4548 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Wed, 17 Sep 2025 09:39:35 -0400 Subject: [PATCH] add Services translations --- astro.config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/astro.config.ts b/astro.config.ts index 60c16a4..3efc619 100644 --- a/astro.config.ts +++ b/astro.config.ts @@ -30,7 +30,8 @@ export default defineConfig({ { label: "Services", translations: { - // "fr-FR": "Services translation here", + "ru-RU": "Услуги", + "uk-UA": "Послуги", }, autogenerate: { directory: "services" }, },