From ca54bbb9583087096334e6e49e8cfc6f1b378aef Mon Sep 17 00:00:00 2001 From: Abdulaziz Date: Tue, 8 Nov 2022 22:16:11 +0300 Subject: [PATCH] Update IntlProvider.tsx --- frontend/src/locale/IntlProvider.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/locale/IntlProvider.tsx b/frontend/src/locale/IntlProvider.tsx index 562aa6c0..c61a91aa 100644 --- a/frontend/src/locale/IntlProvider.tsx +++ b/frontend/src/locale/IntlProvider.tsx @@ -1,9 +1,8 @@ import { createIntl, createIntlCache } from "react-intl"; - +import langAR from "./lang/ar.json"; import langDe from "./lang/de.json"; import langEn from "./lang/en.json"; import langFa from "./lang/fa.json"; -import langAR from "./lang/ar.json"; import langList from "./lang/lang-list.json"; // first item of each array should be the language code,