dev-dict 0.6.4 → 0.7.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.
package/dist/index.js CHANGED
@@ -2,45 +2,45 @@ const e = {
2
2
  EN_US: "en-US",
3
3
  EN_GB: "en-GB",
4
4
  DE_DE: "de-DE"
5
- }, yn = ({
6
- obj: t,
7
- value: n,
8
- useFallback: i = s.USE_FALLBACK
9
- }) => n && Object.values(e).includes(n) ? t[n] || (i ? t[e.EN_US] : "") : n || (i ? t[e.EN_US] : ""), jn = ({
10
- obj: t,
11
- useFallback: n = s.USE_FALLBACK
5
+ }, Kn = ({
6
+ obj: n,
7
+ value: a,
8
+ useFallback: t = o.USE_FALLBACK
9
+ }) => a && Object.values(e).includes(a) ? n[a] || (t ? n[e.EN_US] : "") : a || (t ? n[e.EN_US] : ""), ea = ({
10
+ obj: n,
11
+ useFallback: a = o.USE_FALLBACK
12
12
  }) => {
13
- const i = Object.values(e);
13
+ const t = Object.values(e);
14
14
  return Object.fromEntries(
15
- i.map((a) => [a, yn({ obj: t, value: t[a], useFallback: n })])
15
+ t.map((s) => [s, Kn({ obj: n, value: n[s], useFallback: a })])
16
16
  );
17
- }, S = ({
18
- obj: t,
19
- keys: n,
20
- useFallback: i = s.USE_FALLBACK
17
+ }, l = ({
18
+ obj: n,
19
+ keys: a,
20
+ useFallback: t = o.USE_FALLBACK
21
21
  }) => Object.fromEntries(
22
- Object.entries(t).map(([a, o]) => {
23
- const _ = n.filter((E) => E in o && typeof o[E] == "object").map((E) => [E, jn({ obj: o[E], useFallback: i })]);
24
- return [a, { ...o, ...Object.fromEntries(_) }];
22
+ Object.entries(n).map(([s, _]) => {
23
+ const E = a.filter((S) => S in _ && typeof _[S] == "object").map((S) => [S, ea({ obj: _[S], useFallback: t })]);
24
+ return [s, { ..._, ...Object.fromEntries(E) }];
25
25
  })
26
26
  ), N = ({
27
- obj: t,
28
- locale: n = s.DEFAULT_LOCALE,
29
- useFallback: i = s.USE_FALLBACK
30
- }) => yn({ obj: t, value: t[n], useFallback: i }), un = ({
31
- tag: t,
32
- locale: n = s.DEFAULT_LOCALE,
33
- useFallback: i = s.USE_FALLBACK
27
+ obj: n,
28
+ locale: a = o.DEFAULT_LOCALE,
29
+ useFallback: t = o.USE_FALLBACK
30
+ }) => Kn({ obj: n, value: n[a], useFallback: t }), Hn = ({
31
+ tag: n,
32
+ locale: a = o.DEFAULT_LOCALE,
33
+ useFallback: t = o.USE_FALLBACK
34
34
  }) => ({
35
- id: t.id,
36
- name: N({ obj: t.name, locale: n, useFallback: i })
37
- }), kn = ({
38
- term: t,
39
- locale: n = s.DEFAULT_LOCALE,
40
- useFallback: i = s.USE_FALLBACK
35
+ id: n.id,
36
+ name: N({ obj: n.name, locale: a, useFallback: t })
37
+ }), Qn = ({
38
+ term: n,
39
+ locale: a = o.DEFAULT_LOCALE,
40
+ useFallback: t = o.USE_FALLBACK
41
41
  }) => ({
42
- id: t.id,
43
- name: N({ obj: t.name, locale: n, useFallback: i })
42
+ id: n.id,
43
+ name: N({ obj: n.name, locale: a, useFallback: t })
44
44
  }), c = {
45
45
  id: "ai_generated",
46
46
  name: {
@@ -55,112 +55,199 @@ const e = {
55
55
  [e.EN_GB]: e.EN_US,
56
56
  [e.DE_DE]: "Gemeinschaftskonsens"
57
57
  }
58
- }, p = {
58
+ }, g = {
59
59
  id: "inferred",
60
60
  name: {
61
61
  [e.EN_US]: "Inferred from Context",
62
62
  [e.EN_GB]: e.EN_US,
63
63
  [e.DE_DE]: "Aus dem Kontext abgeleitet"
64
64
  }
65
- }, m = {
65
+ }, p = {
66
66
  id: "official_website",
67
67
  name: {
68
68
  [e.EN_US]: "Official Website",
69
69
  [e.EN_GB]: e.EN_US,
70
70
  [e.DE_DE]: "Offizielle Website"
71
71
  }
72
- }, g = {
72
+ }, m = {
73
73
  id: "wikipedia",
74
74
  name: {
75
75
  [e.EN_US]: "Wikipedia",
76
76
  [e.EN_GB]: e.EN_US,
77
77
  [e.DE_DE]: "Wikipedia"
78
78
  }
79
- }, vn = {
79
+ }, ia = {
80
80
  [c.id]: c,
81
81
  [r.id]: r,
82
+ [g.id]: g,
82
83
  [p.id]: p,
83
- [m.id]: m,
84
- [g.id]: g
85
- }, hn = S({ obj: vn, keys: ["name"], useFallback: !1 }), b = {
84
+ [m.id]: m
85
+ }, Vn = l({ obj: ia, keys: ["name"], useFallback: !1 }), b = {
86
86
  id: "automation",
87
87
  name: {
88
88
  [e.EN_US]: "Automation",
89
89
  [e.EN_GB]: e.EN_US,
90
90
  [e.DE_DE]: "Automatisierung"
91
91
  }
92
- }, f = {
92
+ }, y = {
93
93
  id: "backend",
94
94
  name: {
95
95
  [e.EN_US]: "Backend",
96
96
  [e.EN_GB]: e.EN_US,
97
97
  [e.DE_DE]: "Backend"
98
98
  }
99
- }, y = {
99
+ }, f = {
100
+ id: "cryptography",
101
+ name: {
102
+ [e.EN_US]: "Cryptography",
103
+ [e.EN_GB]: e.EN_US,
104
+ [e.DE_DE]: "Kryptografie"
105
+ }
106
+ }, u = {
100
107
  id: "frontend",
101
108
  name: {
102
109
  [e.EN_US]: "Frontend",
103
110
  [e.EN_GB]: e.EN_US,
104
111
  [e.DE_DE]: "Frontend"
105
112
  }
106
- }, u = {
113
+ }, k = {
107
114
  id: "javascript",
108
115
  name: {
109
116
  [e.EN_US]: "JavaScript",
110
117
  [e.EN_GB]: e.EN_US,
111
118
  [e.DE_DE]: "JavaScript"
112
119
  }
113
- }, k = {
120
+ }, h = {
114
121
  id: "open_source",
115
122
  name: {
116
123
  [e.EN_US]: "Open Source",
117
124
  [e.EN_GB]: e.EN_US,
118
125
  [e.DE_DE]: "Open Source"
119
126
  }
120
- }, h = {
127
+ }, w = {
121
128
  id: "qa",
122
129
  name: {
123
130
  [e.EN_US]: "QA",
124
131
  [e.EN_GB]: e.EN_US,
125
132
  [e.DE_DE]: "QA"
126
133
  }
127
- }, w = {
134
+ }, D = {
135
+ id: "security",
136
+ name: {
137
+ [e.EN_US]: "Security",
138
+ [e.EN_GB]: e.EN_US,
139
+ [e.DE_DE]: "Sicherheit"
140
+ }
141
+ }, L = {
128
142
  id: "testing",
129
143
  name: {
130
144
  [e.EN_US]: "Testing",
131
145
  [e.EN_GB]: e.EN_US,
132
146
  [e.DE_DE]: "Testing"
133
147
  }
134
- }, L = {
148
+ }, j = {
135
149
  id: "ui_library",
136
150
  name: {
137
151
  [e.EN_US]: "UI Library",
138
152
  [e.EN_GB]: e.EN_US,
139
153
  [e.DE_DE]: "UI-Bibliothek"
140
154
  }
141
- }, wn = {
155
+ }, Yn = {
142
156
  [b.id]: b,
143
- [f.id]: f,
144
157
  [y.id]: y,
158
+ [f.id]: f,
145
159
  [u.id]: u,
146
160
  [k.id]: k,
147
161
  [h.id]: h,
148
162
  [w.id]: w,
149
- [L.id]: L
150
- }, d = S({ obj: wn, keys: ["name"], useFallback: !1 }), D = {
163
+ [D.id]: D,
164
+ [L.id]: L,
165
+ [j.id]: j
166
+ }, d = l({ obj: Yn, keys: ["name"], useFallback: !1 }), v = {
167
+ id: "cms",
168
+ name: {
169
+ [e.EN_US]: "Content Management System",
170
+ [e.EN_GB]: e.EN_US,
171
+ [e.DE_DE]: "Content-Management-System"
172
+ }
173
+ }, A = {
174
+ id: "concept",
175
+ name: {
176
+ [e.EN_US]: "Concept",
177
+ [e.EN_GB]: e.EN_US,
178
+ [e.DE_DE]: "Konzept"
179
+ }
180
+ }, C = {
181
+ id: "framework",
182
+ name: {
183
+ [e.EN_US]: "Framework",
184
+ [e.EN_GB]: e.EN_US,
185
+ [e.DE_DE]: "Framework"
186
+ }
187
+ }, B = {
188
+ id: "language",
189
+ name: {
190
+ [e.EN_US]: "Language",
191
+ [e.EN_GB]: e.EN_US,
192
+ [e.DE_DE]: "Sprache"
193
+ }
194
+ }, T = {
195
+ id: "library",
196
+ name: {
197
+ [e.EN_US]: "Library",
198
+ [e.EN_GB]: e.EN_US,
199
+ [e.DE_DE]: "Bibliothek"
200
+ }
201
+ }, G = {
202
+ id: "methodology",
203
+ name: {
204
+ [e.EN_US]: "Methodology",
205
+ [e.EN_GB]: e.EN_US,
206
+ [e.DE_DE]: "Methodik"
207
+ }
208
+ }, x = {
209
+ id: "platform",
210
+ name: {
211
+ [e.EN_US]: "Platform"
212
+ }
213
+ }, z = {
214
+ id: "runtime_environment",
215
+ name: {
216
+ [e.EN_US]: "Runtime Environment",
217
+ [e.EN_GB]: e.EN_US,
218
+ [e.DE_DE]: "Laufzeitumgebung"
219
+ }
220
+ }, F = {
221
+ id: "standard",
222
+ name: {
223
+ [e.EN_US]: "Standard",
224
+ [e.EN_GB]: e.EN_US,
225
+ [e.DE_DE]: "Standard"
226
+ }
227
+ }, Zn = {
228
+ [v.id]: v,
229
+ [A.id]: A,
230
+ [C.id]: C,
231
+ [B.id]: B,
232
+ [T.id]: T,
233
+ [G.id]: G,
234
+ [z.id]: z,
235
+ [x.id]: x,
236
+ [F.id]: F
237
+ }, i = l({ obj: Zn, keys: ["name"], useFallback: !1 }), O = {
151
238
  id: "aes",
152
239
  name: {
153
240
  [e.EN_US]: "AES"
154
241
  },
155
242
  label: {
156
- [e.EN_US]: ""
243
+ [e.EN_US]: "Encryption Standard"
157
244
  },
158
245
  definition: {
159
- [e.EN_US]: ""
246
+ [e.EN_US]: "Advanced Encryption Standard (AES) is a symmetric encryption algorithm established as a standard by the US National Institute of Standards and Technology (NIST) in 2001. It uses block cipher with key sizes of 128, 192, or 256 bits and is widely adopted for securing sensitive data in software applications, communications, and storage systems."
160
247
  },
161
- type: [],
162
- tags: []
163
- }, A = {
248
+ type: [i.standard],
249
+ tags: [d.security, d.cryptography]
250
+ }, M = {
164
251
  id: "agile",
165
252
  name: {
166
253
  [e.EN_US]: "Agile"
@@ -173,7 +260,7 @@ const e = {
173
260
  },
174
261
  type: [],
175
262
  tags: []
176
- }, j = {
263
+ }, P = {
177
264
  id: "ai",
178
265
  name: {
179
266
  [e.EN_US]: "AI"
@@ -186,7 +273,7 @@ const e = {
186
273
  },
187
274
  type: [],
188
275
  tags: []
189
- }, v = {
276
+ }, R = {
190
277
  id: "algolia",
191
278
  name: {
192
279
  [e.EN_US]: "Algolia"
@@ -199,7 +286,7 @@ const e = {
199
286
  },
200
287
  type: [],
201
288
  tags: []
202
- }, C = {
289
+ }, W = {
203
290
  id: "alpine_js",
204
291
  name: {
205
292
  [e.EN_US]: "Alpine.js"
@@ -212,7 +299,7 @@ const e = {
212
299
  },
213
300
  type: [],
214
301
  tags: []
215
- }, B = {
302
+ }, J = {
216
303
  id: "android_studio",
217
304
  name: {
218
305
  [e.EN_US]: "Android Studio"
@@ -225,7 +312,7 @@ const e = {
225
312
  },
226
313
  type: [],
227
314
  tags: []
228
- }, T = {
315
+ }, I = {
229
316
  id: "angularjs",
230
317
  name: {
231
318
  [e.EN_US]: "AngularJS"
@@ -238,7 +325,7 @@ const e = {
238
325
  },
239
326
  type: [],
240
327
  tags: []
241
- }, G = {
328
+ }, q = {
242
329
  id: "apache_tomcat",
243
330
  name: {
244
331
  [e.EN_US]: "Apache Tomcat"
@@ -251,7 +338,7 @@ const e = {
251
338
  },
252
339
  type: [],
253
340
  tags: []
254
- }, x = {
341
+ }, K = {
255
342
  id: "asp_net",
256
343
  name: {
257
344
  [e.EN_US]: "ASP.NET"
@@ -264,70 +351,20 @@ const e = {
264
351
  },
265
352
  type: [],
266
353
  tags: []
267
- }, z = {
268
- id: "cms",
269
- name: {
270
- [e.EN_US]: "Content Management System",
271
- [e.EN_GB]: e.EN_US,
272
- [e.DE_DE]: "Content-Management-System"
273
- }
274
- }, F = {
275
- id: "concept",
276
- name: {
277
- [e.EN_US]: "Concept",
278
- [e.EN_GB]: e.EN_US,
279
- [e.DE_DE]: "Konzept"
280
- }
281
- }, O = {
282
- id: "framework",
283
- name: {
284
- [e.EN_US]: "Framework",
285
- [e.EN_GB]: e.EN_US,
286
- [e.DE_DE]: "Framework"
287
- }
288
- }, M = {
289
- id: "language",
290
- name: {
291
- [e.EN_US]: "Language",
292
- [e.EN_GB]: e.EN_US,
293
- [e.DE_DE]: "Sprache"
294
- }
295
- }, P = {
296
- id: "library",
297
- name: {
298
- [e.EN_US]: "Library",
299
- [e.EN_GB]: e.EN_US,
300
- [e.DE_DE]: "Bibliothek"
301
- }
302
- }, R = {
303
- id: "methodology",
304
- name: {
305
- [e.EN_US]: "Methodology",
306
- [e.EN_GB]: e.EN_US,
307
- [e.DE_DE]: "Methodik"
308
- }
309
- }, W = {
310
- id: "platform",
311
- name: {
312
- [e.EN_US]: "Platform"
313
- }
314
- }, J = {
315
- id: "runtime_environment",
354
+ }, H = {
355
+ id: "assembly",
316
356
  name: {
317
- [e.EN_US]: "Runtime Environment",
318
- [e.EN_GB]: e.EN_US,
319
- [e.DE_DE]: "Laufzeitumgebung"
320
- }
321
- }, Ln = {
322
- [z.id]: z,
323
- [F.id]: F,
324
- [O.id]: O,
325
- [M.id]: M,
326
- [P.id]: P,
327
- [R.id]: R,
328
- [J.id]: J,
329
- [W.id]: W
330
- }, l = S({ obj: Ln, keys: ["name"], useFallback: !1 }), q = {
357
+ [e.EN_US]: "Assembly"
358
+ },
359
+ label: {
360
+ [e.EN_US]: ""
361
+ },
362
+ definition: {
363
+ [e.EN_US]: ""
364
+ },
365
+ type: [i.language],
366
+ tags: []
367
+ }, Q = {
331
368
  id: "aws",
332
369
  name: {
333
370
  [e.EN_US]: "AWS"
@@ -338,12 +375,12 @@ const e = {
338
375
  definition: {
339
376
  [e.EN_US]: ""
340
377
  },
341
- type: [l.platform],
378
+ type: [i.platform],
342
379
  tags: [],
343
380
  links: {
344
381
  website: ""
345
382
  }
346
- }, I = {
383
+ }, V = {
347
384
  id: "azure",
348
385
  name: {
349
386
  [e.EN_US]: "Azure"
@@ -356,7 +393,7 @@ const e = {
356
393
  },
357
394
  type: [],
358
395
  tags: []
359
- }, H = {
396
+ }, Y = {
360
397
  id: "azure_pipelines",
361
398
  name: {
362
399
  [e.EN_US]: "Azure Pipelines"
@@ -369,7 +406,7 @@ const e = {
369
406
  },
370
407
  type: [],
371
408
  tags: []
372
- }, K = {
409
+ }, Z = {
373
410
  id: "backbone_js",
374
411
  name: {
375
412
  [e.EN_US]: "Backbone.js"
@@ -382,7 +419,7 @@ const e = {
382
419
  },
383
420
  type: [],
384
421
  tags: []
385
- }, Q = {
422
+ }, X = {
386
423
  id: "bash",
387
424
  name: {
388
425
  [e.EN_US]: "Bash"
@@ -393,9 +430,9 @@ const e = {
393
430
  definition: {
394
431
  [e.EN_US]: ""
395
432
  },
396
- type: [],
433
+ type: [i.language],
397
434
  tags: []
398
- }, V = {
435
+ }, $ = {
399
436
  id: "bdd",
400
437
  name: {
401
438
  [e.EN_US]: "BDD"
@@ -408,7 +445,7 @@ const e = {
408
445
  },
409
446
  type: [],
410
447
  tags: []
411
- }, Y = {
448
+ }, ee = {
412
449
  id: "beanstalk",
413
450
  name: {
414
451
  [e.EN_US]: "Beanstalk"
@@ -421,7 +458,7 @@ const e = {
421
458
  },
422
459
  type: [],
423
460
  tags: []
424
- }, Z = {
461
+ }, ie = {
425
462
  id: "big_js",
426
463
  name: {
427
464
  [e.EN_US]: "Big.js"
@@ -434,7 +471,7 @@ const e = {
434
471
  },
435
472
  type: [],
436
473
  tags: []
437
- }, X = {
474
+ }, te = {
438
475
  id: "biome",
439
476
  name: {
440
477
  [e.EN_US]: "Biome"
@@ -447,7 +484,7 @@ const e = {
447
484
  },
448
485
  type: [],
449
486
  tags: []
450
- }, $ = {
487
+ }, ne = {
451
488
  id: "bitbucket_pipelines",
452
489
  name: {
453
490
  [e.EN_US]: "Bitbucket Pipelines"
@@ -460,7 +497,7 @@ const e = {
460
497
  },
461
498
  type: [],
462
499
  tags: []
463
- }, ee = {
500
+ }, ae = {
464
501
  id: "bitcoin",
465
502
  name: {
466
503
  [e.EN_US]: "Bitcoin"
@@ -473,7 +510,7 @@ const e = {
473
510
  },
474
511
  type: [],
475
512
  tags: []
476
- }, ie = {
513
+ }, se = {
477
514
  id: "blockchain",
478
515
  name: {
479
516
  [e.EN_US]: "Blockchain"
@@ -486,7 +523,7 @@ const e = {
486
523
  },
487
524
  type: [],
488
525
  tags: []
489
- }, te = {
526
+ }, oe = {
490
527
  id: "bootstrap",
491
528
  name: {
492
529
  [e.EN_US]: "Bootstrap"
@@ -499,7 +536,7 @@ const e = {
499
536
  },
500
537
  type: [],
501
538
  tags: []
502
- }, ne = {
539
+ }, de = {
503
540
  id: "browserify",
504
541
  name: {
505
542
  [e.EN_US]: "Browserify"
@@ -512,7 +549,7 @@ const e = {
512
549
  },
513
550
  type: [],
514
551
  tags: []
515
- }, ae = {
552
+ }, _e = {
516
553
  id: "browserstack",
517
554
  name: {
518
555
  [e.EN_US]: "BrowserStack"
@@ -525,7 +562,7 @@ const e = {
525
562
  },
526
563
  type: [],
527
564
  tags: []
528
- }, se = {
565
+ }, Ee = {
529
566
  id: "bugzilla",
530
567
  name: {
531
568
  [e.EN_US]: "Bugzilla"
@@ -538,7 +575,7 @@ const e = {
538
575
  },
539
576
  type: [],
540
577
  tags: []
541
- }, oe = {
578
+ }, Se = {
542
579
  id: "c_sharp",
543
580
  name: {
544
581
  [e.EN_US]: "C#"
@@ -549,9 +586,9 @@ const e = {
549
586
  definition: {
550
587
  [e.EN_US]: ""
551
588
  },
552
- type: [],
589
+ type: [i.language],
553
590
  tags: []
554
- }, _e = {
591
+ }, le = {
555
592
  id: "cakephp",
556
593
  name: {
557
594
  [e.EN_US]: "CakePHP"
@@ -564,7 +601,7 @@ const e = {
564
601
  },
565
602
  type: [],
566
603
  tags: []
567
- }, de = {
604
+ }, Ne = {
568
605
  id: "chart_js",
569
606
  name: {
570
607
  [e.EN_US]: "Chart.js"
@@ -577,7 +614,7 @@ const e = {
577
614
  },
578
615
  type: [],
579
616
  tags: []
580
- }, Ee = {
617
+ }, Ue = {
581
618
  id: "ci_cd",
582
619
  name: {
583
620
  [e.EN_US]: "CI/CD"
@@ -590,7 +627,7 @@ const e = {
590
627
  },
591
628
  type: [],
592
629
  tags: []
593
- }, Se = {
630
+ }, ce = {
594
631
  id: "circle_ci",
595
632
  name: {
596
633
  [e.EN_US]: "CircleCI"
@@ -603,7 +640,7 @@ const e = {
603
640
  },
604
641
  type: [],
605
642
  tags: []
606
- }, le = {
643
+ }, re = {
607
644
  id: "claude_code",
608
645
  name: {
609
646
  [e.EN_US]: "Claude Code"
@@ -616,7 +653,7 @@ const e = {
616
653
  },
617
654
  type: [],
618
655
  tags: []
619
- }, Ne = {
656
+ }, ge = {
620
657
  id: "clean_code",
621
658
  name: {
622
659
  [e.EN_US]: "Clean Code"
@@ -629,7 +666,20 @@ const e = {
629
666
  },
630
667
  type: [],
631
668
  tags: []
632
- }, Ue = {
669
+ }, pe = {
670
+ id: "clojure",
671
+ name: {
672
+ [e.EN_US]: "Clojure"
673
+ },
674
+ label: {
675
+ [e.EN_US]: ""
676
+ },
677
+ definition: {
678
+ [e.EN_US]: ""
679
+ },
680
+ type: [i.language],
681
+ tags: []
682
+ }, me = {
633
683
  id: "cloudflare",
634
684
  name: {
635
685
  [e.EN_US]: "Cloudflare"
@@ -642,7 +692,7 @@ const e = {
642
692
  },
643
693
  type: [],
644
694
  tags: []
645
- }, ce = {
695
+ }, be = {
646
696
  id: "codacy",
647
697
  name: {
648
698
  [e.EN_US]: "Codacy"
@@ -655,7 +705,7 @@ const e = {
655
705
  },
656
706
  type: [],
657
707
  tags: []
658
- }, re = {
708
+ }, ye = {
659
709
  id: "codeigniter",
660
710
  name: {
661
711
  [e.EN_US]: "CodeIgniter"
@@ -668,7 +718,7 @@ const e = {
668
718
  },
669
719
  type: [],
670
720
  tags: []
671
- }, pe = {
721
+ }, fe = {
672
722
  id: "confluence",
673
723
  name: {
674
724
  [e.EN_US]: "Confluence"
@@ -681,7 +731,7 @@ const e = {
681
731
  },
682
732
  type: [],
683
733
  tags: []
684
- }, me = {
734
+ }, ue = {
685
735
  id: "contentful",
686
736
  name: {
687
737
  [e.EN_US]: "Contentful"
@@ -694,7 +744,7 @@ const e = {
694
744
  },
695
745
  type: [],
696
746
  tags: []
697
- }, ge = {
747
+ }, ke = {
698
748
  id: "cplusplus",
699
749
  name: {
700
750
  [e.EN_US]: "C++"
@@ -705,9 +755,9 @@ const e = {
705
755
  definition: {
706
756
  [e.EN_US]: ""
707
757
  },
708
- type: [],
758
+ type: [i.language],
709
759
  tags: []
710
- }, be = {
760
+ }, he = {
711
761
  id: "craft_cms",
712
762
  name: {
713
763
  [e.EN_US]: "Craft CMS"
@@ -720,7 +770,7 @@ const e = {
720
770
  },
721
771
  type: [],
722
772
  tags: []
723
- }, fe = {
773
+ }, we = {
724
774
  id: "cs_cart",
725
775
  name: {
726
776
  [e.EN_US]: "CS-Cart"
@@ -733,7 +783,7 @@ const e = {
733
783
  },
734
784
  type: [],
735
785
  tags: []
736
- }, ye = {
786
+ }, De = {
737
787
  id: "css",
738
788
  name: {
739
789
  [e.EN_US]: "CSS"
@@ -744,9 +794,9 @@ const e = {
744
794
  definition: {
745
795
  [e.EN_US]: ""
746
796
  },
747
- type: [],
797
+ type: [i.language],
748
798
  tags: []
749
- }, ue = {
799
+ }, Le = {
750
800
  id: "css_in_js",
751
801
  name: {
752
802
  [e.EN_US]: "CSS-in-JS"
@@ -759,7 +809,7 @@ const e = {
759
809
  },
760
810
  type: [],
761
811
  tags: []
762
- }, ke = {
812
+ }, je = {
763
813
  id: "css_modules",
764
814
  name: {
765
815
  [e.EN_US]: "CSS Modules"
@@ -772,7 +822,7 @@ const e = {
772
822
  },
773
823
  type: [],
774
824
  tags: []
775
- }, he = {
825
+ }, ve = {
776
826
  id: "cucumber",
777
827
  name: {
778
828
  [e.EN_US]: "Cucumber"
@@ -785,7 +835,7 @@ const e = {
785
835
  },
786
836
  type: [],
787
837
  tags: []
788
- }, we = {
838
+ }, Ae = {
789
839
  id: "cvs",
790
840
  name: {
791
841
  [e.EN_US]: "CVS"
@@ -798,7 +848,7 @@ const e = {
798
848
  },
799
849
  type: [],
800
850
  tags: []
801
- }, Le = {
851
+ }, Ce = {
802
852
  id: "cypress",
803
853
  name: {
804
854
  [e.EN_US]: "Cypress"
@@ -811,7 +861,20 @@ const e = {
811
861
  },
812
862
  type: [],
813
863
  tags: []
814
- }, De = {
864
+ }, Be = {
865
+ id: "dart",
866
+ name: {
867
+ [e.EN_US]: "Dart"
868
+ },
869
+ label: {
870
+ [e.EN_US]: ""
871
+ },
872
+ definition: {
873
+ [e.EN_US]: ""
874
+ },
875
+ type: [i.language],
876
+ tags: []
877
+ }, Te = {
815
878
  id: "ddd",
816
879
  name: {
817
880
  [e.EN_US]: "DDD"
@@ -824,7 +887,7 @@ const e = {
824
887
  },
825
888
  type: [],
826
889
  tags: []
827
- }, Ae = {
890
+ }, Ge = {
828
891
  id: "digital_ocean",
829
892
  name: {
830
893
  [e.EN_US]: "Digital Ocean"
@@ -837,7 +900,7 @@ const e = {
837
900
  },
838
901
  type: [],
839
902
  tags: []
840
- }, je = {
903
+ }, xe = {
841
904
  id: "docker",
842
905
  name: {
843
906
  [e.EN_US]: "Docker"
@@ -850,7 +913,7 @@ const e = {
850
913
  },
851
914
  type: [],
852
915
  tags: []
853
- }, ve = {
916
+ }, ze = {
854
917
  id: "docusaurus",
855
918
  name: {
856
919
  [e.EN_US]: "Docusaurus"
@@ -863,7 +926,7 @@ const e = {
863
926
  },
864
927
  type: [],
865
928
  tags: []
866
- }, Ce = {
929
+ }, Fe = {
867
930
  id: "dot_net",
868
931
  name: {
869
932
  [e.EN_US]: ".NET"
@@ -876,7 +939,7 @@ const e = {
876
939
  },
877
940
  type: [],
878
941
  tags: []
879
- }, Be = {
942
+ }, Oe = {
880
943
  id: "dreamweaver",
881
944
  name: {
882
945
  [e.EN_US]: "Dreamweaver"
@@ -889,7 +952,7 @@ const e = {
889
952
  },
890
953
  type: [],
891
954
  tags: []
892
- }, Te = {
955
+ }, Me = {
893
956
  id: "dynatrace",
894
957
  name: {
895
958
  [e.EN_US]: "Dynatrace"
@@ -902,7 +965,7 @@ const e = {
902
965
  },
903
966
  type: [],
904
967
  tags: []
905
- }, Ge = {
968
+ }, Pe = {
906
969
  id: "e2e",
907
970
  name: {
908
971
  [e.EN_US]: "End-to-end Testing"
@@ -913,9 +976,9 @@ const e = {
913
976
  definition: {
914
977
  [e.EN_US]: "A software testing methodology that validates the entire application flow from start to finish, simulating real user scenarios to ensure all integrated components work together correctly."
915
978
  },
916
- type: [l.concept, l.methodology],
979
+ type: [i.concept, i.methodology],
917
980
  tags: [d.testing, d.automation, d.qa]
918
- }, xe = {
981
+ }, Re = {
919
982
  id: "encryption",
920
983
  name: {
921
984
  [e.EN_US]: "Encryption"
@@ -928,7 +991,20 @@ const e = {
928
991
  },
929
992
  type: [],
930
993
  tags: []
931
- }, ze = {
994
+ }, We = {
995
+ id: "erlang",
996
+ name: {
997
+ [e.EN_US]: "Erlang"
998
+ },
999
+ label: {
1000
+ [e.EN_US]: ""
1001
+ },
1002
+ definition: {
1003
+ [e.EN_US]: ""
1004
+ },
1005
+ type: [i.language],
1006
+ tags: []
1007
+ }, Je = {
932
1008
  id: "es_build",
933
1009
  name: {
934
1010
  [e.EN_US]: "esbuild"
@@ -941,7 +1017,7 @@ const e = {
941
1017
  },
942
1018
  type: [],
943
1019
  tags: []
944
- }, Fe = {
1020
+ }, Ie = {
945
1021
  id: "eslint",
946
1022
  name: {
947
1023
  [e.EN_US]: "ESLint"
@@ -954,7 +1030,7 @@ const e = {
954
1030
  },
955
1031
  type: [],
956
1032
  tags: []
957
- }, Oe = {
1033
+ }, qe = {
958
1034
  id: "excel",
959
1035
  name: {
960
1036
  [e.EN_US]: "Excel"
@@ -967,7 +1043,7 @@ const e = {
967
1043
  },
968
1044
  type: [],
969
1045
  tags: []
970
- }, Me = {
1046
+ }, Ke = {
971
1047
  id: "express",
972
1048
  name: {
973
1049
  [e.EN_US]: "Express"
@@ -980,10 +1056,23 @@ const e = {
980
1056
  },
981
1057
  type: [],
982
1058
  tags: []
983
- }, Pe = {
1059
+ }, He = {
984
1060
  id: "expression_engine",
985
1061
  name: {
986
- [e.EN_US]: "ExpressionEngine CMS"
1062
+ [e.EN_US]: "ExpressionEngine CMS"
1063
+ },
1064
+ label: {
1065
+ [e.EN_US]: ""
1066
+ },
1067
+ definition: {
1068
+ [e.EN_US]: ""
1069
+ },
1070
+ type: [],
1071
+ tags: []
1072
+ }, Qe = {
1073
+ id: "f_sharp",
1074
+ name: {
1075
+ [e.EN_US]: "F#"
987
1076
  },
988
1077
  label: {
989
1078
  [e.EN_US]: ""
@@ -991,9 +1080,9 @@ const e = {
991
1080
  definition: {
992
1081
  [e.EN_US]: ""
993
1082
  },
994
- type: [],
1083
+ type: [i.language],
995
1084
  tags: []
996
- }, Re = {
1085
+ }, Ve = {
997
1086
  id: "fhir",
998
1087
  name: {
999
1088
  [e.EN_US]: "FHIR"
@@ -1006,7 +1095,7 @@ const e = {
1006
1095
  },
1007
1096
  type: [],
1008
1097
  tags: []
1009
- }, We = {
1098
+ }, Ye = {
1010
1099
  id: "figma",
1011
1100
  name: {
1012
1101
  [e.EN_US]: "Figma"
@@ -1019,7 +1108,7 @@ const e = {
1019
1108
  },
1020
1109
  type: [],
1021
1110
  tags: []
1022
- }, Je = {
1111
+ }, Ze = {
1023
1112
  id: "filezilla",
1024
1113
  name: {
1025
1114
  [e.EN_US]: "FileZilla"
@@ -1032,7 +1121,7 @@ const e = {
1032
1121
  },
1033
1122
  type: [],
1034
1123
  tags: []
1035
- }, qe = {
1124
+ }, Xe = {
1036
1125
  id: "firebase",
1037
1126
  name: {
1038
1127
  [e.EN_US]: "Firebase"
@@ -1045,7 +1134,7 @@ const e = {
1045
1134
  },
1046
1135
  type: [],
1047
1136
  tags: []
1048
- }, Ie = {
1137
+ }, $e = {
1049
1138
  id: "flamelink",
1050
1139
  name: {
1051
1140
  [e.EN_US]: "Flamelink CMS"
@@ -1058,7 +1147,7 @@ const e = {
1058
1147
  },
1059
1148
  type: [],
1060
1149
  tags: []
1061
- }, He = {
1150
+ }, ei = {
1062
1151
  id: "flutter",
1063
1152
  name: {
1064
1153
  [e.EN_US]: "Flutter"
@@ -1071,7 +1160,20 @@ const e = {
1071
1160
  },
1072
1161
  type: [],
1073
1162
  tags: []
1074
- }, Ke = {
1163
+ }, ii = {
1164
+ id: "fortran",
1165
+ name: {
1166
+ [e.EN_US]: "Fortran"
1167
+ },
1168
+ label: {
1169
+ [e.EN_US]: ""
1170
+ },
1171
+ definition: {
1172
+ [e.EN_US]: ""
1173
+ },
1174
+ type: [i.language],
1175
+ tags: []
1176
+ }, ti = {
1075
1177
  id: "foundation",
1076
1178
  name: {
1077
1179
  [e.EN_US]: "Foundation"
@@ -1084,7 +1186,7 @@ const e = {
1084
1186
  },
1085
1187
  type: [],
1086
1188
  tags: []
1087
- }, Qe = {
1189
+ }, ni = {
1088
1190
  id: "ftp",
1089
1191
  name: {
1090
1192
  [e.EN_US]: "FTP"
@@ -1097,7 +1199,7 @@ const e = {
1097
1199
  },
1098
1200
  type: [],
1099
1201
  tags: []
1100
- }, Ve = {
1202
+ }, ai = {
1101
1203
  id: "gatsby",
1102
1204
  name: {
1103
1205
  [e.EN_US]: "Gatsby"
@@ -1110,7 +1212,7 @@ const e = {
1110
1212
  },
1111
1213
  type: [],
1112
1214
  tags: []
1113
- }, Ye = {
1215
+ }, si = {
1114
1216
  id: "gcp",
1115
1217
  name: {
1116
1218
  [e.EN_US]: "GCP"
@@ -1123,7 +1225,7 @@ const e = {
1123
1225
  },
1124
1226
  type: [],
1125
1227
  tags: []
1126
- }, Ze = {
1228
+ }, oi = {
1127
1229
  id: "git",
1128
1230
  name: {
1129
1231
  [e.EN_US]: "Git"
@@ -1136,7 +1238,7 @@ const e = {
1136
1238
  },
1137
1239
  type: [],
1138
1240
  tags: []
1139
- }, Xe = {
1241
+ }, di = {
1140
1242
  id: "github",
1141
1243
  name: {
1142
1244
  [e.EN_US]: "GitHub"
@@ -1149,7 +1251,7 @@ const e = {
1149
1251
  },
1150
1252
  type: [],
1151
1253
  tags: []
1152
- }, $e = {
1254
+ }, _i = {
1153
1255
  id: "github_actions",
1154
1256
  name: {
1155
1257
  [e.EN_US]: "GitHub Actions"
@@ -1162,7 +1264,7 @@ const e = {
1162
1264
  },
1163
1265
  type: [],
1164
1266
  tags: []
1165
- }, ei = {
1267
+ }, Ei = {
1166
1268
  id: "gitlab",
1167
1269
  name: {
1168
1270
  [e.EN_US]: "GitLab"
@@ -1175,7 +1277,7 @@ const e = {
1175
1277
  },
1176
1278
  type: [],
1177
1279
  tags: []
1178
- }, ii = {
1280
+ }, Si = {
1179
1281
  id: "gitlab_ci",
1180
1282
  name: {
1181
1283
  [e.EN_US]: "GitLab CI"
@@ -1188,7 +1290,7 @@ const e = {
1188
1290
  },
1189
1291
  type: [],
1190
1292
  tags: []
1191
- }, ti = {
1293
+ }, li = {
1192
1294
  id: "golang",
1193
1295
  name: {
1194
1296
  [e.EN_US]: "Go"
@@ -1199,9 +1301,9 @@ const e = {
1199
1301
  definition: {
1200
1302
  [e.EN_US]: ""
1201
1303
  },
1202
- type: [],
1304
+ type: [i.language],
1203
1305
  tags: []
1204
- }, ni = {
1306
+ }, Ni = {
1205
1307
  id: "google_analytics",
1206
1308
  name: {
1207
1309
  [e.EN_US]: "Google Analytics"
@@ -1214,7 +1316,7 @@ const e = {
1214
1316
  },
1215
1317
  type: [],
1216
1318
  tags: []
1217
- }, ai = {
1319
+ }, Ui = {
1218
1320
  id: "google_app_engine",
1219
1321
  name: {
1220
1322
  [e.EN_US]: "Google App Engine"
@@ -1227,7 +1329,7 @@ const e = {
1227
1329
  },
1228
1330
  type: [],
1229
1331
  tags: []
1230
- }, si = {
1332
+ }, ci = {
1231
1333
  id: "google_business",
1232
1334
  name: {
1233
1335
  [e.EN_US]: "Google Business"
@@ -1240,7 +1342,7 @@ const e = {
1240
1342
  },
1241
1343
  type: [],
1242
1344
  tags: []
1243
- }, oi = {
1345
+ }, ri = {
1244
1346
  id: "google_maps_api",
1245
1347
  name: {
1246
1348
  [e.EN_US]: "Google Maps API"
@@ -1253,7 +1355,7 @@ const e = {
1253
1355
  },
1254
1356
  type: [],
1255
1357
  tags: []
1256
- }, _i = {
1358
+ }, gi = {
1257
1359
  id: "graphql",
1258
1360
  name: {
1259
1361
  [e.EN_US]: "GraphQL"
@@ -1266,7 +1368,20 @@ const e = {
1266
1368
  },
1267
1369
  type: [],
1268
1370
  tags: []
1269
- }, di = {
1371
+ }, pi = {
1372
+ id: "groovy",
1373
+ name: {
1374
+ [e.EN_US]: "Groovy"
1375
+ },
1376
+ label: {
1377
+ [e.EN_US]: ""
1378
+ },
1379
+ definition: {
1380
+ [e.EN_US]: ""
1381
+ },
1382
+ type: [i.language],
1383
+ tags: []
1384
+ }, mi = {
1270
1385
  id: "grunt",
1271
1386
  name: {
1272
1387
  [e.EN_US]: "Grunt"
@@ -1279,7 +1394,7 @@ const e = {
1279
1394
  },
1280
1395
  type: [],
1281
1396
  tags: []
1282
- }, Ei = {
1397
+ }, bi = {
1283
1398
  id: "gulp",
1284
1399
  name: {
1285
1400
  [e.EN_US]: "Gulp"
@@ -1292,7 +1407,7 @@ const e = {
1292
1407
  },
1293
1408
  type: [],
1294
1409
  tags: []
1295
- }, Si = {
1410
+ }, yi = {
1296
1411
  id: "handlebars",
1297
1412
  name: {
1298
1413
  [e.EN_US]: "Handlebars"
@@ -1305,7 +1420,7 @@ const e = {
1305
1420
  },
1306
1421
  type: [],
1307
1422
  tags: []
1308
- }, li = {
1423
+ }, fi = {
1309
1424
  id: "handsontable",
1310
1425
  name: {
1311
1426
  [e.EN_US]: "Handsontable"
@@ -1318,7 +1433,20 @@ const e = {
1318
1433
  },
1319
1434
  type: [],
1320
1435
  tags: []
1321
- }, Ni = {
1436
+ }, ui = {
1437
+ id: "haskell",
1438
+ name: {
1439
+ [e.EN_US]: "Haskell"
1440
+ },
1441
+ label: {
1442
+ [e.EN_US]: ""
1443
+ },
1444
+ definition: {
1445
+ [e.EN_US]: ""
1446
+ },
1447
+ type: [i.language],
1448
+ tags: []
1449
+ }, ki = {
1322
1450
  id: "hetzner",
1323
1451
  name: {
1324
1452
  [e.EN_US]: "Hetzner"
@@ -1331,7 +1459,7 @@ const e = {
1331
1459
  },
1332
1460
  type: [],
1333
1461
  tags: []
1334
- }, Ui = {
1462
+ }, hi = {
1335
1463
  id: "hl7",
1336
1464
  name: {
1337
1465
  [e.EN_US]: "HL7"
@@ -1344,7 +1472,7 @@ const e = {
1344
1472
  },
1345
1473
  type: [],
1346
1474
  tags: []
1347
- }, ci = {
1475
+ }, wi = {
1348
1476
  id: "html",
1349
1477
  name: {
1350
1478
  [e.EN_US]: "HTML"
@@ -1355,9 +1483,9 @@ const e = {
1355
1483
  definition: {
1356
1484
  [e.EN_US]: ""
1357
1485
  },
1358
- type: [],
1486
+ type: [i.language],
1359
1487
  tags: []
1360
- }, ri = {
1488
+ }, Di = {
1361
1489
  id: "htmx",
1362
1490
  name: {
1363
1491
  [e.EN_US]: "HTMX"
@@ -1370,7 +1498,7 @@ const e = {
1370
1498
  },
1371
1499
  type: [],
1372
1500
  tags: []
1373
- }, pi = {
1501
+ }, Li = {
1374
1502
  id: "i18n",
1375
1503
  name: {
1376
1504
  [e.EN_US]: "i18n"
@@ -1383,7 +1511,7 @@ const e = {
1383
1511
  },
1384
1512
  type: [],
1385
1513
  tags: []
1386
- }, mi = {
1514
+ }, ji = {
1387
1515
  id: "ionic",
1388
1516
  name: {
1389
1517
  [e.EN_US]: "Ionic Framework"
@@ -1396,7 +1524,7 @@ const e = {
1396
1524
  },
1397
1525
  type: [],
1398
1526
  tags: []
1399
- }, gi = {
1527
+ }, vi = {
1400
1528
  id: "jasmine",
1401
1529
  name: {
1402
1530
  [e.EN_US]: "Jasmine"
@@ -1409,7 +1537,20 @@ const e = {
1409
1537
  },
1410
1538
  type: [],
1411
1539
  tags: []
1412
- }, bi = {
1540
+ }, Ai = {
1541
+ id: "java",
1542
+ name: {
1543
+ [e.EN_US]: "Java"
1544
+ },
1545
+ label: {
1546
+ [e.EN_US]: ""
1547
+ },
1548
+ definition: {
1549
+ [e.EN_US]: ""
1550
+ },
1551
+ type: [i.language],
1552
+ tags: []
1553
+ }, Ci = {
1413
1554
  id: "javascript",
1414
1555
  name: {
1415
1556
  [e.EN_US]: "JavaScript"
@@ -1421,13 +1562,13 @@ const e = {
1421
1562
  definition: {
1422
1563
  [e.EN_US]: ""
1423
1564
  },
1424
- type: [l.language],
1565
+ type: [i.language],
1425
1566
  tags: [d.frontend, d.backend, d.open_source],
1426
1567
  links: {
1427
1568
  website: "https://tc39.es/ecma262",
1428
1569
  wikipedia: "https://en.wikipedia.org/wiki/JavaScript"
1429
1570
  }
1430
- }, fi = {
1571
+ }, Bi = {
1431
1572
  id: "jenkins",
1432
1573
  name: {
1433
1574
  [e.EN_US]: "Jenkins"
@@ -1440,7 +1581,7 @@ const e = {
1440
1581
  },
1441
1582
  type: [],
1442
1583
  tags: []
1443
- }, yi = {
1584
+ }, Ti = {
1444
1585
  id: "jest",
1445
1586
  name: {
1446
1587
  [e.EN_US]: "Jest"
@@ -1453,7 +1594,7 @@ const e = {
1453
1594
  },
1454
1595
  type: [],
1455
1596
  tags: []
1456
- }, ui = {
1597
+ }, Gi = {
1457
1598
  id: "jira",
1458
1599
  name: {
1459
1600
  [e.EN_US]: "Jira"
@@ -1466,7 +1607,7 @@ const e = {
1466
1607
  },
1467
1608
  type: [],
1468
1609
  tags: []
1469
- }, ki = {
1610
+ }, xi = {
1470
1611
  id: "jquery",
1471
1612
  name: {
1472
1613
  [e.EN_US]: "jQuery"
@@ -1479,7 +1620,7 @@ const e = {
1479
1620
  },
1480
1621
  type: [],
1481
1622
  tags: []
1482
- }, hi = {
1623
+ }, zi = {
1483
1624
  id: "js",
1484
1625
  name: {
1485
1626
  [e.EN_US]: "JavaScript"
@@ -1492,7 +1633,7 @@ const e = {
1492
1633
  },
1493
1634
  type: [],
1494
1635
  tags: []
1495
- }, wi = {
1636
+ }, Fi = {
1496
1637
  id: "kanban",
1497
1638
  name: {
1498
1639
  [e.EN_US]: "Kanban"
@@ -1505,7 +1646,7 @@ const e = {
1505
1646
  },
1506
1647
  type: [],
1507
1648
  tags: []
1508
- }, Li = {
1649
+ }, Oi = {
1509
1650
  id: "karma",
1510
1651
  name: {
1511
1652
  [e.EN_US]: "Karma"
@@ -1518,7 +1659,20 @@ const e = {
1518
1659
  },
1519
1660
  type: [],
1520
1661
  tags: []
1521
- }, Di = {
1662
+ }, Mi = {
1663
+ id: "kotlin",
1664
+ name: {
1665
+ [e.EN_US]: "Kotlin"
1666
+ },
1667
+ label: {
1668
+ [e.EN_US]: ""
1669
+ },
1670
+ definition: {
1671
+ [e.EN_US]: ""
1672
+ },
1673
+ type: [i.language],
1674
+ tags: []
1675
+ }, Pi = {
1522
1676
  id: "kubernetes",
1523
1677
  name: {
1524
1678
  [e.EN_US]: "Kubernetes"
@@ -1531,7 +1685,7 @@ const e = {
1531
1685
  },
1532
1686
  type: [],
1533
1687
  tags: []
1534
- }, Ai = {
1688
+ }, Ri = {
1535
1689
  id: "laravel",
1536
1690
  name: {
1537
1691
  [e.EN_US]: "Laravel"
@@ -1544,7 +1698,7 @@ const e = {
1544
1698
  },
1545
1699
  type: [],
1546
1700
  tags: []
1547
- }, ji = {
1701
+ }, Wi = {
1548
1702
  id: "legacy_migration",
1549
1703
  name: {
1550
1704
  [e.EN_US]: "Legacy Migration"
@@ -1557,7 +1711,7 @@ const e = {
1557
1711
  },
1558
1712
  type: [],
1559
1713
  tags: []
1560
- }, vi = {
1714
+ }, Ji = {
1561
1715
  id: "lexical",
1562
1716
  name: {
1563
1717
  [e.EN_US]: "Lexical"
@@ -1570,7 +1724,7 @@ const e = {
1570
1724
  },
1571
1725
  type: [],
1572
1726
  tags: []
1573
- }, Ci = {
1727
+ }, Ii = {
1574
1728
  id: "linux",
1575
1729
  name: {
1576
1730
  [e.EN_US]: "Linux"
@@ -1583,7 +1737,20 @@ const e = {
1583
1737
  },
1584
1738
  type: [],
1585
1739
  tags: []
1586
- }, Bi = {
1740
+ }, qi = {
1741
+ id: "lua",
1742
+ name: {
1743
+ [e.EN_US]: "Lua"
1744
+ },
1745
+ label: {
1746
+ [e.EN_US]: ""
1747
+ },
1748
+ definition: {
1749
+ [e.EN_US]: ""
1750
+ },
1751
+ type: [i.language],
1752
+ tags: []
1753
+ }, Ki = {
1587
1754
  id: "mac_os",
1588
1755
  name: {
1589
1756
  [e.EN_US]: "Mac OS"
@@ -1596,7 +1763,7 @@ const e = {
1596
1763
  },
1597
1764
  type: [],
1598
1765
  tags: []
1599
- }, Ti = {
1766
+ }, Hi = {
1600
1767
  id: "mail_blaze",
1601
1768
  name: {
1602
1769
  [e.EN_US]: "Mail Blaze"
@@ -1609,7 +1776,7 @@ const e = {
1609
1776
  },
1610
1777
  type: [],
1611
1778
  tags: []
1612
- }, Gi = {
1779
+ }, Qi = {
1613
1780
  id: "mailchimp",
1614
1781
  name: {
1615
1782
  [e.EN_US]: "Mailchimp"
@@ -1622,7 +1789,7 @@ const e = {
1622
1789
  },
1623
1790
  type: [],
1624
1791
  tags: []
1625
- }, xi = {
1792
+ }, Vi = {
1626
1793
  id: "make",
1627
1794
  name: {
1628
1795
  [e.EN_US]: "Make"
@@ -1635,7 +1802,7 @@ const e = {
1635
1802
  },
1636
1803
  type: [],
1637
1804
  tags: []
1638
- }, zi = {
1805
+ }, Yi = {
1639
1806
  id: "marionette",
1640
1807
  name: {
1641
1808
  [e.EN_US]: "Marionette.js"
@@ -1648,7 +1815,20 @@ const e = {
1648
1815
  },
1649
1816
  type: [],
1650
1817
  tags: []
1651
- }, Fi = {
1818
+ }, Zi = {
1819
+ id: "matlab",
1820
+ name: {
1821
+ [e.EN_US]: "MATLAB"
1822
+ },
1823
+ label: {
1824
+ [e.EN_US]: ""
1825
+ },
1826
+ definition: {
1827
+ [e.EN_US]: ""
1828
+ },
1829
+ type: [i.language],
1830
+ tags: []
1831
+ }, Xi = {
1652
1832
  id: "maven",
1653
1833
  name: {
1654
1834
  [e.EN_US]: "Maven"
@@ -1661,7 +1841,7 @@ const e = {
1661
1841
  },
1662
1842
  type: [],
1663
1843
  tags: []
1664
- }, Oi = {
1844
+ }, $i = {
1665
1845
  id: "meta_mask",
1666
1846
  name: {
1667
1847
  [e.EN_US]: "MetaMask"
@@ -1674,7 +1854,7 @@ const e = {
1674
1854
  },
1675
1855
  type: [],
1676
1856
  tags: []
1677
- }, Mi = {
1857
+ }, et = {
1678
1858
  id: "microsoft_sql_server",
1679
1859
  name: {
1680
1860
  [e.EN_US]: "Microsoft SQL Server"
@@ -1687,7 +1867,7 @@ const e = {
1687
1867
  },
1688
1868
  type: [],
1689
1869
  tags: []
1690
- }, Pi = {
1870
+ }, it = {
1691
1871
  id: "mongo_db",
1692
1872
  name: {
1693
1873
  [e.EN_US]: "MongoDB"
@@ -1700,7 +1880,7 @@ const e = {
1700
1880
  },
1701
1881
  type: [],
1702
1882
  tags: []
1703
- }, Ri = {
1883
+ }, tt = {
1704
1884
  id: "mui",
1705
1885
  name: {
1706
1886
  [e.EN_US]: "Material UI"
@@ -1713,7 +1893,7 @@ const e = {
1713
1893
  },
1714
1894
  type: [],
1715
1895
  tags: []
1716
- }, Wi = {
1896
+ }, nt = {
1717
1897
  id: "mysql",
1718
1898
  name: {
1719
1899
  [e.EN_US]: "MySQL"
@@ -1726,7 +1906,7 @@ const e = {
1726
1906
  },
1727
1907
  type: [],
1728
1908
  tags: []
1729
- }, Ji = {
1909
+ }, at = {
1730
1910
  id: "navicat",
1731
1911
  name: {
1732
1912
  [e.EN_US]: "Navicat"
@@ -1739,7 +1919,7 @@ const e = {
1739
1919
  },
1740
1920
  type: [],
1741
1921
  tags: []
1742
- }, qi = {
1922
+ }, st = {
1743
1923
  id: "nest_js",
1744
1924
  name: {
1745
1925
  [e.EN_US]: "NestJS"
@@ -1752,7 +1932,7 @@ const e = {
1752
1932
  },
1753
1933
  type: [],
1754
1934
  tags: []
1755
- }, Ii = {
1935
+ }, ot = {
1756
1936
  id: "netbeans",
1757
1937
  name: {
1758
1938
  [e.EN_US]: "NetBeans"
@@ -1765,7 +1945,7 @@ const e = {
1765
1945
  },
1766
1946
  type: [],
1767
1947
  tags: []
1768
- }, Hi = {
1948
+ }, dt = {
1769
1949
  id: "netlify",
1770
1950
  name: {
1771
1951
  [e.EN_US]: "Netlify"
@@ -1778,7 +1958,7 @@ const e = {
1778
1958
  },
1779
1959
  type: [],
1780
1960
  tags: []
1781
- }, Ki = {
1961
+ }, _t = {
1782
1962
  id: "new_relic",
1783
1963
  name: {
1784
1964
  [e.EN_US]: "New Relic"
@@ -1791,7 +1971,7 @@ const e = {
1791
1971
  },
1792
1972
  type: [],
1793
1973
  tags: []
1794
- }, Qi = {
1974
+ }, Et = {
1795
1975
  id: "next_js",
1796
1976
  name: {
1797
1977
  [e.EN_US]: "Next.js"
@@ -1804,7 +1984,7 @@ const e = {
1804
1984
  },
1805
1985
  type: [],
1806
1986
  tags: []
1807
- }, Vi = {
1987
+ }, St = {
1808
1988
  id: "nexudus",
1809
1989
  name: {
1810
1990
  [e.EN_US]: "Nexudus"
@@ -1817,7 +1997,7 @@ const e = {
1817
1997
  },
1818
1998
  type: [],
1819
1999
  tags: []
1820
- }, Yi = {
2000
+ }, lt = {
1821
2001
  id: "nft",
1822
2002
  name: {
1823
2003
  [e.EN_US]: "NFT"
@@ -1830,7 +2010,7 @@ const e = {
1830
2010
  },
1831
2011
  type: [],
1832
2012
  tags: []
1833
- }, Zi = {
2013
+ }, Nt = {
1834
2014
  id: "nginx",
1835
2015
  name: {
1836
2016
  [e.EN_US]: "Nginx"
@@ -1843,7 +2023,7 @@ const e = {
1843
2023
  },
1844
2024
  type: [],
1845
2025
  tags: []
1846
- }, Xi = {
2026
+ }, Ut = {
1847
2027
  id: "nightsbridge",
1848
2028
  name: {
1849
2029
  [e.EN_US]: "Nightsbridge"
@@ -1856,7 +2036,7 @@ const e = {
1856
2036
  },
1857
2037
  type: [],
1858
2038
  tags: []
1859
- }, $i = {
2039
+ }, ct = {
1860
2040
  id: "node",
1861
2041
  name: {
1862
2042
  [e.EN_US]: "Node.js"
@@ -1869,7 +2049,7 @@ const e = {
1869
2049
  },
1870
2050
  type: [],
1871
2051
  tags: []
1872
- }, et = {
2052
+ }, rt = {
1873
2053
  id: "node_js",
1874
2054
  name: {
1875
2055
  [e.EN_US]: "Node.js"
@@ -1882,12 +2062,12 @@ const e = {
1882
2062
  [e.EN_US]: "Node.js is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.",
1883
2063
  [e.DE_DE]: "Node.js ist eine kostenlose, Open-Source, plattformübergreifende JavaScript-Laufzeitumgebung, die es Entwicklern ermöglicht, Server, Webanwendungen, Befehlszeilentools und Skripte zu erstellen."
1884
2064
  },
1885
- type: [l.runtime_environment],
2065
+ type: [i.runtime_environment],
1886
2066
  tags: [d.backend],
1887
2067
  links: {
1888
2068
  website: "https://nodejs.org"
1889
2069
  }
1890
- }, it = {
2070
+ }, gt = {
1891
2071
  id: "node_mailer",
1892
2072
  name: {
1893
2073
  [e.EN_US]: "Nodemailer"
@@ -1900,7 +2080,7 @@ const e = {
1900
2080
  },
1901
2081
  type: [],
1902
2082
  tags: []
1903
- }, tt = {
2083
+ }, pt = {
1904
2084
  id: "nosql",
1905
2085
  name: {
1906
2086
  [e.EN_US]: "NoSQL"
@@ -1913,7 +2093,7 @@ const e = {
1913
2093
  },
1914
2094
  type: [],
1915
2095
  tags: []
1916
- }, nt = {
2096
+ }, mt = {
1917
2097
  id: "nx",
1918
2098
  name: {
1919
2099
  [e.EN_US]: "Nx"
@@ -1926,7 +2106,33 @@ const e = {
1926
2106
  },
1927
2107
  type: [],
1928
2108
  tags: []
1929
- }, at = {
2109
+ }, bt = {
2110
+ id: "objective_c",
2111
+ name: {
2112
+ [e.EN_US]: "Objective-C"
2113
+ },
2114
+ label: {
2115
+ [e.EN_US]: ""
2116
+ },
2117
+ definition: {
2118
+ [e.EN_US]: ""
2119
+ },
2120
+ type: [i.language],
2121
+ tags: []
2122
+ }, yt = {
2123
+ id: "ocaml",
2124
+ name: {
2125
+ [e.EN_US]: "OCaml"
2126
+ },
2127
+ label: {
2128
+ [e.EN_US]: ""
2129
+ },
2130
+ definition: {
2131
+ [e.EN_US]: ""
2132
+ },
2133
+ type: [i.language],
2134
+ tags: []
2135
+ }, ft = {
1930
2136
  id: "okta",
1931
2137
  name: {
1932
2138
  [e.EN_US]: "Okta"
@@ -1939,7 +2145,7 @@ const e = {
1939
2145
  },
1940
2146
  type: [],
1941
2147
  tags: []
1942
- }, st = {
2148
+ }, ut = {
1943
2149
  id: "open_ai",
1944
2150
  name: {
1945
2151
  [e.EN_US]: "OpenAI"
@@ -1952,7 +2158,7 @@ const e = {
1952
2158
  },
1953
2159
  type: [],
1954
2160
  tags: []
1955
- }, ot = {
2161
+ }, kt = {
1956
2162
  id: "optimizely",
1957
2163
  name: {
1958
2164
  [e.EN_US]: "Optimizely"
@@ -1965,7 +2171,7 @@ const e = {
1965
2171
  },
1966
2172
  type: [],
1967
2173
  tags: []
1968
- }, _t = {
2174
+ }, ht = {
1969
2175
  id: "pathlogix",
1970
2176
  name: {
1971
2177
  [e.EN_US]: "Pathlogix"
@@ -1976,9 +2182,22 @@ const e = {
1976
2182
  definition: {
1977
2183
  [e.EN_US]: ""
1978
2184
  },
1979
- type: [],
2185
+ type: [],
2186
+ tags: []
2187
+ }, wt = {
2188
+ id: "perl",
2189
+ name: {
2190
+ [e.EN_US]: "Perl"
2191
+ },
2192
+ label: {
2193
+ [e.EN_US]: ""
2194
+ },
2195
+ definition: {
2196
+ [e.EN_US]: ""
2197
+ },
2198
+ type: [i.language],
1980
2199
  tags: []
1981
- }, dt = {
2200
+ }, Dt = {
1982
2201
  id: "photoshop",
1983
2202
  name: {
1984
2203
  [e.EN_US]: "Photoshop"
@@ -1991,7 +2210,7 @@ const e = {
1991
2210
  },
1992
2211
  type: [],
1993
2212
  tags: []
1994
- }, Et = {
2213
+ }, Lt = {
1995
2214
  id: "php",
1996
2215
  name: {
1997
2216
  [e.EN_US]: "PHP"
@@ -2002,9 +2221,9 @@ const e = {
2002
2221
  definition: {
2003
2222
  [e.EN_US]: ""
2004
2223
  },
2005
- type: [],
2224
+ type: [i.language],
2006
2225
  tags: []
2007
- }, St = {
2226
+ }, jt = {
2008
2227
  id: "pnpm",
2009
2228
  name: {
2010
2229
  [e.EN_US]: "pnpm"
@@ -2017,7 +2236,7 @@ const e = {
2017
2236
  },
2018
2237
  type: [],
2019
2238
  tags: []
2020
- }, lt = {
2239
+ }, vt = {
2021
2240
  id: "polyglot_js",
2022
2241
  name: {
2023
2242
  [e.EN_US]: "Polyglot.js"
@@ -2030,7 +2249,7 @@ const e = {
2030
2249
  },
2031
2250
  type: [],
2032
2251
  tags: []
2033
- }, Nt = {
2252
+ }, At = {
2034
2253
  id: "postgres",
2035
2254
  name: {
2036
2255
  [e.EN_US]: "PostgreSQL"
@@ -2043,7 +2262,7 @@ const e = {
2043
2262
  },
2044
2263
  type: [],
2045
2264
  tags: []
2046
- }, Ut = {
2265
+ }, Ct = {
2047
2266
  id: "posthog",
2048
2267
  name: {
2049
2268
  [e.EN_US]: "PostHog"
@@ -2056,7 +2275,7 @@ const e = {
2056
2275
  },
2057
2276
  type: [],
2058
2277
  tags: []
2059
- }, ct = {
2278
+ }, Bt = {
2060
2279
  id: "prettier",
2061
2280
  name: {
2062
2281
  [e.EN_US]: "Prettier"
@@ -2069,7 +2288,7 @@ const e = {
2069
2288
  },
2070
2289
  type: [],
2071
2290
  tags: []
2072
- }, rt = {
2291
+ }, Tt = {
2073
2292
  id: "putty",
2074
2293
  name: {
2075
2294
  [e.EN_US]: "PuTTY"
@@ -2082,7 +2301,7 @@ const e = {
2082
2301
  },
2083
2302
  type: [],
2084
2303
  tags: []
2085
- }, pt = {
2304
+ }, Gt = {
2086
2305
  id: "pwa",
2087
2306
  name: {
2088
2307
  [e.EN_US]: "Progressive Web App (PWA)"
@@ -2095,7 +2314,7 @@ const e = {
2095
2314
  },
2096
2315
  type: [],
2097
2316
  tags: []
2098
- }, mt = {
2317
+ }, xt = {
2099
2318
  id: "python",
2100
2319
  name: {
2101
2320
  [e.EN_US]: "Python"
@@ -2106,9 +2325,9 @@ const e = {
2106
2325
  definition: {
2107
2326
  [e.EN_US]: ""
2108
2327
  },
2109
- type: [],
2328
+ type: [i.language],
2110
2329
  tags: []
2111
- }, gt = {
2330
+ }, zt = {
2112
2331
  id: "quickbooks",
2113
2332
  name: {
2114
2333
  [e.EN_US]: "QuickBooks"
@@ -2121,7 +2340,20 @@ const e = {
2121
2340
  },
2122
2341
  type: [],
2123
2342
  tags: []
2124
- }, bt = {
2343
+ }, Ft = {
2344
+ id: "r",
2345
+ name: {
2346
+ [e.EN_US]: "R"
2347
+ },
2348
+ label: {
2349
+ [e.EN_US]: ""
2350
+ },
2351
+ definition: {
2352
+ [e.EN_US]: ""
2353
+ },
2354
+ type: [i.language],
2355
+ tags: []
2356
+ }, Ot = {
2125
2357
  id: "react",
2126
2358
  name: {
2127
2359
  [e.EN_US]: "React"
@@ -2134,7 +2366,7 @@ const e = {
2134
2366
  [e.EN_US]: "A JavaScript library for building component-based user interfaces.",
2135
2367
  [e.DE_DE]: "Eine JavaScript-Bibliothek zum Erstellen komponentenbasierter Benutzeroberflächen."
2136
2368
  },
2137
- type: [l.library],
2369
+ type: [i.library],
2138
2370
  tags: [d.frontend, d.backend, d.javascript, d.open_source, d.ui_library],
2139
2371
  links: {
2140
2372
  website: "https://react.dev",
@@ -2143,9 +2375,9 @@ const e = {
2143
2375
  wikipedia: "https://en.wikipedia.org/wiki/React_(software)"
2144
2376
  },
2145
2377
  sources: {
2146
- definition: hn.official_website
2378
+ definition: Vn.official_website
2147
2379
  }
2148
- }, ft = {
2380
+ }, Mt = {
2149
2381
  id: "react_hook_form",
2150
2382
  name: {
2151
2383
  [e.EN_US]: "React Hook Form"
@@ -2158,7 +2390,7 @@ const e = {
2158
2390
  },
2159
2391
  type: [],
2160
2392
  tags: []
2161
- }, yt = {
2393
+ }, Pt = {
2162
2394
  id: "react_pdf",
2163
2395
  name: {
2164
2396
  [e.EN_US]: "React PDF"
@@ -2171,7 +2403,7 @@ const e = {
2171
2403
  },
2172
2404
  type: [],
2173
2405
  tags: []
2174
- }, ut = {
2406
+ }, Rt = {
2175
2407
  id: "react_testing_library",
2176
2408
  name: {
2177
2409
  [e.EN_US]: "React Testing Library"
@@ -2184,7 +2416,7 @@ const e = {
2184
2416
  },
2185
2417
  type: [],
2186
2418
  tags: []
2187
- }, kt = {
2419
+ }, Wt = {
2188
2420
  id: "redux",
2189
2421
  name: {
2190
2422
  [e.EN_US]: "Redux"
@@ -2197,7 +2429,7 @@ const e = {
2197
2429
  },
2198
2430
  type: [],
2199
2431
  tags: []
2200
- }, ht = {
2432
+ }, Jt = {
2201
2433
  id: "reflow_soldering",
2202
2434
  name: {
2203
2435
  [e.EN_US]: "Reflow Soldering"
@@ -2210,7 +2442,7 @@ const e = {
2210
2442
  },
2211
2443
  type: [],
2212
2444
  tags: []
2213
- }, wt = {
2445
+ }, It = {
2214
2446
  id: "resend",
2215
2447
  name: {
2216
2448
  [e.EN_US]: "Resend"
@@ -2223,7 +2455,7 @@ const e = {
2223
2455
  },
2224
2456
  type: [],
2225
2457
  tags: []
2226
- }, Lt = {
2458
+ }, qt = {
2227
2459
  id: "rest_api",
2228
2460
  name: {
2229
2461
  [e.EN_US]: "REST API"
@@ -2236,7 +2468,7 @@ const e = {
2236
2468
  },
2237
2469
  type: [],
2238
2470
  tags: []
2239
- }, Dt = {
2471
+ }, Kt = {
2240
2472
  id: "rsync",
2241
2473
  name: {
2242
2474
  [e.EN_US]: "rsync"
@@ -2249,7 +2481,33 @@ const e = {
2249
2481
  },
2250
2482
  type: [],
2251
2483
  tags: []
2252
- }, At = {
2484
+ }, Ht = {
2485
+ id: "ruby",
2486
+ name: {
2487
+ [e.EN_US]: "Ruby"
2488
+ },
2489
+ label: {
2490
+ [e.EN_US]: ""
2491
+ },
2492
+ definition: {
2493
+ [e.EN_US]: ""
2494
+ },
2495
+ type: [i.language],
2496
+ tags: []
2497
+ }, Qt = {
2498
+ id: "rust",
2499
+ name: {
2500
+ [e.EN_US]: "Rust"
2501
+ },
2502
+ label: {
2503
+ [e.EN_US]: ""
2504
+ },
2505
+ definition: {
2506
+ [e.EN_US]: ""
2507
+ },
2508
+ type: [i.language],
2509
+ tags: []
2510
+ }, Vt = {
2253
2511
  id: "sanity",
2254
2512
  name: {
2255
2513
  [e.EN_US]: "Sanity CMS"
@@ -2262,7 +2520,7 @@ const e = {
2262
2520
  },
2263
2521
  type: [],
2264
2522
  tags: []
2265
- }, jt = {
2523
+ }, Yt = {
2266
2524
  id: "sass",
2267
2525
  name: {
2268
2526
  [e.EN_US]: "SASS"
@@ -2275,7 +2533,20 @@ const e = {
2275
2533
  },
2276
2534
  type: [],
2277
2535
  tags: []
2278
- }, vt = {
2536
+ }, Zt = {
2537
+ id: "scala",
2538
+ name: {
2539
+ [e.EN_US]: "Scala"
2540
+ },
2541
+ label: {
2542
+ [e.EN_US]: ""
2543
+ },
2544
+ definition: {
2545
+ [e.EN_US]: ""
2546
+ },
2547
+ type: [i.language],
2548
+ tags: []
2549
+ }, Xt = {
2279
2550
  id: "scrum",
2280
2551
  name: {
2281
2552
  [e.EN_US]: "Scrum"
@@ -2288,7 +2559,7 @@ const e = {
2288
2559
  },
2289
2560
  type: [],
2290
2561
  tags: []
2291
- }, Ct = {
2562
+ }, $t = {
2292
2563
  id: "sendgrid",
2293
2564
  name: {
2294
2565
  [e.EN_US]: "SendGrid"
@@ -2301,7 +2572,7 @@ const e = {
2301
2572
  },
2302
2573
  type: [],
2303
2574
  tags: []
2304
- }, Bt = {
2575
+ }, en = {
2305
2576
  id: "sentry",
2306
2577
  name: {
2307
2578
  [e.EN_US]: "Sentry"
@@ -2314,7 +2585,7 @@ const e = {
2314
2585
  },
2315
2586
  type: [],
2316
2587
  tags: []
2317
- }, Tt = {
2588
+ }, tn = {
2318
2589
  id: "service_workers",
2319
2590
  name: {
2320
2591
  [e.EN_US]: "Service Workers"
@@ -2327,7 +2598,7 @@ const e = {
2327
2598
  },
2328
2599
  type: [],
2329
2600
  tags: []
2330
- }, Gt = {
2601
+ }, nn = {
2331
2602
  id: "shadcn",
2332
2603
  name: {
2333
2604
  [e.EN_US]: "Shadcn"
@@ -2340,7 +2611,7 @@ const e = {
2340
2611
  },
2341
2612
  type: [],
2342
2613
  tags: []
2343
- }, xt = {
2614
+ }, an = {
2344
2615
  id: "smarty",
2345
2616
  name: {
2346
2617
  [e.EN_US]: "Smarty"
@@ -2353,7 +2624,7 @@ const e = {
2353
2624
  },
2354
2625
  type: [],
2355
2626
  tags: []
2356
- }, zt = {
2627
+ }, sn = {
2357
2628
  id: "snyk",
2358
2629
  name: {
2359
2630
  [e.EN_US]: "Snyk"
@@ -2366,7 +2637,7 @@ const e = {
2366
2637
  },
2367
2638
  type: [],
2368
2639
  tags: []
2369
- }, Ft = {
2640
+ }, on = {
2370
2641
  id: "socket_io",
2371
2642
  name: {
2372
2643
  [e.EN_US]: "Socket.io"
@@ -2379,7 +2650,7 @@ const e = {
2379
2650
  },
2380
2651
  type: [],
2381
2652
  tags: []
2382
- }, Ot = {
2653
+ }, dn = {
2383
2654
  id: "splunk",
2384
2655
  name: {
2385
2656
  [e.EN_US]: "Splunk"
@@ -2392,7 +2663,7 @@ const e = {
2392
2663
  },
2393
2664
  type: [],
2394
2665
  tags: []
2395
- }, Mt = {
2666
+ }, _n = {
2396
2667
  id: "sql",
2397
2668
  name: {
2398
2669
  [e.EN_US]: "SQL"
@@ -2403,9 +2674,9 @@ const e = {
2403
2674
  definition: {
2404
2675
  [e.EN_US]: ""
2405
2676
  },
2406
- type: [],
2677
+ type: [i.language],
2407
2678
  tags: []
2408
- }, Pt = {
2679
+ }, En = {
2409
2680
  id: "sql_lite",
2410
2681
  name: {
2411
2682
  [e.EN_US]: "SQLite"
@@ -2418,7 +2689,7 @@ const e = {
2418
2689
  },
2419
2690
  type: [],
2420
2691
  tags: []
2421
- }, Rt = {
2692
+ }, Sn = {
2422
2693
  id: "ssh",
2423
2694
  name: {
2424
2695
  [e.EN_US]: "SSH"
@@ -2431,7 +2702,7 @@ const e = {
2431
2702
  },
2432
2703
  type: [],
2433
2704
  tags: []
2434
- }, Wt = {
2705
+ }, ln = {
2435
2706
  id: "storybook",
2436
2707
  name: {
2437
2708
  [e.EN_US]: "Storybook"
@@ -2444,7 +2715,7 @@ const e = {
2444
2715
  },
2445
2716
  type: [],
2446
2717
  tags: []
2447
- }, Jt = {
2718
+ }, Nn = {
2448
2719
  id: "stripe",
2449
2720
  name: {
2450
2721
  [e.EN_US]: "Stripe"
@@ -2457,7 +2728,7 @@ const e = {
2457
2728
  },
2458
2729
  type: [],
2459
2730
  tags: []
2460
- }, qt = {
2731
+ }, Un = {
2461
2732
  id: "styled_components",
2462
2733
  name: {
2463
2734
  [e.EN_US]: "Styled Components"
@@ -2470,7 +2741,7 @@ const e = {
2470
2741
  },
2471
2742
  type: [],
2472
2743
  tags: []
2473
- }, It = {
2744
+ }, cn = {
2474
2745
  id: "sublime_text",
2475
2746
  name: {
2476
2747
  [e.EN_US]: "Sublime Text"
@@ -2483,7 +2754,7 @@ const e = {
2483
2754
  },
2484
2755
  type: [],
2485
2756
  tags: []
2486
- }, Ht = {
2757
+ }, rn = {
2487
2758
  id: "supabase",
2488
2759
  name: {
2489
2760
  [e.EN_US]: "Supabase"
@@ -2496,7 +2767,7 @@ const e = {
2496
2767
  },
2497
2768
  type: [],
2498
2769
  tags: []
2499
- }, Kt = {
2770
+ }, gn = {
2500
2771
  id: "svn",
2501
2772
  name: {
2502
2773
  [e.EN_US]: "SVN"
@@ -2509,7 +2780,20 @@ const e = {
2509
2780
  },
2510
2781
  type: [],
2511
2782
  tags: []
2512
- }, Qt = {
2783
+ }, pn = {
2784
+ id: "swift",
2785
+ name: {
2786
+ [e.EN_US]: "Swift"
2787
+ },
2788
+ label: {
2789
+ [e.EN_US]: ""
2790
+ },
2791
+ definition: {
2792
+ [e.EN_US]: ""
2793
+ },
2794
+ type: [i.language],
2795
+ tags: []
2796
+ }, mn = {
2513
2797
  id: "tailwind",
2514
2798
  name: {
2515
2799
  [e.EN_US]: "Tailwind CSS"
@@ -2522,7 +2806,7 @@ const e = {
2522
2806
  },
2523
2807
  type: [],
2524
2808
  tags: []
2525
- }, Vt = {
2809
+ }, bn = {
2526
2810
  id: "tanstack",
2527
2811
  name: {
2528
2812
  [e.EN_US]: "Tanstack"
@@ -2535,7 +2819,7 @@ const e = {
2535
2819
  },
2536
2820
  type: [],
2537
2821
  tags: []
2538
- }, Yt = {
2822
+ }, yn = {
2539
2823
  id: "tanstack_query",
2540
2824
  name: {
2541
2825
  [e.EN_US]: "Tanstack Query"
@@ -2548,7 +2832,7 @@ const e = {
2548
2832
  },
2549
2833
  type: [],
2550
2834
  tags: []
2551
- }, Zt = {
2835
+ }, fn = {
2552
2836
  id: "templ",
2553
2837
  name: {
2554
2838
  [e.EN_US]: "Templ"
@@ -2561,7 +2845,7 @@ const e = {
2561
2845
  },
2562
2846
  type: [],
2563
2847
  tags: []
2564
- }, Xt = {
2848
+ }, un = {
2565
2849
  id: "terraform",
2566
2850
  name: {
2567
2851
  [e.EN_US]: "Terraform"
@@ -2574,7 +2858,7 @@ const e = {
2574
2858
  },
2575
2859
  type: [],
2576
2860
  tags: []
2577
- }, $t = {
2861
+ }, kn = {
2578
2862
  id: "trello",
2579
2863
  name: {
2580
2864
  [e.EN_US]: "Trello"
@@ -2587,7 +2871,7 @@ const e = {
2587
2871
  },
2588
2872
  type: [],
2589
2873
  tags: []
2590
- }, en = {
2874
+ }, hn = {
2591
2875
  id: "twig",
2592
2876
  name: {
2593
2877
  [e.EN_US]: "Twig"
@@ -2600,7 +2884,7 @@ const e = {
2600
2884
  },
2601
2885
  type: [],
2602
2886
  tags: []
2603
- }, tn = {
2887
+ }, wn = {
2604
2888
  id: "typescript",
2605
2889
  name: {
2606
2890
  [e.EN_US]: "TypeScript"
@@ -2615,15 +2899,15 @@ const e = {
2615
2899
  [e.EN_GB]: e.EN_US,
2616
2900
  [e.DE_DE]: "TypeScript ist eine stark typisierte Programmiersprache, die auf JavaScript aufbaut und Ihnen bei jeder Größenordnung bessere Werkzeuge bietet."
2617
2901
  },
2618
- type: [l.language],
2902
+ type: [i.language],
2619
2903
  tags: [d.frontend, d.backend, d.open_source, d.javascript],
2620
2904
  links: {
2621
2905
  website: "https://www.typescriptlang.org"
2622
2906
  },
2623
2907
  sources: {
2624
- definition: hn.official_website
2908
+ definition: Vn.official_website
2625
2909
  }
2626
- }, nn = {
2910
+ }, Dn = {
2627
2911
  id: "typesense",
2628
2912
  name: {
2629
2913
  [e.EN_US]: "Typesense"
@@ -2636,7 +2920,7 @@ const e = {
2636
2920
  },
2637
2921
  type: [],
2638
2922
  tags: []
2639
- }, an = {
2923
+ }, Ln = {
2640
2924
  id: "vercel",
2641
2925
  name: {
2642
2926
  [e.EN_US]: "Vercel"
@@ -2649,7 +2933,7 @@ const e = {
2649
2933
  },
2650
2934
  type: [],
2651
2935
  tags: []
2652
- }, sn = {
2936
+ }, jn = {
2653
2937
  id: "vim",
2654
2938
  name: {
2655
2939
  [e.EN_US]: "Vim"
@@ -2662,7 +2946,20 @@ const e = {
2662
2946
  },
2663
2947
  type: [],
2664
2948
  tags: []
2665
- }, on = {
2949
+ }, vn = {
2950
+ id: "visual_basic",
2951
+ name: {
2952
+ [e.EN_US]: "Visual Basic"
2953
+ },
2954
+ label: {
2955
+ [e.EN_US]: ""
2956
+ },
2957
+ definition: {
2958
+ [e.EN_US]: ""
2959
+ },
2960
+ type: [i.language],
2961
+ tags: []
2962
+ }, An = {
2666
2963
  id: "vite",
2667
2964
  name: {
2668
2965
  [e.EN_US]: "Vite"
@@ -2675,7 +2972,7 @@ const e = {
2675
2972
  },
2676
2973
  type: [],
2677
2974
  tags: []
2678
- }, _n = {
2975
+ }, Cn = {
2679
2976
  id: "vitest",
2680
2977
  name: {
2681
2978
  [e.EN_US]: "Vitest"
@@ -2688,7 +2985,7 @@ const e = {
2688
2985
  },
2689
2986
  type: [],
2690
2987
  tags: []
2691
- }, dn = {
2988
+ }, Bn = {
2692
2989
  id: "vue_js",
2693
2990
  name: {
2694
2991
  [e.EN_US]: "Vue.js"
@@ -2701,7 +2998,7 @@ const e = {
2701
2998
  },
2702
2999
  type: [],
2703
3000
  tags: []
2704
- }, En = {
3001
+ }, Tn = {
2705
3002
  id: "wdio",
2706
3003
  name: {
2707
3004
  [e.EN_US]: "WebdriverIO"
@@ -2714,7 +3011,7 @@ const e = {
2714
3011
  },
2715
3012
  type: [],
2716
3013
  tags: []
2717
- }, Sn = {
3014
+ }, Gn = {
2718
3015
  id: "web_forms",
2719
3016
  name: {
2720
3017
  [e.EN_US]: "Web Forms"
@@ -2727,7 +3024,7 @@ const e = {
2727
3024
  },
2728
3025
  type: [],
2729
3026
  tags: []
2730
- }, ln = {
3027
+ }, xn = {
2731
3028
  id: "web_workers",
2732
3029
  name: {
2733
3030
  [e.EN_US]: "Web Workers"
@@ -2740,7 +3037,7 @@ const e = {
2740
3037
  },
2741
3038
  type: [],
2742
3039
  tags: []
2743
- }, Nn = {
3040
+ }, zn = {
2744
3041
  id: "web3",
2745
3042
  name: {
2746
3043
  [e.EN_US]: "Web3"
@@ -2753,7 +3050,7 @@ const e = {
2753
3050
  },
2754
3051
  type: [],
2755
3052
  tags: []
2756
- }, Un = {
3053
+ }, Fn = {
2757
3054
  id: "webpack",
2758
3055
  name: {
2759
3056
  [e.EN_US]: "Webpack"
@@ -2766,7 +3063,7 @@ const e = {
2766
3063
  },
2767
3064
  type: [],
2768
3065
  tags: []
2769
- }, cn = {
3066
+ }, On = {
2770
3067
  id: "websockets",
2771
3068
  name: {
2772
3069
  [e.EN_US]: "WebSockets"
@@ -2779,7 +3076,7 @@ const e = {
2779
3076
  },
2780
3077
  type: [],
2781
3078
  tags: []
2782
- }, rn = {
3079
+ }, Mn = {
2783
3080
  id: "windows",
2784
3081
  name: {
2785
3082
  [e.EN_US]: "Windows"
@@ -2792,7 +3089,7 @@ const e = {
2792
3089
  },
2793
3090
  type: [],
2794
3091
  tags: []
2795
- }, pn = {
3092
+ }, Pn = {
2796
3093
  id: "winscp",
2797
3094
  name: {
2798
3095
  [e.EN_US]: "WinSCP"
@@ -2805,7 +3102,7 @@ const e = {
2805
3102
  },
2806
3103
  type: [],
2807
3104
  tags: []
2808
- }, mn = {
3105
+ }, Rn = {
2809
3106
  id: "wordpress",
2810
3107
  name: {
2811
3108
  [e.EN_US]: "WordPress"
@@ -2818,7 +3115,7 @@ const e = {
2818
3115
  },
2819
3116
  type: [],
2820
3117
  tags: []
2821
- }, gn = {
3118
+ }, Wn = {
2822
3119
  id: "yarn",
2823
3120
  name: {
2824
3121
  [e.EN_US]: "Yarn"
@@ -2831,7 +3128,7 @@ const e = {
2831
3128
  },
2832
3129
  type: [],
2833
3130
  tags: []
2834
- }, bn = {
3131
+ }, Jn = {
2835
3132
  id: "zephyr",
2836
3133
  name: {
2837
3134
  [e.EN_US]: "Zephyr"
@@ -2844,7 +3141,20 @@ const e = {
2844
3141
  },
2845
3142
  type: [],
2846
3143
  tags: []
2847
- }, fn = {
3144
+ }, In = {
3145
+ id: "zig",
3146
+ name: {
3147
+ [e.EN_US]: "Zig"
3148
+ },
3149
+ label: {
3150
+ [e.EN_US]: ""
3151
+ },
3152
+ definition: {
3153
+ [e.EN_US]: ""
3154
+ },
3155
+ type: [i.language],
3156
+ tags: []
3157
+ }, qn = {
2848
3158
  id: "zod",
2849
3159
  name: {
2850
3160
  [e.EN_US]: "Zod"
@@ -2858,18 +3168,15 @@ const e = {
2858
3168
  type: [],
2859
3169
  tags: []
2860
3170
  }, U = {
2861
- [D.id]: D,
2862
- [A.id]: A,
2863
- [j.id]: j,
2864
- [v.id]: v,
2865
- [C.id]: C,
2866
- [B.id]: B,
2867
- [T.id]: T,
2868
- [G.id]: G,
2869
- [x.id]: x,
2870
- [q.id]: q,
2871
- [I.id]: I,
3171
+ [O.id]: O,
3172
+ [M.id]: M,
3173
+ [P.id]: P,
3174
+ [R.id]: R,
3175
+ [W.id]: W,
3176
+ [J.id]: J,
2872
3177
  [H.id]: H,
3178
+ [I.id]: I,
3179
+ [q.id]: q,
2873
3180
  [K.id]: K,
2874
3181
  [Q.id]: Q,
2875
3182
  [V.id]: V,
@@ -2884,8 +3191,8 @@ const e = {
2884
3191
  [ae.id]: ae,
2885
3192
  [se.id]: se,
2886
3193
  [oe.id]: oe,
2887
- [_e.id]: _e,
2888
3194
  [de.id]: de,
3195
+ [_e.id]: _e,
2889
3196
  [Ee.id]: Ee,
2890
3197
  [Se.id]: Se,
2891
3198
  [le.id]: le,
@@ -2893,21 +3200,21 @@ const e = {
2893
3200
  [Ue.id]: Ue,
2894
3201
  [ce.id]: ce,
2895
3202
  [re.id]: re,
3203
+ [ge.id]: ge,
2896
3204
  [pe.id]: pe,
2897
3205
  [me.id]: me,
2898
- [ge.id]: ge,
2899
3206
  [be.id]: be,
2900
- [fe.id]: fe,
2901
3207
  [ye.id]: ye,
3208
+ [fe.id]: fe,
2902
3209
  [ue.id]: ue,
2903
3210
  [ke.id]: ke,
2904
3211
  [he.id]: he,
2905
3212
  [we.id]: we,
2906
- [Le.id]: Le,
2907
3213
  [De.id]: De,
2908
- [Ae.id]: Ae,
3214
+ [Le.id]: Le,
2909
3215
  [je.id]: je,
2910
3216
  [ve.id]: ve,
3217
+ [Ae.id]: Ae,
2911
3218
  [Ce.id]: Ce,
2912
3219
  [Be.id]: Be,
2913
3220
  [Te.id]: Te,
@@ -2921,11 +3228,10 @@ const e = {
2921
3228
  [Re.id]: Re,
2922
3229
  [We.id]: We,
2923
3230
  [Je.id]: Je,
2924
- [qe.id]: qe,
2925
3231
  [Ie.id]: Ie,
2926
- [He.id]: He,
3232
+ [qe.id]: qe,
2927
3233
  [Ke.id]: Ke,
2928
- [Qe.id]: Qe,
3234
+ [He.id]: He,
2929
3235
  [Ve.id]: Ve,
2930
3236
  [Ye.id]: Ye,
2931
3237
  [Ze.id]: Ze,
@@ -2934,12 +3240,13 @@ const e = {
2934
3240
  [ei.id]: ei,
2935
3241
  [ii.id]: ii,
2936
3242
  [ti.id]: ti,
3243
+ [Qe.id]: Qe,
2937
3244
  [ni.id]: ni,
2938
3245
  [ai.id]: ai,
2939
3246
  [si.id]: si,
2940
3247
  [oi.id]: oi,
2941
- [_i.id]: _i,
2942
3248
  [di.id]: di,
3249
+ [_i.id]: _i,
2943
3250
  [Ei.id]: Ei,
2944
3251
  [Si.id]: Si,
2945
3252
  [li.id]: li,
@@ -2947,21 +3254,21 @@ const e = {
2947
3254
  [Ui.id]: Ui,
2948
3255
  [ci.id]: ci,
2949
3256
  [ri.id]: ri,
3257
+ [gi.id]: gi,
2950
3258
  [pi.id]: pi,
2951
3259
  [mi.id]: mi,
2952
- [gi.id]: gi,
2953
3260
  [bi.id]: bi,
2954
- [fi.id]: fi,
2955
3261
  [yi.id]: yi,
3262
+ [fi.id]: fi,
2956
3263
  [ui.id]: ui,
2957
3264
  [ki.id]: ki,
2958
3265
  [hi.id]: hi,
2959
3266
  [wi.id]: wi,
2960
- [Li.id]: Li,
2961
3267
  [Di.id]: Di,
2962
- [Ai.id]: Ai,
3268
+ [Li.id]: Li,
2963
3269
  [ji.id]: ji,
2964
3270
  [vi.id]: vi,
3271
+ [Ai.id]: Ai,
2965
3272
  [Ci.id]: Ci,
2966
3273
  [Bi.id]: Bi,
2967
3274
  [Ti.id]: Ti,
@@ -2975,10 +3282,10 @@ const e = {
2975
3282
  [Ri.id]: Ri,
2976
3283
  [Wi.id]: Wi,
2977
3284
  [Ji.id]: Ji,
2978
- [qi.id]: qi,
2979
3285
  [Ii.id]: Ii,
2980
- [Hi.id]: Hi,
3286
+ [qi.id]: qi,
2981
3287
  [Ki.id]: Ki,
3288
+ [Hi.id]: Hi,
2982
3289
  [Qi.id]: Qi,
2983
3290
  [Vi.id]: Vi,
2984
3291
  [Yi.id]: Yi,
@@ -2992,8 +3299,8 @@ const e = {
2992
3299
  [at.id]: at,
2993
3300
  [st.id]: st,
2994
3301
  [ot.id]: ot,
2995
- [_t.id]: _t,
2996
3302
  [dt.id]: dt,
3303
+ [_t.id]: _t,
2997
3304
  [Et.id]: Et,
2998
3305
  [St.id]: St,
2999
3306
  [lt.id]: lt,
@@ -3001,21 +3308,21 @@ const e = {
3001
3308
  [Ut.id]: Ut,
3002
3309
  [ct.id]: ct,
3003
3310
  [rt.id]: rt,
3311
+ [gt.id]: gt,
3004
3312
  [pt.id]: pt,
3005
3313
  [mt.id]: mt,
3006
- [gt.id]: gt,
3007
3314
  [bt.id]: bt,
3008
- [ft.id]: ft,
3009
3315
  [yt.id]: yt,
3316
+ [ft.id]: ft,
3010
3317
  [ut.id]: ut,
3011
3318
  [kt.id]: kt,
3012
3319
  [ht.id]: ht,
3013
3320
  [wt.id]: wt,
3014
- [Lt.id]: Lt,
3015
3321
  [Dt.id]: Dt,
3016
- [At.id]: At,
3322
+ [Lt.id]: Lt,
3017
3323
  [jt.id]: jt,
3018
3324
  [vt.id]: vt,
3325
+ [At.id]: At,
3019
3326
  [Ct.id]: Ct,
3020
3327
  [Bt.id]: Bt,
3021
3328
  [Tt.id]: Tt,
@@ -3029,10 +3336,10 @@ const e = {
3029
3336
  [Rt.id]: Rt,
3030
3337
  [Wt.id]: Wt,
3031
3338
  [Jt.id]: Jt,
3032
- [qt.id]: qt,
3033
3339
  [It.id]: It,
3034
- [Ht.id]: Ht,
3340
+ [qt.id]: qt,
3035
3341
  [Kt.id]: Kt,
3342
+ [Ht.id]: Ht,
3036
3343
  [Qt.id]: Qt,
3037
3344
  [Vt.id]: Vt,
3038
3345
  [Yt.id]: Yt,
@@ -3045,86 +3352,111 @@ const e = {
3045
3352
  [an.id]: an,
3046
3353
  [sn.id]: sn,
3047
3354
  [on.id]: on,
3048
- [_n.id]: _n,
3049
3355
  [dn.id]: dn,
3356
+ [_n.id]: _n,
3050
3357
  [En.id]: En,
3051
- [Nn.id]: Nn,
3052
3358
  [Sn.id]: Sn,
3053
3359
  [ln.id]: ln,
3360
+ [Nn.id]: Nn,
3054
3361
  [Un.id]: Un,
3055
3362
  [cn.id]: cn,
3056
3363
  [rn.id]: rn,
3364
+ [gn.id]: gn,
3057
3365
  [pn.id]: pn,
3058
3366
  [mn.id]: mn,
3059
- [gn.id]: gn,
3060
3367
  [bn.id]: bn,
3061
- [fn.id]: fn
3368
+ [yn.id]: yn,
3369
+ [fn.id]: fn,
3370
+ [un.id]: un,
3371
+ [kn.id]: kn,
3372
+ [hn.id]: hn,
3373
+ [wn.id]: wn,
3374
+ [Dn.id]: Dn,
3375
+ [Ln.id]: Ln,
3376
+ [jn.id]: jn,
3377
+ [vn.id]: vn,
3378
+ [An.id]: An,
3379
+ [Cn.id]: Cn,
3380
+ [Bn.id]: Bn,
3381
+ [Tn.id]: Tn,
3382
+ [zn.id]: zn,
3383
+ [Gn.id]: Gn,
3384
+ [xn.id]: xn,
3385
+ [Fn.id]: Fn,
3386
+ [On.id]: On,
3387
+ [Mn.id]: Mn,
3388
+ [Pn.id]: Pn,
3389
+ [Rn.id]: Rn,
3390
+ [Wn.id]: Wn,
3391
+ [Jn.id]: Jn,
3392
+ [In.id]: In,
3393
+ [qn.id]: qn
3062
3394
  };
3063
- S({ obj: U, keys: ["name", "label", "definition"], useFallback: !1 });
3064
- const s = {
3395
+ l({ obj: U, keys: ["name", "label", "definition"], useFallback: !1 });
3396
+ const o = {
3065
3397
  DEFAULT_LOCALE: e.EN_US,
3066
3398
  USE_FALLBACK: !0
3067
3399
  };
3068
- function Dn({
3069
- id: t,
3070
- localized: n = !0,
3071
- locale: i = s.DEFAULT_LOCALE,
3072
- useFallback: a = s.USE_FALLBACK
3400
+ function Xn({
3401
+ id: n,
3402
+ localized: a = !0,
3403
+ locale: t = o.DEFAULT_LOCALE,
3404
+ useFallback: s = o.USE_FALLBACK
3073
3405
  }) {
3074
- const _ = S({ obj: U, keys: ["name", "label", "definition"], useFallback: a })[t];
3075
- return n ? {
3076
- ..._,
3077
- name: N({ obj: _.name, locale: i, useFallback: a }),
3078
- label: N({ obj: _.label, locale: i, useFallback: a }),
3079
- definition: N({ obj: _.definition, locale: i, useFallback: a }),
3080
- type: _.type.map((E) => kn({ term: E, locale: i, useFallback: a })),
3081
- tags: _.tags.map((E) => un({ tag: E, locale: i, useFallback: a }))
3082
- } : _;
3406
+ const E = l({ obj: U, keys: ["name", "label", "definition"], useFallback: s })[n];
3407
+ return a ? {
3408
+ ...E,
3409
+ name: N({ obj: E.name, locale: t, useFallback: s }),
3410
+ label: N({ obj: E.label, locale: t, useFallback: s }),
3411
+ definition: N({ obj: E.definition, locale: t, useFallback: s }),
3412
+ type: E.type.map((S) => Qn({ term: S, locale: t, useFallback: s })),
3413
+ tags: E.tags.map((S) => Hn({ tag: S, locale: t, useFallback: s }))
3414
+ } : E;
3083
3415
  }
3084
- function Cn({
3085
- localized: t = !0,
3086
- locale: n = s.DEFAULT_LOCALE,
3087
- useFallback: i = s.USE_FALLBACK
3416
+ function ta({
3417
+ localized: n = !0,
3418
+ locale: a = o.DEFAULT_LOCALE,
3419
+ useFallback: t = o.USE_FALLBACK
3088
3420
  } = {}) {
3089
- const a = S({ obj: U, keys: ["name", "label", "definition"], useFallback: i }), o = Object.values(a);
3090
- return t ? o.map((_) => Dn({ id: _.id, locale: n, useFallback: i })) : o;
3421
+ const s = l({ obj: U, keys: ["name", "label", "definition"], useFallback: t }), _ = Object.values(s);
3422
+ return n ? _.map((E) => Xn({ id: E.id, locale: a, useFallback: t })) : _;
3091
3423
  }
3092
- function Bn({
3093
- localized: t = !0,
3094
- locale: n = s.DEFAULT_LOCALE,
3095
- useFallback: i = s.USE_FALLBACK
3424
+ function na({
3425
+ localized: n = !0,
3426
+ locale: a = o.DEFAULT_LOCALE,
3427
+ useFallback: t = o.USE_FALLBACK
3096
3428
  } = {}) {
3097
- const a = S({ obj: U, keys: ["name", "label", "definition"], useFallback: i });
3098
- if (!t)
3099
- return a;
3100
- const o = {};
3101
- for (const [_, E] of Object.entries(a)) {
3102
- const An = Dn({ id: E.id, locale: n, useFallback: i });
3103
- o[_] = An;
3429
+ const s = l({ obj: U, keys: ["name", "label", "definition"], useFallback: t });
3430
+ if (!n)
3431
+ return s;
3432
+ const _ = {};
3433
+ for (const [E, S] of Object.entries(s)) {
3434
+ const $n = Xn({ id: S.id, locale: a, useFallback: t });
3435
+ _[E] = $n;
3104
3436
  }
3105
- return o;
3437
+ return _;
3106
3438
  }
3107
- function Tn({
3108
- localized: t = !0,
3109
- locale: n = s.DEFAULT_LOCALE,
3110
- useFallback: i = s.USE_FALLBACK
3439
+ function aa({
3440
+ localized: n = !0,
3441
+ locale: a = o.DEFAULT_LOCALE,
3442
+ useFallback: t = o.USE_FALLBACK
3111
3443
  } = {}) {
3112
- const a = S({ obj: Ln, keys: ["name"], useFallback: i }), o = Object.values(a);
3113
- return t ? o.map((_) => kn({ term: _, locale: n, useFallback: i })) : o;
3444
+ const s = l({ obj: Zn, keys: ["name"], useFallback: t }), _ = Object.values(s);
3445
+ return n ? _.map((E) => Qn({ term: E, locale: a, useFallback: t })) : _;
3114
3446
  }
3115
- function Gn({
3116
- localized: t = !0,
3117
- locale: n = s.DEFAULT_LOCALE,
3118
- useFallback: i = s.USE_FALLBACK
3447
+ function sa({
3448
+ localized: n = !0,
3449
+ locale: a = o.DEFAULT_LOCALE,
3450
+ useFallback: t = o.USE_FALLBACK
3119
3451
  } = {}) {
3120
- const a = S({ obj: wn, keys: ["name"], useFallback: i }), o = Object.values(a);
3121
- return t ? o.map((_) => un({ tag: _, locale: n, useFallback: i })) : o;
3452
+ const s = l({ obj: Yn, keys: ["name"], useFallback: t }), _ = Object.values(s);
3453
+ return n ? _.map((E) => Hn({ tag: E, locale: a, useFallback: t })) : _;
3122
3454
  }
3123
3455
  export {
3124
- Bn as getDict,
3125
- Gn as getTags,
3126
- Dn as getTerm,
3127
- Cn as getTerms,
3128
- Tn as getTypes
3456
+ na as getDict,
3457
+ sa as getTags,
3458
+ Xn as getTerm,
3459
+ ta as getTerms,
3460
+ aa as getTypes
3129
3461
  };
3130
3462
  //# sourceMappingURL=index.js.map