make translate for login, register pages
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { defineRouting } from 'next-intl/routing';
|
||||
|
||||
export const routing = defineRouting({
|
||||
locales: ['ru', 'en'],
|
||||
defaultLocale: 'ru'
|
||||
});
|
||||
Reference in New Issue
Block a user