forma-ui 0.0.11 → 0.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Interfaces/dictionary.d.ts +0 -0
- package/dist/Interfaces/dictionary.js +0 -0
- package/dist/Interfaces/global.d.ts +0 -0
- package/dist/Interfaces/global.js +0 -0
- package/dist/Interfaces/meta.d.ts +0 -0
- package/dist/Interfaces/meta.js +0 -0
- package/dist/app/[lang]/stores/LangStore.d.ts +0 -0
- package/dist/app/[lang]/stores/LangStore.js +0 -0
- package/dist/components/icon/icon.d.ts +0 -0
- package/dist/components/icon/icon.js +0 -0
- package/dist/components/ui/Accordion.d.ts +0 -0
- package/dist/components/ui/Accordion.js +0 -0
- package/dist/components/ui/Button.d.ts +0 -0
- package/dist/components/ui/Button.js +0 -0
- package/dist/components/ui/CheckBox.d.ts +0 -0
- package/dist/components/ui/CheckBox.js +0 -0
- package/dist/components/ui/Drawer.d.ts +0 -0
- package/dist/components/ui/Drawer.js +3 -3
- package/dist/components/ui/Input.d.ts +0 -0
- package/dist/components/ui/Input.js +0 -0
- package/dist/components/ui/Input.types.d.ts +0 -0
- package/dist/components/ui/Input.types.js +0 -0
- package/dist/components/ui/Modal.d.ts +0 -0
- package/dist/components/ui/Modal.js +0 -0
- package/dist/components/ui/Overlay.d.ts +0 -0
- package/dist/components/ui/Overlay.js +0 -0
- package/dist/components/ui/RadioButton.d.ts +0 -0
- package/dist/components/ui/RadioButton.js +0 -0
- package/dist/components/ui/Table.d.ts +0 -0
- package/dist/components/ui/Table.js +0 -0
- package/dist/components/ui/Tabs.d.ts +0 -0
- package/dist/components/ui/Tabs.js +0 -0
- package/dist/configs/language.d.ts +8 -7
- package/dist/configs/language.js +8 -7
- package/dist/configs/metadata.d.ts +0 -0
- package/dist/configs/metadata.js +0 -0
- package/dist/dictionaries/en.json +0 -0
- package/dist/dictionaries/fa.json +0 -0
- package/dist/dictionaries/index.d.ts +0 -0
- package/dist/dictionaries/index.js +0 -0
- package/dist/hooks/useDevice.d.ts +0 -0
- package/dist/hooks/useDevice.js +0 -0
- package/dist/hooks/useTranslation.d.ts +1 -1
- package/dist/hooks/useTranslation.js +0 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/libs/api/axiosClient.d.ts +0 -0
- package/dist/libs/api/axiosClient.js +0 -0
- package/dist/libs/api/cns.d.ts +0 -0
- package/dist/libs/api/cns.js +0 -0
- package/dist/libs/api/usePostFetch.d.ts +0 -0
- package/dist/libs/api/usePostFetch.js +0 -0
- package/dist/libs/cn.d.ts +0 -0
- package/dist/libs/cn.js +0 -0
- package/dist/libs/cookieUtils.d.ts +0 -0
- package/dist/libs/cookieUtils.js +0 -0
- package/dist/libs/detectComponentResponsive.d.ts +0 -0
- package/dist/libs/detectComponentResponsive.js +0 -0
- package/dist/libs/detectDeviceFromUA.d.ts +0 -0
- package/dist/libs/detectDeviceFromUA.js +0 -0
- package/dist/libs/drawer/{drawer.d.ts → modal.d.ts} +0 -0
- package/dist/libs/drawer/{drawer.js → modal.js} +0 -0
- package/dist/libs/fonts.d.ts +0 -0
- package/dist/libs/fonts.js +0 -0
- package/dist/libs/metadataHelper.d.ts +0 -0
- package/dist/libs/metadataHelper.js +0 -0
- package/dist/libs/modal/modal.d.ts +0 -0
- package/dist/libs/modal/modal.js +0 -0
- package/dist/libs/translation.d.ts +1 -1
- package/dist/libs/translation.js +0 -0
- package/dist/libs/utils.d.ts +0 -0
- package/dist/libs/utils.js +0 -0
- package/dist/locale/about/en.json +0 -0
- package/dist/locale/about/fa.json +0 -0
- package/dist/locale/coin/en.json +0 -0
- package/dist/locale/coin/fa.json +0 -0
- package/dist/locale/de.d.ts +61 -0
- package/dist/locale/de.js +21 -0
- package/dist/locale/en.d.ts +1 -3
- package/dist/locale/en.js +2 -4
- package/dist/locale/fa.d.ts +1 -3
- package/dist/locale/fa.js +2 -4
- package/dist/locale/global/de.json +12 -0
- package/dist/locale/global/en.json +0 -0
- package/dist/locale/global/fa.json +0 -0
- package/dist/locale/home/de.json +11 -0
- package/dist/locale/home/en.json +0 -0
- package/dist/locale/home/fa.json +0 -0
- package/dist/locale/index.d.ts +95 -12
- package/dist/locale/index.js +9 -1
- package/dist/locale/meta/about/en.json +0 -0
- package/dist/locale/meta/about/fa.json +0 -0
- package/dist/locale/meta/de.json +15 -0
- package/dist/locale/meta/en.json +1 -1
- package/dist/locale/meta/fa.json +1 -1
- package/dist/locale/meta/home/de.json +10 -0
- package/dist/locale/meta/home/en.json +0 -0
- package/dist/locale/meta/home/fa.json +0 -0
- package/dist/locale/meta/tools/de.json +10 -0
- package/dist/locale/meta/tools/en.json +10 -0
- package/dist/locale/meta/tools/fa.json +5 -0
- package/dist/middleware.d.ts +0 -0
- package/dist/middleware.js +0 -0
- package/dist/store/appStore.d.ts +0 -0
- package/dist/store/appStore.js +0 -0
- package/dist/utils/nextImageLoader.d.ts +0 -0
- package/dist/utils/nextImageLoader.js +0 -0
- package/package.json +1 -1
- package/dist/tsconfig.build.tsbuildinfo +0 -1
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/dist/Interfaces/meta.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -11,10 +11,10 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
11
11
|
};
|
|
12
12
|
import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
|
|
13
13
|
// Components
|
|
14
|
-
import { ClickableOverlay } from "
|
|
14
|
+
import { ClickableOverlay } from "../ui/Overlay";
|
|
15
15
|
// Functions
|
|
16
|
-
import { cn } from "
|
|
17
|
-
import { CloseDrawer } from "
|
|
16
|
+
import { cn } from "../../libs/cn";
|
|
17
|
+
import { CloseDrawer } from "../../libs/drawer/modal";
|
|
18
18
|
const Drawer = (_a) => {
|
|
19
19
|
var { children, className } = _a, props = __rest(_a, ["children", "className"]);
|
|
20
20
|
// default drawer location is --> bottom
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -5,13 +5,6 @@
|
|
|
5
5
|
* @Date: 2025-10-26 09:29:58
|
|
6
6
|
* @Description:
|
|
7
7
|
*/
|
|
8
|
-
/**
|
|
9
|
-
* @Author: Mohammad Felfelani
|
|
10
|
-
* @Email: mfelfelani72@gmail.com
|
|
11
|
-
* @Team:
|
|
12
|
-
* @Date: 2025-10-04 07:17:02
|
|
13
|
-
* @Description:
|
|
14
|
-
*/
|
|
15
8
|
export declare const languages: {
|
|
16
9
|
readonly en: {
|
|
17
10
|
readonly dir: "ltr";
|
|
@@ -21,6 +14,14 @@ export declare const languages: {
|
|
|
21
14
|
readonly flag: "🇺🇸";
|
|
22
15
|
readonly nativeName: "English";
|
|
23
16
|
};
|
|
17
|
+
readonly de: {
|
|
18
|
+
readonly dir: "ltr";
|
|
19
|
+
readonly locale: "de";
|
|
20
|
+
readonly schemaLocale: "de-DE";
|
|
21
|
+
readonly name: "German";
|
|
22
|
+
readonly flag: "🇩🇪";
|
|
23
|
+
readonly nativeName: "Deutsch";
|
|
24
|
+
};
|
|
24
25
|
readonly fa: {
|
|
25
26
|
readonly dir: "rtl";
|
|
26
27
|
readonly locale: "fa_IR";
|
package/dist/configs/language.js
CHANGED
|
@@ -5,13 +5,6 @@
|
|
|
5
5
|
* @Date: 2025-10-26 09:29:58
|
|
6
6
|
* @Description:
|
|
7
7
|
*/
|
|
8
|
-
/**
|
|
9
|
-
* @Author: Mohammad Felfelani
|
|
10
|
-
* @Email: mfelfelani72@gmail.com
|
|
11
|
-
* @Team:
|
|
12
|
-
* @Date: 2025-10-04 07:17:02
|
|
13
|
-
* @Description:
|
|
14
|
-
*/
|
|
15
8
|
export const languages = {
|
|
16
9
|
en: {
|
|
17
10
|
dir: "ltr",
|
|
@@ -21,6 +14,14 @@ export const languages = {
|
|
|
21
14
|
flag: "🇺🇸",
|
|
22
15
|
nativeName: "English",
|
|
23
16
|
},
|
|
17
|
+
de: {
|
|
18
|
+
dir: "ltr",
|
|
19
|
+
locale: "de",
|
|
20
|
+
schemaLocale: "de-DE",
|
|
21
|
+
name: "German",
|
|
22
|
+
flag: "🇩🇪",
|
|
23
|
+
nativeName: "Deutsch",
|
|
24
|
+
},
|
|
24
25
|
fa: {
|
|
25
26
|
dir: "rtl",
|
|
26
27
|
locale: "fa_IR",
|
|
File without changes
|
package/dist/configs/metadata.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/dist/hooks/useDevice.js
CHANGED
|
File without changes
|
|
File without changes
|
package/dist/index.d.ts
CHANGED
|
@@ -10,4 +10,4 @@ export { default as Button } from "./components/ui/Button";
|
|
|
10
10
|
export { default as Modal } from "./components/ui/Modal";
|
|
11
11
|
export { default as Drawer } from "./components/ui/Drawer";
|
|
12
12
|
export { ShowModal, CloseModal } from "./libs/modal/modal";
|
|
13
|
-
export { ShowDrawer, CloseDrawer } from "./libs/drawer/
|
|
13
|
+
export { ShowDrawer, CloseDrawer } from "./libs/drawer/modal";
|
package/dist/index.js
CHANGED
|
@@ -13,4 +13,4 @@ export { default as Modal } from "./components/ui/Modal";
|
|
|
13
13
|
export { default as Drawer } from "./components/ui/Drawer";
|
|
14
14
|
// Functions
|
|
15
15
|
export { ShowModal, CloseModal } from "./libs/modal/modal";
|
|
16
|
-
export { ShowDrawer, CloseDrawer } from "./libs/drawer/
|
|
16
|
+
export { ShowDrawer, CloseDrawer } from "./libs/drawer/modal";
|
|
File without changes
|
|
File without changes
|
package/dist/libs/api/cns.d.ts
CHANGED
|
File without changes
|
package/dist/libs/api/cns.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/dist/libs/cn.d.ts
CHANGED
|
File without changes
|
package/dist/libs/cn.js
CHANGED
|
File without changes
|
|
File without changes
|
package/dist/libs/cookieUtils.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/dist/libs/fonts.d.ts
CHANGED
|
File without changes
|
package/dist/libs/fonts.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/dist/libs/modal/modal.js
CHANGED
|
File without changes
|
package/dist/libs/translation.js
CHANGED
|
File without changes
|
package/dist/libs/utils.d.ts
CHANGED
|
File without changes
|
package/dist/libs/utils.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/dist/locale/coin/en.json
CHANGED
|
File without changes
|
package/dist/locale/coin/fa.json
CHANGED
|
File without changes
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @Author: Mohammad Felfelani
|
|
3
|
+
* @Email: mfelfelani72@gmail.com
|
|
4
|
+
* @Team:
|
|
5
|
+
* @Date: 2025-10-28 08:49:09
|
|
6
|
+
* @Description:
|
|
7
|
+
*/
|
|
8
|
+
/**
|
|
9
|
+
* @Author: Mohammad Felfelani
|
|
10
|
+
* @Email: mfelfelani72@gmail.com
|
|
11
|
+
* @Team:
|
|
12
|
+
* @Date: 2025-10-07 07:53:42
|
|
13
|
+
* @Description:
|
|
14
|
+
*/
|
|
15
|
+
declare const de: {
|
|
16
|
+
aimoonhub: string;
|
|
17
|
+
welcome_title: string;
|
|
18
|
+
financial_markets: string;
|
|
19
|
+
cryptocurrencies: string;
|
|
20
|
+
welcome_description: string;
|
|
21
|
+
login_dashboard: string;
|
|
22
|
+
go_to_news: string;
|
|
23
|
+
welcome_title_2: string;
|
|
24
|
+
welcome_description_2: string;
|
|
25
|
+
loaderPage: string;
|
|
26
|
+
loading: string;
|
|
27
|
+
header: string;
|
|
28
|
+
home: string;
|
|
29
|
+
about_us: string;
|
|
30
|
+
contact_us: string;
|
|
31
|
+
features: string;
|
|
32
|
+
prices: string;
|
|
33
|
+
support: string;
|
|
34
|
+
login_telegram: string;
|
|
35
|
+
meta: {
|
|
36
|
+
title: string;
|
|
37
|
+
description: string;
|
|
38
|
+
keywords: string[];
|
|
39
|
+
openGraph: {
|
|
40
|
+
title: string;
|
|
41
|
+
description: string;
|
|
42
|
+
image: string;
|
|
43
|
+
};
|
|
44
|
+
twitter: {
|
|
45
|
+
title: string;
|
|
46
|
+
description: string;
|
|
47
|
+
image: string;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
meta_home: {
|
|
51
|
+
title: string;
|
|
52
|
+
description: string;
|
|
53
|
+
keywords: string[];
|
|
54
|
+
};
|
|
55
|
+
meta_tools: {
|
|
56
|
+
title: string;
|
|
57
|
+
description: string;
|
|
58
|
+
keywords: string[];
|
|
59
|
+
};
|
|
60
|
+
};
|
|
61
|
+
export default de;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @Author: Mohammad Felfelani
|
|
3
|
+
* @Email: mfelfelani72@gmail.com
|
|
4
|
+
* @Team:
|
|
5
|
+
* @Date: 2025-10-28 08:49:09
|
|
6
|
+
* @Description:
|
|
7
|
+
*/
|
|
8
|
+
/**
|
|
9
|
+
* @Author: Mohammad Felfelani
|
|
10
|
+
* @Email: mfelfelani72@gmail.com
|
|
11
|
+
* @Team:
|
|
12
|
+
* @Date: 2025-10-07 07:53:42
|
|
13
|
+
* @Description:
|
|
14
|
+
*/
|
|
15
|
+
import meta_de from "./meta/de.json";
|
|
16
|
+
import meta_home_de from "./meta/home/de.json";
|
|
17
|
+
import meta_tools_de from "./meta/tools/de.json";
|
|
18
|
+
import global_de from "./global/de.json";
|
|
19
|
+
import home_de from "./home/de.json";
|
|
20
|
+
const de = Object.assign(Object.assign({ meta: meta_de, meta_home: meta_home_de, meta_tools: meta_tools_de }, global_de), home_de);
|
|
21
|
+
export default de;
|
package/dist/locale/en.d.ts
CHANGED
|
@@ -6,8 +6,6 @@
|
|
|
6
6
|
* @Description:
|
|
7
7
|
*/
|
|
8
8
|
declare const en: {
|
|
9
|
-
mood_day: string;
|
|
10
|
-
mood_week: string;
|
|
11
9
|
aimoonhub: string;
|
|
12
10
|
welcome_title: string;
|
|
13
11
|
financial_markets: string;
|
|
@@ -47,7 +45,7 @@ declare const en: {
|
|
|
47
45
|
description: string;
|
|
48
46
|
keywords: string[];
|
|
49
47
|
};
|
|
50
|
-
|
|
48
|
+
meta_tools: {
|
|
51
49
|
title: string;
|
|
52
50
|
description: string;
|
|
53
51
|
keywords: string[];
|
package/dist/locale/en.js
CHANGED
|
@@ -7,10 +7,8 @@
|
|
|
7
7
|
*/
|
|
8
8
|
import meta_en from "./meta/en.json";
|
|
9
9
|
import meta_home_en from "./meta/home/en.json";
|
|
10
|
-
import
|
|
10
|
+
import meta_tools_en from "./meta/tools/en.json";
|
|
11
11
|
import global_en from "./global/en.json";
|
|
12
12
|
import home_en from "./home/en.json";
|
|
13
|
-
|
|
14
|
-
import about_en from "./about/en.json";
|
|
15
|
-
const en = Object.assign(Object.assign(Object.assign(Object.assign({ meta: meta_en, meta_home: meta_home_en, meta_about: meta_about_en }, global_en), home_en), about_en), coin_en);
|
|
13
|
+
const en = Object.assign(Object.assign({ meta: meta_en, meta_home: meta_home_en, meta_tools: meta_tools_en }, global_en), home_en);
|
|
16
14
|
export default en;
|
package/dist/locale/fa.d.ts
CHANGED
|
@@ -6,8 +6,6 @@
|
|
|
6
6
|
* @Description:
|
|
7
7
|
*/
|
|
8
8
|
declare const fa: {
|
|
9
|
-
mood_day: string;
|
|
10
|
-
mood_week: string;
|
|
11
9
|
aimoonhub: string;
|
|
12
10
|
welcome_title: string;
|
|
13
11
|
financial_markets: string;
|
|
@@ -50,7 +48,7 @@ declare const fa: {
|
|
|
50
48
|
description: string;
|
|
51
49
|
keywords: string[];
|
|
52
50
|
};
|
|
53
|
-
|
|
51
|
+
meta_tools: {
|
|
54
52
|
title: string;
|
|
55
53
|
description: string;
|
|
56
54
|
keywords: string[];
|
package/dist/locale/fa.js
CHANGED
|
@@ -7,10 +7,8 @@
|
|
|
7
7
|
*/
|
|
8
8
|
import meta_fa from "./meta/fa.json";
|
|
9
9
|
import meta_home_fa from "./meta/home/fa.json";
|
|
10
|
-
import
|
|
10
|
+
import meta_tools_fa from "./meta/tools/fa.json";
|
|
11
11
|
import global_fa from "./global/fa.json";
|
|
12
12
|
import home_fa from "./home/fa.json";
|
|
13
|
-
|
|
14
|
-
import coin_fa from "./coin/fa.json";
|
|
15
|
-
const fa = Object.assign(Object.assign(Object.assign(Object.assign({ meta: meta_fa, meta_home: meta_home_fa, meta_about: meta_about_fa }, global_fa), home_fa), about_fa), coin_fa);
|
|
13
|
+
const fa = Object.assign(Object.assign({ meta: meta_fa, meta_home: meta_home_fa, meta_tools: meta_tools_fa }, global_fa), home_fa);
|
|
16
14
|
export default fa;
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"aimoonhub": "aimoonhub",
|
|
3
|
+
"welcome_title": "Breaking News Analysis <0>{{financial_markets}}</0> and <1>{{cryptocurrencies}}</1>",
|
|
4
|
+
"financial_markets": "Financial Markets",
|
|
5
|
+
"cryptocurrencies": "Cryptocurrencies",
|
|
6
|
+
"welcome_description": "Using artificial intelligence, AimoonHub analyzes news and market data in real time and provides you with accurate information for better decision-making",
|
|
7
|
+
"login_dashboard": "Login to dashboard",
|
|
8
|
+
"go_to_news": "Go to News",
|
|
9
|
+
"welcome_title_2": "Smart crypto news analysis tool!",
|
|
10
|
+
"welcome_description_2": "With superhuman accuracy, check out the latest news and developments in the world of cryptocurrencies. Real-time data, detailed analysis, and deep insight to make better decisions in the financial markets!"
|
|
11
|
+
}
|
package/dist/locale/home/en.json
CHANGED
|
File without changes
|
package/dist/locale/home/fa.json
CHANGED
|
File without changes
|
package/dist/locale/index.d.ts
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
declare const dictionaries: {
|
|
2
2
|
en: {
|
|
3
|
-
mood_day: string;
|
|
4
|
-
mood_week: string;
|
|
5
3
|
aimoonhub: string;
|
|
6
4
|
welcome_title: string;
|
|
7
5
|
financial_markets: string;
|
|
@@ -41,15 +39,13 @@ declare const dictionaries: {
|
|
|
41
39
|
description: string;
|
|
42
40
|
keywords: string[];
|
|
43
41
|
};
|
|
44
|
-
|
|
42
|
+
meta_tools: {
|
|
45
43
|
title: string;
|
|
46
44
|
description: string;
|
|
47
45
|
keywords: string[];
|
|
48
46
|
};
|
|
49
47
|
};
|
|
50
48
|
fa: {
|
|
51
|
-
mood_day: string;
|
|
52
|
-
mood_week: string;
|
|
53
49
|
aimoonhub: string;
|
|
54
50
|
welcome_title: string;
|
|
55
51
|
financial_markets: string;
|
|
@@ -92,7 +88,53 @@ declare const dictionaries: {
|
|
|
92
88
|
description: string;
|
|
93
89
|
keywords: string[];
|
|
94
90
|
};
|
|
95
|
-
|
|
91
|
+
meta_tools: {
|
|
92
|
+
title: string;
|
|
93
|
+
description: string;
|
|
94
|
+
keywords: string[];
|
|
95
|
+
};
|
|
96
|
+
};
|
|
97
|
+
de: {
|
|
98
|
+
aimoonhub: string;
|
|
99
|
+
welcome_title: string;
|
|
100
|
+
financial_markets: string;
|
|
101
|
+
cryptocurrencies: string;
|
|
102
|
+
welcome_description: string;
|
|
103
|
+
login_dashboard: string;
|
|
104
|
+
go_to_news: string;
|
|
105
|
+
welcome_title_2: string;
|
|
106
|
+
welcome_description_2: string;
|
|
107
|
+
loaderPage: string;
|
|
108
|
+
loading: string;
|
|
109
|
+
header: string;
|
|
110
|
+
home: string;
|
|
111
|
+
about_us: string;
|
|
112
|
+
contact_us: string;
|
|
113
|
+
features: string;
|
|
114
|
+
prices: string;
|
|
115
|
+
support: string;
|
|
116
|
+
login_telegram: string;
|
|
117
|
+
meta: {
|
|
118
|
+
title: string;
|
|
119
|
+
description: string;
|
|
120
|
+
keywords: string[];
|
|
121
|
+
openGraph: {
|
|
122
|
+
title: string;
|
|
123
|
+
description: string;
|
|
124
|
+
image: string;
|
|
125
|
+
};
|
|
126
|
+
twitter: {
|
|
127
|
+
title: string;
|
|
128
|
+
description: string;
|
|
129
|
+
image: string;
|
|
130
|
+
};
|
|
131
|
+
};
|
|
132
|
+
meta_home: {
|
|
133
|
+
title: string;
|
|
134
|
+
description: string;
|
|
135
|
+
keywords: string[];
|
|
136
|
+
};
|
|
137
|
+
meta_tools: {
|
|
96
138
|
title: string;
|
|
97
139
|
description: string;
|
|
98
140
|
keywords: string[];
|
|
@@ -101,8 +143,6 @@ declare const dictionaries: {
|
|
|
101
143
|
};
|
|
102
144
|
export type Lang = keyof typeof dictionaries;
|
|
103
145
|
export declare const getDictionary: (lang?: Lang) => {
|
|
104
|
-
mood_day: string;
|
|
105
|
-
mood_week: string;
|
|
106
146
|
aimoonhub: string;
|
|
107
147
|
welcome_title: string;
|
|
108
148
|
financial_markets: string;
|
|
@@ -142,14 +182,12 @@ export declare const getDictionary: (lang?: Lang) => {
|
|
|
142
182
|
description: string;
|
|
143
183
|
keywords: string[];
|
|
144
184
|
};
|
|
145
|
-
|
|
185
|
+
meta_tools: {
|
|
146
186
|
title: string;
|
|
147
187
|
description: string;
|
|
148
188
|
keywords: string[];
|
|
149
189
|
};
|
|
150
190
|
} | {
|
|
151
|
-
mood_day: string;
|
|
152
|
-
mood_week: string;
|
|
153
191
|
aimoonhub: string;
|
|
154
192
|
welcome_title: string;
|
|
155
193
|
financial_markets: string;
|
|
@@ -192,7 +230,52 @@ export declare const getDictionary: (lang?: Lang) => {
|
|
|
192
230
|
description: string;
|
|
193
231
|
keywords: string[];
|
|
194
232
|
};
|
|
195
|
-
|
|
233
|
+
meta_tools: {
|
|
234
|
+
title: string;
|
|
235
|
+
description: string;
|
|
236
|
+
keywords: string[];
|
|
237
|
+
};
|
|
238
|
+
} | {
|
|
239
|
+
aimoonhub: string;
|
|
240
|
+
welcome_title: string;
|
|
241
|
+
financial_markets: string;
|
|
242
|
+
cryptocurrencies: string;
|
|
243
|
+
welcome_description: string;
|
|
244
|
+
login_dashboard: string;
|
|
245
|
+
go_to_news: string;
|
|
246
|
+
welcome_title_2: string;
|
|
247
|
+
welcome_description_2: string;
|
|
248
|
+
loaderPage: string;
|
|
249
|
+
loading: string;
|
|
250
|
+
header: string;
|
|
251
|
+
home: string;
|
|
252
|
+
about_us: string;
|
|
253
|
+
contact_us: string;
|
|
254
|
+
features: string;
|
|
255
|
+
prices: string;
|
|
256
|
+
support: string;
|
|
257
|
+
login_telegram: string;
|
|
258
|
+
meta: {
|
|
259
|
+
title: string;
|
|
260
|
+
description: string;
|
|
261
|
+
keywords: string[];
|
|
262
|
+
openGraph: {
|
|
263
|
+
title: string;
|
|
264
|
+
description: string;
|
|
265
|
+
image: string;
|
|
266
|
+
};
|
|
267
|
+
twitter: {
|
|
268
|
+
title: string;
|
|
269
|
+
description: string;
|
|
270
|
+
image: string;
|
|
271
|
+
};
|
|
272
|
+
};
|
|
273
|
+
meta_home: {
|
|
274
|
+
title: string;
|
|
275
|
+
description: string;
|
|
276
|
+
keywords: string[];
|
|
277
|
+
};
|
|
278
|
+
meta_tools: {
|
|
196
279
|
title: string;
|
|
197
280
|
description: string;
|
|
198
281
|
keywords: string[];
|
package/dist/locale/index.js
CHANGED
|
@@ -1,7 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @Author: Mohammad Felfelani
|
|
3
|
+
* @Email: mfelfelani72@gmail.com
|
|
4
|
+
* @Team:
|
|
5
|
+
* @Date: 2025-10-26 15:32:12
|
|
6
|
+
* @Description:
|
|
7
|
+
*/
|
|
1
8
|
import { cache } from "react";
|
|
2
9
|
import en from "./en";
|
|
3
10
|
import fa from "./fa";
|
|
4
|
-
|
|
11
|
+
import de from "./de";
|
|
12
|
+
const dictionaries = { en, fa, de };
|
|
5
13
|
export const getDictionary = cache((lang = "en") => {
|
|
6
14
|
return dictionaries[lang];
|
|
7
15
|
});
|
|
File without changes
|
|
File without changes
|