Remove 'en' locale from i18n routing config

This commit is contained in:
Unchained
2026-03-06 16:33:31 +02:00
parent 8aa849f4ba
commit 42793da45f
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
import { defineRouting } from 'next-intl/routing';
export const routing = defineRouting({
locales: ['en', 'sr'],
locales: ['sr'],
defaultLocale: 'sr'
});