pdfequips-footer 0.0.0

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.
@@ -0,0 +1,155 @@
1
+ import { _footer } from "./content";
2
+ import { footerLinksType } from "./content";
3
+
4
+ export const footer: _footer = {
5
+ brand: "PDFEquips",
6
+ conditions: "conditions",
7
+ bottom_row: {
8
+ pdf_tools: "Outils PDF",
9
+ languages: "Langues",
10
+ company: "Entreprise",
11
+ about: "À Propos de Nous",
12
+ faq: "FAQ",
13
+ blog: "Blog",
14
+ legal: {
15
+ title: "Légal",
16
+ terms: "Conditions d'Utilisation",
17
+ privacy_policy: "Politique de Confidentialité",
18
+ }
19
+ }
20
+ };
21
+
22
+ export const footerLinks: footerLinksType = [
23
+ {
24
+ "URL": "https://www.pdfequips.com/pdf-to-psd",
25
+ "text": "Convertir PDF en PSD"
26
+ },
27
+ {
28
+ "URL": "https://www.pdfequips.com/pdf-to-webp",
29
+ "text": "Convertir PDF en WebP"
30
+ },
31
+ {
32
+ "URL": "https://www.pdfequips.com/tiff-to-pdf",
33
+ "text": "Convertir TIFF en PDF"
34
+ },
35
+ {
36
+ "URL": "https://www.pdfequips.com/pdf-to-tiff",
37
+ "text": "Convertir PDF en TIFF"
38
+ },
39
+ {
40
+ "URL": "https://www.pdfequips.com/svg-to-pdf",
41
+ "text": "Convertir SVG en PDF"
42
+ },
43
+ {
44
+ "URL": "https://www.pdfequips.com/png-to-pdf",
45
+ "text": "Convertir PNG en PDF"
46
+ },
47
+ {
48
+ "URL": "https://www.pdfequips.com/pdf-to-png",
49
+ "text": "Convertir PDF en PNG"
50
+ },
51
+ {
52
+ "URL": "https://www.pdfequips.com/pdf-to-heif-heic",
53
+ "text": "Convertir PDF en HEIF/HEIC"
54
+ },
55
+ {
56
+ "URL": "https://www.pdfequips.com/remove-pages",
57
+ "text": "Supprimer des pages du PDF"
58
+ },
59
+ {
60
+ "URL": "https://www.pdfequips.com/read-pdf",
61
+ "text": "Lire des fichiers PDF"
62
+ },
63
+ {
64
+ "URL": "https://www.pdfequips.com/epub-to-pdf",
65
+ "text": "Convertir EPUB en PDF"
66
+ },
67
+ {
68
+ "URL": "https://www.pdfequips.com/heif-heic-to-pdf",
69
+ "text": "Convertir HEIF/HEIC en PDF"
70
+ },
71
+ {
72
+ "URL": "https://www.pdfequips.com/rtf-to-pdf",
73
+ "text": "Convertir RTF en PDF"
74
+ },
75
+ {
76
+ "URL": "https://www.pdfequips.com/pdf-to-svg",
77
+ "text": "Convertir PDF en SVG"
78
+ },
79
+ {
80
+ "URL": "https://www.pdfequips.com/pdf-to-gif",
81
+ "text": "Convertir PDF en GIF"
82
+ },
83
+ {
84
+ "URL": "https://www.pdfequips.com/sign-pdf",
85
+ "text": "Signer des documents PDF"
86
+ },
87
+ {
88
+ "URL": "https://www.pdfequips.com/pdf-to-rtf",
89
+ "text": "Convertir PDF en RTF"
90
+ },
91
+ {
92
+ "URL": "https://www.pdfequips.com/webp-to-pdf",
93
+ "text": "Convertir WebP en PDF"
94
+ },
95
+ {
96
+ "URL": "https://www.pdfequips.com/bmp-to-pdf",
97
+ "text": "Convertir BMP en PDF"
98
+ },
99
+ {
100
+ "URL": "https://www.pdfequips.com/pdf-to-bmp",
101
+ "text": "Convertir PDF en BMP"
102
+ },
103
+ {
104
+ "URL": "https://www.pdfequips.com/crop-pdf",
105
+ "text": "Rogner les pages PDF"
106
+ },
107
+ {
108
+ "URL": "https://www.pdfequips.com/resize-pdf",
109
+ "text": "Redimensionner les pages PDF"
110
+ },
111
+ {
112
+ "URL": "https://www.pdfequips.com/pdf-to-image",
113
+ "text": "Convertir PDF en image"
114
+ },
115
+ {
116
+ "URL": "https://www.pdfequips.com/psd-to-pdf",
117
+ "text": "Convertir PSD en PDF"
118
+ },
119
+ {
120
+ "URL": "https://www.pdfequips.com/pdf-to-csv",
121
+ "text": "Convertir PDF en CSV"
122
+ },
123
+ {
124
+ "URL": "https://www.pdfequips.com/merge-pages",
125
+ "text": "Fusionner les pages PDF"
126
+ },
127
+ {
128
+ "URL": "https://www.pdfequips.com/image-to-pdf",
129
+ "text": "Convertir image en PDF"
130
+ },
131
+ {
132
+ "URL": "https://www.pdfequips.com/excel-to-pdf",
133
+ "text": "Convertir Excel en PDF"
134
+ },
135
+ {
136
+ "URL": "https://www.pdfequips.com/html-to-pdf",
137
+ "text": "Convertir HTML en PDF"
138
+ },
139
+ {
140
+ "URL": "https://www.pdfequips.com/text-to-pdf",
141
+ "text": "Convertir texte en PDF"
142
+ },
143
+ {
144
+ "URL": "https://www.pdfequips.com/gif-to-pdf",
145
+ "text": "Convertir GIF en PDF"
146
+ },
147
+ {
148
+ "URL": "https://www.pdfequips.com/csv-to-pdf",
149
+ "text": "Convertir CSV en PDF"
150
+ },
151
+ {
152
+ "URL": "https://www.pdfequips.com/pdf-to-epub",
153
+ "text": "Convertir PDF en EPUB"
154
+ }
155
+ ];
@@ -0,0 +1,155 @@
1
+ import { _footer } from "./content";
2
+ import { footerLinksType } from "./content";
3
+
4
+ export const footer: _footer = {
5
+ brand: "PDFEquips",
6
+ conditions: "शर्तें",
7
+ bottom_row: {
8
+ pdf_tools: "PDF उपकरण",
9
+ languages: "भाषाएँ",
10
+ company: "कंपनी",
11
+ about: "हमारे बारे में",
12
+ faq: "सामान्य प्रश्न",
13
+ blog: "ब्लॉग",
14
+ legal: {
15
+ title: "कानूनी",
16
+ terms: "सेवा की शर्तें",
17
+ privacy_policy: "गोपनीयता नीति",
18
+ }
19
+ }
20
+ };
21
+
22
+ export const footerLinks: footerLinksType = [
23
+ {
24
+ "URL": "https://www.pdfequips.com/pdf-to-psd",
25
+ "text": "PDF को PSD में बदलें"
26
+ },
27
+ {
28
+ "URL": "https://www.pdfequips.com/pdf-to-webp",
29
+ "text": "PDF को WebP में बदलें"
30
+ },
31
+ {
32
+ "URL": "https://www.pdfequips.com/tiff-to-pdf",
33
+ "text": "TIFF को PDF में बदलें"
34
+ },
35
+ {
36
+ "URL": "https://www.pdfequips.com/pdf-to-tiff",
37
+ "text": "PDF को TIFF में बदलें"
38
+ },
39
+ {
40
+ "URL": "https://www.pdfequips.com/svg-to-pdf",
41
+ "text": "SVG को PDF में बदलें"
42
+ },
43
+ {
44
+ "URL": "https://www.pdfequips.com/png-to-pdf",
45
+ "text": "PNG को PDF में बदलें"
46
+ },
47
+ {
48
+ "URL": "https://www.pdfequips.com/pdf-to-png",
49
+ "text": "PDF को PNG में बदलें"
50
+ },
51
+ {
52
+ "URL": "https://www.pdfequips.com/pdf-to-heif-heic",
53
+ "text": "PDF को HEIF/HEIC में बदलें"
54
+ },
55
+ {
56
+ "URL": "https://www.pdfequips.com/remove-pages",
57
+ "text": "PDF से पृष्ठ हटाएं"
58
+ },
59
+ {
60
+ "URL": "https://www.pdfequips.com/read-pdf",
61
+ "text": "PDF फ़ाइलें पढ़ें"
62
+ },
63
+ {
64
+ "URL": "https://www.pdfequips.com/epub-to-pdf",
65
+ "text": "EPUB को PDF में बदलें"
66
+ },
67
+ {
68
+ "URL": "https://www.pdfequips.com/heif-heic-to-pdf",
69
+ "text": "HEIF/HEIC को PDF में बदलें"
70
+ },
71
+ {
72
+ "URL": "https://www.pdfequips.com/rtf-to-pdf",
73
+ "text": "RTF को PDF में बदलें"
74
+ },
75
+ {
76
+ "URL": "https://www.pdfequips.com/pdf-to-svg",
77
+ "text": "PDF को SVG में बदलें"
78
+ },
79
+ {
80
+ "URL": "https://www.pdfequips.com/pdf-to-gif",
81
+ "text": "PDF को GIF में बदलें"
82
+ },
83
+ {
84
+ "URL": "https://www.pdfequips.com/sign-pdf",
85
+ "text": "PDF दस्तावेज़ों पर हस्ताक्षर करें"
86
+ },
87
+ {
88
+ "URL": "https://www.pdfequips.com/pdf-to-rtf",
89
+ "text": "PDF को RTF में बदलें"
90
+ },
91
+ {
92
+ "URL": "https://www.pdfequips.com/webp-to-pdf",
93
+ "text": "WebP को PDF में बदलें"
94
+ },
95
+ {
96
+ "URL": "https://www.pdfequips.com/bmp-to-pdf",
97
+ "text": "BMP को PDF में बदलें"
98
+ },
99
+ {
100
+ "URL": "https://www.pdfequips.com/pdf-to-bmp",
101
+ "text": "PDF को BMP में बदलें"
102
+ },
103
+ {
104
+ "URL": "https://www.pdfequips.com/crop-pdf",
105
+ "text": "PDF पृष्ठों को क्रॉप करें"
106
+ },
107
+ {
108
+ "URL": "https://www.pdfequips.com/resize-pdf",
109
+ "text": "PDF पृष्ठों का आकार बदलें"
110
+ },
111
+ {
112
+ "URL": "https://www.pdfequips.com/pdf-to-image",
113
+ "text": "PDF को छवि में बदलें"
114
+ },
115
+ {
116
+ "URL": "https://www.pdfequips.com/psd-to-pdf",
117
+ "text": "PSD को PDF में बदलें"
118
+ },
119
+ {
120
+ "URL": "https://www.pdfequips.com/pdf-to-csv",
121
+ "text": "PDF को CSV में बदलें"
122
+ },
123
+ {
124
+ "URL": "https://www.pdfequips.com/merge-pages",
125
+ "text": "PDF पृष्ठों को मिलाएं"
126
+ },
127
+ {
128
+ "URL": "https://www.pdfequips.com/image-to-pdf",
129
+ "text": "छवि को PDF में बदलें"
130
+ },
131
+ {
132
+ "URL": "https://www.pdfequips.com/excel-to-pdf",
133
+ "text": "Excel को PDF में बदलें"
134
+ },
135
+ {
136
+ "URL": "https://www.pdfequips.com/html-to-pdf",
137
+ "text": "HTML को PDF में बदलें"
138
+ },
139
+ {
140
+ "URL": "https://www.pdfequips.com/text-to-pdf",
141
+ "text": "पाठ को PDF में बदलें"
142
+ },
143
+ {
144
+ "URL": "https://www.pdfequips.com/gif-to-pdf",
145
+ "text": "GIF को PDF में बदलें"
146
+ },
147
+ {
148
+ "URL": "https://www.pdfequips.com/csv-to-pdf",
149
+ "text": "CSV को PDF में बदलें"
150
+ },
151
+ {
152
+ "URL": "https://www.pdfequips.com/pdf-to-epub",
153
+ "text": "PDF को EPUB में बदलें"
154
+ }
155
+ ];
@@ -0,0 +1,156 @@
1
+ import { _footer } from "./content";
2
+ import { footerLinksType } from "./content";
3
+
4
+ export const footer: _footer = {
5
+ brand: "PDFEquips",
6
+ conditions: "条款",
7
+ bottom_row: {
8
+ pdf_tools: "PDF 工具",
9
+ languages: "语言",
10
+ company: "公司",
11
+ about: "关于我们",
12
+ faq: "常见问题",
13
+ blog: "博客",
14
+ legal: {
15
+ title: "法律",
16
+ terms: "服务条款",
17
+ privacy_policy: "隐私政策",
18
+ }
19
+ }
20
+ };
21
+
22
+
23
+ export const footerLinks: footerLinksType = [
24
+ {
25
+ "URL": "https://www.pdfequips.com/pdf-to-psd",
26
+ "text": "将 PDF 转换为 PSD"
27
+ },
28
+ {
29
+ "URL": "https://www.pdfequips.com/pdf-to-webp",
30
+ "text": "将 PDF 转换为 WebP"
31
+ },
32
+ {
33
+ "URL": "https://www.pdfequips.com/tiff-to-pdf",
34
+ "text": "将 TIFF 转换为 PDF"
35
+ },
36
+ {
37
+ "URL": "https://www.pdfequips.com/pdf-to-tiff",
38
+ "text": "将 PDF 转换为 TIFF"
39
+ },
40
+ {
41
+ "URL": "https://www.pdfequips.com/svg-to-pdf",
42
+ "text": "将 SVG 转换为 PDF"
43
+ },
44
+ {
45
+ "URL": "https://www.pdfequips.com/png-to-pdf",
46
+ "text": "将 PNG 转换为 PDF"
47
+ },
48
+ {
49
+ "URL": "https://www.pdfequips.com/pdf-to-png",
50
+ "text": "将 PDF 转换为 PNG"
51
+ },
52
+ {
53
+ "URL": "https://www.pdfequips.com/pdf-to-heif-heic",
54
+ "text": "将 PDF 转换为 HEIF/HEIC"
55
+ },
56
+ {
57
+ "URL": "https://www.pdfequips.com/remove-pages",
58
+ "text": "从 PDF 中删除页面"
59
+ },
60
+ {
61
+ "URL": "https://www.pdfequips.com/read-pdf",
62
+ "text": "阅读 PDF 文件"
63
+ },
64
+ {
65
+ "URL": "https://www.pdfequips.com/epub-to-pdf",
66
+ "text": "将 EPUB 转换为 PDF"
67
+ },
68
+ {
69
+ "URL": "https://www.pdfequips.com/heif-heic-to-pdf",
70
+ "text": "将 HEIF/HEIC 转换为 PDF"
71
+ },
72
+ {
73
+ "URL": "https://www.pdfequips.com/rtf-to-pdf",
74
+ "text": "将 RTF 转换为 PDF"
75
+ },
76
+ {
77
+ "URL": "https://www.pdfequips.com/pdf-to-svg",
78
+ "text": "将 PDF 转换为 SVG"
79
+ },
80
+ {
81
+ "URL": "https://www.pdfequips.com/pdf-to-gif",
82
+ "text": "将 PDF 转换为 GIF"
83
+ },
84
+ {
85
+ "URL": "https://www.pdfequips.com/sign-pdf",
86
+ "text": "签署 PDF 文档"
87
+ },
88
+ {
89
+ "URL": "https://www.pdfequips.com/pdf-to-rtf",
90
+ "text": "将 PDF 转换为 RTF"
91
+ },
92
+ {
93
+ "URL": "https://www.pdfequips.com/webp-to-pdf",
94
+ "text": "将 WebP 转换为 PDF"
95
+ },
96
+ {
97
+ "URL": "https://www.pdfequips.com/bmp-to-pdf",
98
+ "text": "将 BMP 转换为 PDF"
99
+ },
100
+ {
101
+ "URL": "https://www.pdfequips.com/pdf-to-bmp",
102
+ "text": "将 PDF 转换为 BMP"
103
+ },
104
+ {
105
+ "URL": "https://www.pdfequips.com/crop-pdf",
106
+ "text": "裁剪 PDF 页面"
107
+ },
108
+ {
109
+ "URL": "https://www.pdfequips.com/resize-pdf",
110
+ "text": "调整 PDF 页面大小"
111
+ },
112
+ {
113
+ "URL": "https://www.pdfequips.com/pdf-to-image",
114
+ "text": "将 PDF 转换为图片"
115
+ },
116
+ {
117
+ "URL": "https://www.pdfequips.com/psd-to-pdf",
118
+ "text": "将 PSD 转换为 PDF"
119
+ },
120
+ {
121
+ "URL": "https://www.pdfequips.com/pdf-to-csv",
122
+ "text": "将 PDF 转换为 CSV"
123
+ },
124
+ {
125
+ "URL": "https://www.pdfequips.com/merge-pages",
126
+ "text": "合并 PDF 页面"
127
+ },
128
+ {
129
+ "URL": "https://www.pdfequips.com/image-to-pdf",
130
+ "text": "将图片转换为 PDF"
131
+ },
132
+ {
133
+ "URL": "https://www.pdfequips.com/excel-to-pdf",
134
+ "text": "将 Excel 转换为 PDF"
135
+ },
136
+ {
137
+ "URL": "https://www.pdfequips.com/html-to-pdf",
138
+ "text": "将 HTML 转换为 PDF"
139
+ },
140
+ {
141
+ "URL": "https://www.pdfequips.com/text-to-pdf",
142
+ "text": "将文本转换为 PDF"
143
+ },
144
+ {
145
+ "URL": "https://www.pdfequips.com/gif-to-pdf",
146
+ "text": "将 GIF 转换为 PDF"
147
+ },
148
+ {
149
+ "URL": "https://www.pdfequips.com/csv-to-pdf",
150
+ "text": "将 CSV 转换为 PDF"
151
+ },
152
+ {
153
+ "URL": "https://www.pdfequips.com/pdf-to-epub",
154
+ "text": "将 PDF 转换为 EPUB"
155
+ }
156
+ ];
@@ -0,0 +1,156 @@
1
+ export const footer = {
2
+ brand: "PDFEquips",
3
+ conditions: "conditions",
4
+ bottom_row: {
5
+ pdf_tools: "PDF Tools",
6
+ languages: "Languages",
7
+ company: "Company",
8
+ about: "About Us",
9
+ faq: "FAQ",
10
+ blog: "Blog",
11
+ legal: {
12
+ title: "Legal",
13
+ terms: "Terms of Service",
14
+ privacy_policy: "Privacy Policy",
15
+ }
16
+ }
17
+ };
18
+
19
+ export type _footer = typeof footer;
20
+
21
+ export const footerLinks = [
22
+ {
23
+ "URL": "https://www.pdfequips.com/pdf-to-psd",
24
+ "text": "Convert PDF to PSD"
25
+ },
26
+ {
27
+ "URL": "https://www.pdfequips.com/pdf-to-webp",
28
+ "text": "Convert PDF to WebP"
29
+ },
30
+ {
31
+ "URL": "https://www.pdfequips.com/tiff-to-pdf",
32
+ "text": "Convert TIFF to PDF"
33
+ },
34
+ {
35
+ "URL": "https://www.pdfequips.com/pdf-to-tiff",
36
+ "text": "Convert PDF to TIFF"
37
+ },
38
+ {
39
+ "URL": "https://www.pdfequips.com/svg-to-pdf",
40
+ "text": "Convert SVG to PDF"
41
+ },
42
+ {
43
+ "URL": "https://www.pdfequips.com/png-to-pdf",
44
+ "text": "Convert PNG to PDF"
45
+ },
46
+ {
47
+ "URL": "https://www.pdfequips.com/pdf-to-png",
48
+ "text": "Convert PDF to PNG"
49
+ },
50
+ {
51
+ "URL": "https://www.pdfequips.com/pdf-to-heif-heic",
52
+ "text": "Convert PDF to HEIF/HEIC"
53
+ },
54
+ {
55
+ "URL": "https://www.pdfequips.com/remove-pages",
56
+ "text": "Remove Pages from PDF"
57
+ },
58
+ {
59
+ "URL": "https://www.pdfequips.com/read-pdf",
60
+ "text": "Read PDF Files"
61
+ },
62
+ {
63
+ "URL": "https://www.pdfequips.com/epub-to-pdf",
64
+ "text": "Convert EPUB to PDF"
65
+ },
66
+ {
67
+ "URL": "https://www.pdfequips.com/heif-heic-to-pdf",
68
+ "text": "Convert HEIF/HEIC to PDF"
69
+ },
70
+ {
71
+ "URL": "https://www.pdfequips.com/rtf-to-pdf",
72
+ "text": "Convert RTF to PDF"
73
+ },
74
+ {
75
+ "URL": "https://www.pdfequips.com/pdf-to-svg",
76
+ "text": "Convert PDF to SVG"
77
+ },
78
+ {
79
+ "URL": "https://www.pdfequips.com/pdf-to-gif",
80
+ "text": "Convert PDF to GIF"
81
+ },
82
+ {
83
+ "URL": "https://www.pdfequips.com/sign-pdf",
84
+ "text": "Sign PDF Documents"
85
+ },
86
+ {
87
+ "URL": "https://www.pdfequips.com/pdf-to-rtf",
88
+ "text": "Convert PDF to RTF"
89
+ },
90
+ {
91
+ "URL": "https://www.pdfequips.com/webp-to-pdf",
92
+ "text": "Convert WebP to PDF"
93
+ },
94
+ {
95
+ "URL": "https://www.pdfequips.com/bmp-to-pdf",
96
+ "text": "Convert BMP to PDF"
97
+ },
98
+ {
99
+ "URL": "https://www.pdfequips.com/pdf-to-bmp",
100
+ "text": "Convert PDF to BMP"
101
+ },
102
+ {
103
+ "URL": "https://www.pdfequips.com/crop-pdf",
104
+ "text": "Crop PDF Pages"
105
+ },
106
+ {
107
+ "URL": "https://www.pdfequips.com/resize-pdf",
108
+ "text": "Resize PDF Pages"
109
+ },
110
+ {
111
+ "URL": "https://www.pdfequips.com/pdf-to-image",
112
+ "text": "Convert PDF to Image"
113
+ },
114
+ {
115
+ "URL": "https://www.pdfequips.com/psd-to-pdf",
116
+ "text": "Convert PSD to PDF"
117
+ },
118
+ {
119
+ "URL": "https://www.pdfequips.com/pdf-to-csv",
120
+ "text": "Convert PDF to CSV"
121
+ },
122
+ {
123
+ "URL": "https://www.pdfequips.com/merge-pages",
124
+ "text": "Merge PDF Pages"
125
+ },
126
+ {
127
+ "URL": "https://www.pdfequips.com/image-to-pdf",
128
+ "text": "Convert Image to PDF"
129
+ },
130
+ {
131
+ "URL": "https://www.pdfequips.com/excel-to-pdf",
132
+ "text": "Convert Excel to PDF"
133
+ },
134
+ {
135
+ "URL": "https://www.pdfequips.com/html-to-pdf",
136
+ "text": "Convert HTML to PDF"
137
+ },
138
+ {
139
+ "URL": "https://www.pdfequips.com/text-to-pdf",
140
+ "text": "Convert Text to PDF"
141
+ },
142
+ {
143
+ "URL": "https://www.pdfequips.com/gif-to-pdf",
144
+ "text": "Convert GIF to PDF"
145
+ },
146
+ {
147
+ "URL": "https://www.pdfequips.com/csv-to-pdf",
148
+ "text": "Convert CSV to PDF"
149
+ },
150
+ {
151
+ "URL": "https://www.pdfequips.com/pdf-to-epub",
152
+ "text": "Convert PDF to EPUB"
153
+ }
154
+ ];
155
+
156
+ export type footerLinksType = typeof footerLinks;
@@ -0,0 +1,32 @@
1
+ // i want a similar getFooterLinks
2
+ import type { _footer } from "./content/content";
3
+ import { footer as en_content } from "./content/content";
4
+ import { footer as ar_content } from "./content/content-ar";
5
+ import { footer as es_content } from "./content/content-es";
6
+ import { footer as fr_content } from "./content/content-fr";
7
+ import { footer as hi_content } from "./content/content-hi";
8
+ import { footer as zh_content } from "./content/content-zh";
9
+ export function getFooterContent(lang: string): _footer {
10
+ let footerContent: _footer;
11
+ switch (lang) {
12
+ case "ar":
13
+ footerContent = ar_content;
14
+ break;
15
+ case "es":
16
+ footerContent = es_content;
17
+ break;
18
+ case "fr":
19
+ footerContent = fr_content;
20
+ break;
21
+ case "hi":
22
+ footerContent = hi_content;
23
+ break;
24
+ case "zh":
25
+ footerContent = zh_content;
26
+ break;
27
+ default:
28
+ footerContent = en_content;
29
+ break;
30
+ }
31
+ return footerContent;
32
+ }
@@ -0,0 +1,32 @@
1
+ import type { footerLinksType } from "./content/content";
2
+ import { footerLinks as en_links } from "./content/content";
3
+ import { footerLinks as ar_links } from "./content/content-ar";
4
+ import { footerLinks as es_links } from "./content/content-es";
5
+ import { footerLinks as fr_links } from "./content/content-fr";
6
+ import { footerLinks as hi_links } from "./content/content-hi";
7
+ import { footerLinks as zh_links } from "./content/content-zh";
8
+
9
+ export function getFooterLinks(lang: string): footerLinksType {
10
+ let linksContent: footerLinksType;
11
+ switch (lang) {
12
+ case "ar":
13
+ linksContent = ar_links;
14
+ break;
15
+ case "es":
16
+ linksContent = es_links;
17
+ break;
18
+ case "fr":
19
+ linksContent = fr_links;
20
+ break;
21
+ case "hi":
22
+ linksContent = hi_links;
23
+ break;
24
+ case "zh":
25
+ linksContent = zh_links;
26
+ break;
27
+ default:
28
+ linksContent = en_links;
29
+ break;
30
+ }
31
+ return linksContent;
32
+ }