add Services translations
Some checks are pending
Deploy to Pages / Build (push) Waiting to run
Deploy to Pages / Deploy (push) Blocked by required conditions

This commit is contained in:
Henry Hiles 2025-09-17 09:39:35 -04:00
commit 0cd2e87dcf
No known key found for this signature in database

View file

@ -30,7 +30,8 @@ export default defineConfig({
{ {
label: "Services", label: "Services",
translations: { translations: {
// "fr-FR": "Services translation here", "ru-RU": "Услуги",
"uk-UA": "Послуги",
}, },
autogenerate: { directory: "services" }, autogenerate: { directory: "services" },
}, },