import { defineRouting } from 'next-intl/routing';

export const routing = defineRouting({
  locales: [
    'en-GB', 'de-DE', 'fr-FR', 'es-ES', 'it-IT', 'nl-NL', 'pl-PL', 'pt-PT',
    'ja-JP', 'ko-KR', 'ru-RU', 'uk-UA', 'sr-RS', 'mk-MK', 'bg-BG', 'hr-HR',
    'sl-SI', 'sr-ME', 'bs-BA', 'sq-AL', 'el-GR',
  ],
  defaultLocale: 'en-GB',
  localePrefix: 'always',
});
