2
0
arvid-e 5 сар өмнө
parent
commit
f22f185fff

+ 2 - 4
apps/app/src/server/util/locale-utils.ts

@@ -1,9 +1,7 @@
-import * as i18nextConfig from '^/config/i18next.config';
 import { Lang } from '@growi/core/dist/interfaces';
-import {
-  enUS, fr, ja, ko, type Locale, zhCN,
-} from 'date-fns/locale';
+import { enUS, fr, ja, ko, type Locale, zhCN } from 'date-fns/locale';
 import type { IncomingHttpHeaders } from 'http';
+import * as i18nextConfig from '^/config/i18next.config';
 
 const ACCEPT_LANG_MAP = {
   en: Lang.en_US,