tera-system-ui 0.1.41 → 0.1.61

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.
Files changed (171) hide show
  1. package/dist/components/accordion/Accordion.d.ts +15 -13
  2. package/dist/components/accordion/index.d.ts +1 -0
  3. package/dist/components/avatar/Avatar.d.ts +5 -3
  4. package/dist/components/avatar/index.d.ts +1 -0
  5. package/dist/components/brand-logo/BrandLogo.d.ts +5 -2
  6. package/dist/components/brand-logo/index.d.ts +1 -0
  7. package/dist/components/button/Button.d.ts +58 -14
  8. package/dist/components/button/Button.js +90 -27
  9. package/dist/components/button/Button.svelte +35 -30
  10. package/dist/components/button/Button.svelte.d.ts +1 -4
  11. package/dist/components/button/index.d.ts +1 -0
  12. package/dist/components/checkbox/Checkbox.d.ts +5 -2
  13. package/dist/components/checkbox/Checkbox.svelte +15 -8
  14. package/dist/components/checkbox/index.d.ts +1 -0
  15. package/dist/components/combobox/Combobox.d.ts +5 -2
  16. package/dist/components/combobox/index.d.ts +1 -0
  17. package/dist/components/dialog/Dialog.d.ts +8 -6
  18. package/dist/components/dialog/index.d.ts +1 -0
  19. package/dist/components/dropdown-menu/DropdownMenu.d.ts +26 -8
  20. package/dist/components/dropdown-menu/index.d.ts +1 -0
  21. package/dist/components/header/Header.d.ts +6 -3
  22. package/dist/components/header/Header.svelte.d.ts +1 -1
  23. package/dist/components/header/index.d.ts +1 -0
  24. package/dist/components/input/Input.d.ts +22 -6
  25. package/dist/components/input/Input.js +19 -10
  26. package/dist/components/input/Input.svelte +42 -9
  27. package/dist/components/input/index.d.ts +1 -0
  28. package/dist/components/label/Label.d.ts +33 -3
  29. package/dist/components/label/Label.js +14 -3
  30. package/dist/components/label/Label.svelte +7 -7
  31. package/dist/components/label/Label.svelte.d.ts +2 -2
  32. package/dist/components/label/index.d.ts +1 -0
  33. package/dist/components/language-picker-button/LanguagePickerButton.d.ts +5 -2
  34. package/dist/components/language-picker-button/index.d.ts +1 -0
  35. package/dist/components/light-dark-toggle/LightDarkToggle.d.ts +5 -2
  36. package/dist/components/light-dark-toggle/index.d.ts +1 -0
  37. package/dist/components/popover/Popover.d.ts +6 -3
  38. package/dist/components/popover/Popover.js +0 -1
  39. package/dist/components/popover/index.d.ts +1 -0
  40. package/dist/components/popover-responsive/PopoverResponsive.d.ts +5 -2
  41. package/dist/components/popover-responsive/index.d.ts +1 -0
  42. package/dist/components/select/Select.d.ts +19 -5
  43. package/dist/components/select/Select.js +18 -9
  44. package/dist/components/select/Select.svelte +17 -4
  45. package/dist/components/select/Select.svelte.d.ts +1 -1
  46. package/dist/components/select/index.d.ts +1 -0
  47. package/dist/components/side-navigation/SideNavigation.d.ts +6 -3
  48. package/dist/components/side-navigation/index.d.ts +1 -1
  49. package/dist/components/slider/Slider.d.ts +7 -4
  50. package/dist/components/slider/Slider.svelte +26 -51
  51. package/dist/components/slider/index.d.ts +1 -0
  52. package/dist/components/star-rating/StarRating.d.ts +5 -2
  53. package/dist/components/star-rating/StarRating.svelte +5 -5
  54. package/dist/components/star-rating/index.d.ts +1 -0
  55. package/dist/components/switch/Switch.d.ts +6 -2
  56. package/dist/components/switch/Switch.svelte +13 -7
  57. package/dist/components/switch/index.d.ts +1 -0
  58. package/dist/components/tabs/Tabs.svelte.d.ts +23 -3
  59. package/dist/components/tabs/index.d.ts +1 -0
  60. package/dist/components/tera-ui-context/TeraUiContext.d.ts +4 -6
  61. package/dist/components/tera-ui-context/index.d.ts +1 -0
  62. package/dist/components/text-area/TextArea.d.ts +22 -8
  63. package/dist/components/text-area/TextArea.js +19 -10
  64. package/dist/components/text-area/TextArea.svelte +36 -30
  65. package/dist/components/text-area/index.d.ts +1 -0
  66. package/dist/components/user-avatar-with-menu/UserAvatarWithMenu.d.ts +5 -2
  67. package/dist/components/user-avatar-with-menu/index.d.ts +1 -0
  68. package/dist/index.d.ts +24 -0
  69. package/dist/paraglide/README.md +93 -0
  70. package/dist/paraglide/messages/_index.d.ts +8 -7
  71. package/dist/paraglide/messages/_index.js +361 -360
  72. package/dist/paraglide/messages/ar.d.ts +9 -7
  73. package/dist/paraglide/messages/ar.js +16 -15
  74. package/dist/paraglide/messages/bg.d.ts +9 -7
  75. package/dist/paraglide/messages/bg.js +16 -15
  76. package/dist/paraglide/messages/bn.d.ts +9 -7
  77. package/dist/paraglide/messages/bn.js +16 -15
  78. package/dist/paraglide/messages/ca.d.ts +9 -7
  79. package/dist/paraglide/messages/ca.js +16 -15
  80. package/dist/paraglide/messages/cs.d.ts +9 -7
  81. package/dist/paraglide/messages/cs.js +16 -15
  82. package/dist/paraglide/messages/da.d.ts +9 -7
  83. package/dist/paraglide/messages/da.js +16 -15
  84. package/dist/paraglide/messages/de.d.ts +9 -7
  85. package/dist/paraglide/messages/de.js +16 -15
  86. package/dist/paraglide/messages/el.d.ts +9 -7
  87. package/dist/paraglide/messages/el.js +16 -15
  88. package/dist/paraglide/messages/en.d.ts +9 -7
  89. package/dist/paraglide/messages/en.js +16 -15
  90. package/dist/paraglide/messages/es.d.ts +9 -7
  91. package/dist/paraglide/messages/es.js +16 -15
  92. package/dist/paraglide/messages/fi.d.ts +9 -7
  93. package/dist/paraglide/messages/fi.js +16 -15
  94. package/dist/paraglide/messages/fr.d.ts +9 -7
  95. package/dist/paraglide/messages/fr.js +16 -15
  96. package/dist/paraglide/messages/he.d.ts +9 -7
  97. package/dist/paraglide/messages/he.js +16 -15
  98. package/dist/paraglide/messages/hi.d.ts +9 -7
  99. package/dist/paraglide/messages/hi.js +16 -15
  100. package/dist/paraglide/messages/hu.d.ts +9 -7
  101. package/dist/paraglide/messages/hu.js +16 -15
  102. package/dist/paraglide/messages/id.d.ts +9 -7
  103. package/dist/paraglide/messages/id.js +16 -15
  104. package/dist/paraglide/messages/it.d.ts +9 -7
  105. package/dist/paraglide/messages/it.js +16 -15
  106. package/dist/paraglide/messages/ja.d.ts +9 -7
  107. package/dist/paraglide/messages/ja.js +16 -15
  108. package/dist/paraglide/messages/ko.d.ts +9 -7
  109. package/dist/paraglide/messages/ko.js +16 -15
  110. package/dist/paraglide/messages/lt.d.ts +9 -7
  111. package/dist/paraglide/messages/lt.js +16 -15
  112. package/dist/paraglide/messages/lv.d.ts +9 -7
  113. package/dist/paraglide/messages/lv.js +16 -15
  114. package/dist/paraglide/messages/ms.d.ts +9 -7
  115. package/dist/paraglide/messages/ms.js +16 -15
  116. package/dist/paraglide/messages/nl.d.ts +9 -7
  117. package/dist/paraglide/messages/nl.js +16 -15
  118. package/dist/paraglide/messages/no.d.ts +9 -7
  119. package/dist/paraglide/messages/no.js +16 -15
  120. package/dist/paraglide/messages/pl.d.ts +9 -7
  121. package/dist/paraglide/messages/pl.js +16 -15
  122. package/dist/paraglide/messages/pt.d.ts +9 -7
  123. package/dist/paraglide/messages/pt.js +16 -15
  124. package/dist/paraglide/messages/ro.d.ts +9 -7
  125. package/dist/paraglide/messages/ro.js +16 -15
  126. package/dist/paraglide/messages/ru.d.ts +9 -7
  127. package/dist/paraglide/messages/ru.js +16 -15
  128. package/dist/paraglide/messages/sk.d.ts +9 -7
  129. package/dist/paraglide/messages/sk.js +16 -15
  130. package/dist/paraglide/messages/sl.d.ts +9 -7
  131. package/dist/paraglide/messages/sl.js +16 -15
  132. package/dist/paraglide/messages/sq.d.ts +9 -7
  133. package/dist/paraglide/messages/sq.js +16 -15
  134. package/dist/paraglide/messages/sr.d.ts +9 -7
  135. package/dist/paraglide/messages/sr.js +16 -15
  136. package/dist/paraglide/messages/sv.d.ts +9 -7
  137. package/dist/paraglide/messages/sv.js +16 -15
  138. package/dist/paraglide/messages/sw.d.ts +9 -7
  139. package/dist/paraglide/messages/sw.js +16 -15
  140. package/dist/paraglide/messages/ta.d.ts +9 -7
  141. package/dist/paraglide/messages/ta.js +16 -15
  142. package/dist/paraglide/messages/te.d.ts +9 -7
  143. package/dist/paraglide/messages/te.js +16 -15
  144. package/dist/paraglide/messages/th.d.ts +9 -7
  145. package/dist/paraglide/messages/th.js +16 -15
  146. package/dist/paraglide/messages/tl.d.ts +9 -7
  147. package/dist/paraglide/messages/tl.js +16 -15
  148. package/dist/paraglide/messages/tr.d.ts +9 -7
  149. package/dist/paraglide/messages/tr.js +16 -15
  150. package/dist/paraglide/messages/uk.d.ts +9 -7
  151. package/dist/paraglide/messages/uk.js +16 -15
  152. package/dist/paraglide/messages/vi.d.ts +9 -7
  153. package/dist/paraglide/messages/vi.js +16 -15
  154. package/dist/paraglide/messages/zh-CN.d.ts +9 -7
  155. package/dist/paraglide/messages/zh-CN.js +16 -15
  156. package/dist/paraglide/messages/zh-TW.d.ts +9 -7
  157. package/dist/paraglide/messages/zh-TW.js +16 -15
  158. package/dist/paraglide/messages.js +1 -1
  159. package/dist/paraglide/registry.js +1 -1
  160. package/dist/paraglide/runtime.d.ts +221 -45
  161. package/dist/paraglide/runtime.js +378 -65
  162. package/dist/paraglide/server.d.ts +40 -4
  163. package/dist/paraglide/server.js +83 -46
  164. package/dist/tera-i18n/projects/tera-system-ui/project.inlang/.meta.json +3 -0
  165. package/dist/tera-i18n/projects/tera-system-ui/project.inlang/README.md +103 -0
  166. package/dist/themes/tera-ui-base.css +70 -7
  167. package/dist/types/index.d.ts +25 -0
  168. package/dist/types/index.js +3 -0
  169. package/package.json +150 -36
  170. package/scripts/add-component-template.js +1 -1
  171. package/scripts/generate-ts-index.js +38 -12
@@ -1,48 +1,49 @@
1
- // eslint-disable
2
- import { getLocale, trackMessageCall, experimentalMiddlewareLocaleSplitting, isServer } from "../runtime.js"
3
- import * as ar from "./ar.js"
4
- import * as bg from "./bg.js"
5
- import * as bn from "./bn.js"
6
- import * as ca from "./ca.js"
7
- import * as cs from "./cs.js"
8
- import * as da from "./da.js"
9
- import * as de from "./de.js"
10
- import * as el from "./el.js"
11
- import * as en from "./en.js"
12
- import * as es from "./es.js"
13
- import * as fi from "./fi.js"
14
- import * as fr from "./fr.js"
15
- import * as he from "./he.js"
16
- import * as hi from "./hi.js"
17
- import * as hu from "./hu.js"
18
- import * as id from "./id.js"
19
- import * as it from "./it.js"
20
- import * as ja from "./ja.js"
21
- import * as ko from "./ko.js"
22
- import * as lt from "./lt.js"
23
- import * as lv from "./lv.js"
24
- import * as ms from "./ms.js"
25
- import * as nl from "./nl.js"
26
- import * as no from "./no.js"
27
- import * as pl from "./pl.js"
28
- import * as pt from "./pt.js"
29
- import * as ro from "./ro.js"
30
- import * as ru from "./ru.js"
31
- import * as sk from "./sk.js"
32
- import * as sl from "./sl.js"
33
- import * as sq from "./sq.js"
34
- import * as sr from "./sr.js"
35
- import * as sv from "./sv.js"
36
- import * as sw from "./sw.js"
37
- import * as ta from "./ta.js"
38
- import * as te from "./te.js"
39
- import * as th from "./th.js"
40
- import * as tl from "./tl.js"
41
- import * as tr from "./tr.js"
42
- import * as uk from "./uk.js"
43
- import * as vi from "./vi.js"
44
- import * as zh_cn2 from "./zh-CN.js"
45
- import * as zh_tw2 from "./zh-TW.js"
1
+ /* eslint-disable */
2
+ import { getLocale, trackMessageCall, experimentalMiddlewareLocaleSplitting, isServer, experimentalStaticLocale } from "../runtime.js"
3
+ /** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
4
+ import * as __ar from "./ar.js"
5
+ import * as __bg from "./bg.js"
6
+ import * as __bn from "./bn.js"
7
+ import * as __ca from "./ca.js"
8
+ import * as __cs from "./cs.js"
9
+ import * as __da from "./da.js"
10
+ import * as __de from "./de.js"
11
+ import * as __el from "./el.js"
12
+ import * as __en from "./en.js"
13
+ import * as __es from "./es.js"
14
+ import * as __fi from "./fi.js"
15
+ import * as __fr from "./fr.js"
16
+ import * as __he from "./he.js"
17
+ import * as __hi from "./hi.js"
18
+ import * as __hu from "./hu.js"
19
+ import * as __id from "./id.js"
20
+ import * as __it from "./it.js"
21
+ import * as __ja from "./ja.js"
22
+ import * as __ko from "./ko.js"
23
+ import * as __lt from "./lt.js"
24
+ import * as __lv from "./lv.js"
25
+ import * as __ms from "./ms.js"
26
+ import * as __nl from "./nl.js"
27
+ import * as __no from "./no.js"
28
+ import * as __pl from "./pl.js"
29
+ import * as __pt from "./pt.js"
30
+ import * as __ro from "./ro.js"
31
+ import * as __ru from "./ru.js"
32
+ import * as __sk from "./sk.js"
33
+ import * as __sl from "./sl.js"
34
+ import * as __sq from "./sq.js"
35
+ import * as __sr from "./sr.js"
36
+ import * as __sv from "./sv.js"
37
+ import * as __sw from "./sw.js"
38
+ import * as __ta from "./ta.js"
39
+ import * as __te from "./te.js"
40
+ import * as __th from "./th.js"
41
+ import * as __tl from "./tl.js"
42
+ import * as __tr from "./tr.js"
43
+ import * as __uk from "./uk.js"
44
+ import * as __vi from "./vi.js"
45
+ import * as __zh_cn2 from "./zh-CN.js"
46
+ import * as __zh_tw2 from "./zh-TW.js"
46
47
  /**
47
48
  * This function has been compiled by [Paraglide JS](https://inlang.com/m/gerre34r).
48
49
  *
@@ -53,58 +54,58 @@ import * as zh_tw2 from "./zh-TW.js"
53
54
  *
54
55
  * @param {{}} inputs
55
56
  * @param {{ locale?: "ar" | "bg" | "bn" | "ca" | "cs" | "da" | "de" | "el" | "en" | "es" | "fi" | "fr" | "he" | "hi" | "hu" | "id" | "it" | "ja" | "ko" | "lt" | "lv" | "ms" | "nl" | "no" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sq" | "sr" | "sv" | "sw" | "ta" | "te" | "th" | "tl" | "tr" | "uk" | "vi" | "zh-CN" | "zh-TW" }} options
56
- * @returns {string}
57
+ * @returns {LocalizedString}
57
58
  */
58
59
  /* @__NO_SIDE_EFFECTS__ */
59
60
  export const text_select_language = (inputs = {}, options = {}) => {
60
61
  if (experimentalMiddlewareLocaleSplitting && isServer === false) {
61
62
  return /** @type {any} */ (globalThis).__paraglide_ssr.text_select_language(inputs)
62
63
  }
63
- const locale = options.locale ?? getLocale()
64
+ const locale = experimentalStaticLocale ?? options.locale ?? getLocale()
64
65
  trackMessageCall("text_select_language", locale)
65
- if (locale === "ar") return ar.text_select_language(inputs)
66
- if (locale === "bg") return bg.text_select_language(inputs)
67
- if (locale === "bn") return bn.text_select_language(inputs)
68
- if (locale === "ca") return ca.text_select_language(inputs)
69
- if (locale === "cs") return cs.text_select_language(inputs)
70
- if (locale === "da") return da.text_select_language(inputs)
71
- if (locale === "de") return de.text_select_language(inputs)
72
- if (locale === "el") return el.text_select_language(inputs)
73
- if (locale === "en") return en.text_select_language(inputs)
74
- if (locale === "es") return es.text_select_language(inputs)
75
- if (locale === "fi") return fi.text_select_language(inputs)
76
- if (locale === "fr") return fr.text_select_language(inputs)
77
- if (locale === "he") return he.text_select_language(inputs)
78
- if (locale === "hi") return hi.text_select_language(inputs)
79
- if (locale === "hu") return hu.text_select_language(inputs)
80
- if (locale === "id") return id.text_select_language(inputs)
81
- if (locale === "it") return it.text_select_language(inputs)
82
- if (locale === "ja") return ja.text_select_language(inputs)
83
- if (locale === "ko") return ko.text_select_language(inputs)
84
- if (locale === "lt") return lt.text_select_language(inputs)
85
- if (locale === "lv") return lv.text_select_language(inputs)
86
- if (locale === "ms") return ms.text_select_language(inputs)
87
- if (locale === "nl") return nl.text_select_language(inputs)
88
- if (locale === "no") return no.text_select_language(inputs)
89
- if (locale === "pl") return pl.text_select_language(inputs)
90
- if (locale === "pt") return pt.text_select_language(inputs)
91
- if (locale === "ro") return ro.text_select_language(inputs)
92
- if (locale === "ru") return ru.text_select_language(inputs)
93
- if (locale === "sk") return sk.text_select_language(inputs)
94
- if (locale === "sl") return sl.text_select_language(inputs)
95
- if (locale === "sq") return sq.text_select_language(inputs)
96
- if (locale === "sr") return sr.text_select_language(inputs)
97
- if (locale === "sv") return sv.text_select_language(inputs)
98
- if (locale === "sw") return sw.text_select_language(inputs)
99
- if (locale === "ta") return ta.text_select_language(inputs)
100
- if (locale === "te") return te.text_select_language(inputs)
101
- if (locale === "th") return th.text_select_language(inputs)
102
- if (locale === "tl") return tl.text_select_language(inputs)
103
- if (locale === "tr") return tr.text_select_language(inputs)
104
- if (locale === "uk") return uk.text_select_language(inputs)
105
- if (locale === "vi") return vi.text_select_language(inputs)
106
- if (locale === "zh-CN") return zh_cn2.text_select_language(inputs)
107
- return zh_tw2.text_select_language(inputs)
66
+ if (locale === "ar") return __ar.text_select_language(inputs)
67
+ if (locale === "bg") return __bg.text_select_language(inputs)
68
+ if (locale === "bn") return __bn.text_select_language(inputs)
69
+ if (locale === "ca") return __ca.text_select_language(inputs)
70
+ if (locale === "cs") return __cs.text_select_language(inputs)
71
+ if (locale === "da") return __da.text_select_language(inputs)
72
+ if (locale === "de") return __de.text_select_language(inputs)
73
+ if (locale === "el") return __el.text_select_language(inputs)
74
+ if (locale === "en") return __en.text_select_language(inputs)
75
+ if (locale === "es") return __es.text_select_language(inputs)
76
+ if (locale === "fi") return __fi.text_select_language(inputs)
77
+ if (locale === "fr") return __fr.text_select_language(inputs)
78
+ if (locale === "he") return __he.text_select_language(inputs)
79
+ if (locale === "hi") return __hi.text_select_language(inputs)
80
+ if (locale === "hu") return __hu.text_select_language(inputs)
81
+ if (locale === "id") return __id.text_select_language(inputs)
82
+ if (locale === "it") return __it.text_select_language(inputs)
83
+ if (locale === "ja") return __ja.text_select_language(inputs)
84
+ if (locale === "ko") return __ko.text_select_language(inputs)
85
+ if (locale === "lt") return __lt.text_select_language(inputs)
86
+ if (locale === "lv") return __lv.text_select_language(inputs)
87
+ if (locale === "ms") return __ms.text_select_language(inputs)
88
+ if (locale === "nl") return __nl.text_select_language(inputs)
89
+ if (locale === "no") return __no.text_select_language(inputs)
90
+ if (locale === "pl") return __pl.text_select_language(inputs)
91
+ if (locale === "pt") return __pt.text_select_language(inputs)
92
+ if (locale === "ro") return __ro.text_select_language(inputs)
93
+ if (locale === "ru") return __ru.text_select_language(inputs)
94
+ if (locale === "sk") return __sk.text_select_language(inputs)
95
+ if (locale === "sl") return __sl.text_select_language(inputs)
96
+ if (locale === "sq") return __sq.text_select_language(inputs)
97
+ if (locale === "sr") return __sr.text_select_language(inputs)
98
+ if (locale === "sv") return __sv.text_select_language(inputs)
99
+ if (locale === "sw") return __sw.text_select_language(inputs)
100
+ if (locale === "ta") return __ta.text_select_language(inputs)
101
+ if (locale === "te") return __te.text_select_language(inputs)
102
+ if (locale === "th") return __th.text_select_language(inputs)
103
+ if (locale === "tl") return __tl.text_select_language(inputs)
104
+ if (locale === "tr") return __tr.text_select_language(inputs)
105
+ if (locale === "uk") return __uk.text_select_language(inputs)
106
+ if (locale === "vi") return __vi.text_select_language(inputs)
107
+ if (locale === "zh-CN") return __zh_cn2.text_select_language(inputs)
108
+ return __zh_tw2.text_select_language(inputs)
108
109
  };
109
110
  /**
110
111
  * This function has been compiled by [Paraglide JS](https://inlang.com/m/gerre34r).
@@ -116,58 +117,58 @@ export const text_select_language = (inputs = {}, options = {}) => {
116
117
  *
117
118
  * @param {{}} inputs
118
119
  * @param {{ locale?: "ar" | "bg" | "bn" | "ca" | "cs" | "da" | "de" | "el" | "en" | "es" | "fi" | "fr" | "he" | "hi" | "hu" | "id" | "it" | "ja" | "ko" | "lt" | "lv" | "ms" | "nl" | "no" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sq" | "sr" | "sv" | "sw" | "ta" | "te" | "th" | "tl" | "tr" | "uk" | "vi" | "zh-CN" | "zh-TW" }} options
119
- * @returns {string}
120
+ * @returns {LocalizedString}
120
121
  */
121
122
  /* @__NO_SIDE_EFFECTS__ */
122
123
  export const text_unit_converter = (inputs = {}, options = {}) => {
123
124
  if (experimentalMiddlewareLocaleSplitting && isServer === false) {
124
125
  return /** @type {any} */ (globalThis).__paraglide_ssr.text_unit_converter(inputs)
125
126
  }
126
- const locale = options.locale ?? getLocale()
127
+ const locale = experimentalStaticLocale ?? options.locale ?? getLocale()
127
128
  trackMessageCall("text_unit_converter", locale)
128
- if (locale === "ar") return ar.text_unit_converter(inputs)
129
- if (locale === "bg") return bg.text_unit_converter(inputs)
130
- if (locale === "bn") return bn.text_unit_converter(inputs)
131
- if (locale === "ca") return ca.text_unit_converter(inputs)
132
- if (locale === "cs") return cs.text_unit_converter(inputs)
133
- if (locale === "da") return da.text_unit_converter(inputs)
134
- if (locale === "de") return de.text_unit_converter(inputs)
135
- if (locale === "el") return el.text_unit_converter(inputs)
136
- if (locale === "en") return en.text_unit_converter(inputs)
137
- if (locale === "es") return es.text_unit_converter(inputs)
138
- if (locale === "fi") return fi.text_unit_converter(inputs)
139
- if (locale === "fr") return fr.text_unit_converter(inputs)
140
- if (locale === "he") return he.text_unit_converter(inputs)
141
- if (locale === "hi") return hi.text_unit_converter(inputs)
142
- if (locale === "hu") return hu.text_unit_converter(inputs)
143
- if (locale === "id") return id.text_unit_converter(inputs)
144
- if (locale === "it") return it.text_unit_converter(inputs)
145
- if (locale === "ja") return ja.text_unit_converter(inputs)
146
- if (locale === "ko") return ko.text_unit_converter(inputs)
147
- if (locale === "lt") return lt.text_unit_converter(inputs)
148
- if (locale === "lv") return lv.text_unit_converter(inputs)
149
- if (locale === "ms") return ms.text_unit_converter(inputs)
150
- if (locale === "nl") return nl.text_unit_converter(inputs)
151
- if (locale === "no") return no.text_unit_converter(inputs)
152
- if (locale === "pl") return pl.text_unit_converter(inputs)
153
- if (locale === "pt") return pt.text_unit_converter(inputs)
154
- if (locale === "ro") return ro.text_unit_converter(inputs)
155
- if (locale === "ru") return ru.text_unit_converter(inputs)
156
- if (locale === "sk") return sk.text_unit_converter(inputs)
157
- if (locale === "sl") return sl.text_unit_converter(inputs)
158
- if (locale === "sq") return sq.text_unit_converter(inputs)
159
- if (locale === "sr") return sr.text_unit_converter(inputs)
160
- if (locale === "sv") return sv.text_unit_converter(inputs)
161
- if (locale === "sw") return sw.text_unit_converter(inputs)
162
- if (locale === "ta") return ta.text_unit_converter(inputs)
163
- if (locale === "te") return te.text_unit_converter(inputs)
164
- if (locale === "th") return th.text_unit_converter(inputs)
165
- if (locale === "tl") return tl.text_unit_converter(inputs)
166
- if (locale === "tr") return tr.text_unit_converter(inputs)
167
- if (locale === "uk") return uk.text_unit_converter(inputs)
168
- if (locale === "vi") return vi.text_unit_converter(inputs)
169
- if (locale === "zh-CN") return zh_cn2.text_unit_converter(inputs)
170
- return zh_tw2.text_unit_converter(inputs)
129
+ if (locale === "ar") return __ar.text_unit_converter(inputs)
130
+ if (locale === "bg") return __bg.text_unit_converter(inputs)
131
+ if (locale === "bn") return __bn.text_unit_converter(inputs)
132
+ if (locale === "ca") return __ca.text_unit_converter(inputs)
133
+ if (locale === "cs") return __cs.text_unit_converter(inputs)
134
+ if (locale === "da") return __da.text_unit_converter(inputs)
135
+ if (locale === "de") return __de.text_unit_converter(inputs)
136
+ if (locale === "el") return __el.text_unit_converter(inputs)
137
+ if (locale === "en") return __en.text_unit_converter(inputs)
138
+ if (locale === "es") return __es.text_unit_converter(inputs)
139
+ if (locale === "fi") return __fi.text_unit_converter(inputs)
140
+ if (locale === "fr") return __fr.text_unit_converter(inputs)
141
+ if (locale === "he") return __he.text_unit_converter(inputs)
142
+ if (locale === "hi") return __hi.text_unit_converter(inputs)
143
+ if (locale === "hu") return __hu.text_unit_converter(inputs)
144
+ if (locale === "id") return __id.text_unit_converter(inputs)
145
+ if (locale === "it") return __it.text_unit_converter(inputs)
146
+ if (locale === "ja") return __ja.text_unit_converter(inputs)
147
+ if (locale === "ko") return __ko.text_unit_converter(inputs)
148
+ if (locale === "lt") return __lt.text_unit_converter(inputs)
149
+ if (locale === "lv") return __lv.text_unit_converter(inputs)
150
+ if (locale === "ms") return __ms.text_unit_converter(inputs)
151
+ if (locale === "nl") return __nl.text_unit_converter(inputs)
152
+ if (locale === "no") return __no.text_unit_converter(inputs)
153
+ if (locale === "pl") return __pl.text_unit_converter(inputs)
154
+ if (locale === "pt") return __pt.text_unit_converter(inputs)
155
+ if (locale === "ro") return __ro.text_unit_converter(inputs)
156
+ if (locale === "ru") return __ru.text_unit_converter(inputs)
157
+ if (locale === "sk") return __sk.text_unit_converter(inputs)
158
+ if (locale === "sl") return __sl.text_unit_converter(inputs)
159
+ if (locale === "sq") return __sq.text_unit_converter(inputs)
160
+ if (locale === "sr") return __sr.text_unit_converter(inputs)
161
+ if (locale === "sv") return __sv.text_unit_converter(inputs)
162
+ if (locale === "sw") return __sw.text_unit_converter(inputs)
163
+ if (locale === "ta") return __ta.text_unit_converter(inputs)
164
+ if (locale === "te") return __te.text_unit_converter(inputs)
165
+ if (locale === "th") return __th.text_unit_converter(inputs)
166
+ if (locale === "tl") return __tl.text_unit_converter(inputs)
167
+ if (locale === "tr") return __tr.text_unit_converter(inputs)
168
+ if (locale === "uk") return __uk.text_unit_converter(inputs)
169
+ if (locale === "vi") return __vi.text_unit_converter(inputs)
170
+ if (locale === "zh-CN") return __zh_cn2.text_unit_converter(inputs)
171
+ return __zh_tw2.text_unit_converter(inputs)
171
172
  };
172
173
  /**
173
174
  * This function has been compiled by [Paraglide JS](https://inlang.com/m/gerre34r).
@@ -179,58 +180,58 @@ export const text_unit_converter = (inputs = {}, options = {}) => {
179
180
  *
180
181
  * @param {{}} inputs
181
182
  * @param {{ locale?: "ar" | "bg" | "bn" | "ca" | "cs" | "da" | "de" | "el" | "en" | "es" | "fi" | "fr" | "he" | "hi" | "hu" | "id" | "it" | "ja" | "ko" | "lt" | "lv" | "ms" | "nl" | "no" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sq" | "sr" | "sv" | "sw" | "ta" | "te" | "th" | "tl" | "tr" | "uk" | "vi" | "zh-CN" | "zh-TW" }} options
182
- * @returns {string}
183
+ * @returns {LocalizedString}
183
184
  */
184
185
  /* @__NO_SIDE_EFFECTS__ */
185
186
  export const text_calces_scientific_calculator = (inputs = {}, options = {}) => {
186
187
  if (experimentalMiddlewareLocaleSplitting && isServer === false) {
187
188
  return /** @type {any} */ (globalThis).__paraglide_ssr.text_calces_scientific_calculator(inputs)
188
189
  }
189
- const locale = options.locale ?? getLocale()
190
+ const locale = experimentalStaticLocale ?? options.locale ?? getLocale()
190
191
  trackMessageCall("text_calces_scientific_calculator", locale)
191
- if (locale === "ar") return ar.text_calces_scientific_calculator(inputs)
192
- if (locale === "bg") return bg.text_calces_scientific_calculator(inputs)
193
- if (locale === "bn") return bn.text_calces_scientific_calculator(inputs)
194
- if (locale === "ca") return ca.text_calces_scientific_calculator(inputs)
195
- if (locale === "cs") return cs.text_calces_scientific_calculator(inputs)
196
- if (locale === "da") return da.text_calces_scientific_calculator(inputs)
197
- if (locale === "de") return de.text_calces_scientific_calculator(inputs)
198
- if (locale === "el") return el.text_calces_scientific_calculator(inputs)
199
- if (locale === "en") return en.text_calces_scientific_calculator(inputs)
200
- if (locale === "es") return es.text_calces_scientific_calculator(inputs)
201
- if (locale === "fi") return fi.text_calces_scientific_calculator(inputs)
202
- if (locale === "fr") return fr.text_calces_scientific_calculator(inputs)
203
- if (locale === "he") return he.text_calces_scientific_calculator(inputs)
204
- if (locale === "hi") return hi.text_calces_scientific_calculator(inputs)
205
- if (locale === "hu") return hu.text_calces_scientific_calculator(inputs)
206
- if (locale === "id") return id.text_calces_scientific_calculator(inputs)
207
- if (locale === "it") return it.text_calces_scientific_calculator(inputs)
208
- if (locale === "ja") return ja.text_calces_scientific_calculator(inputs)
209
- if (locale === "ko") return ko.text_calces_scientific_calculator(inputs)
210
- if (locale === "lt") return lt.text_calces_scientific_calculator(inputs)
211
- if (locale === "lv") return lv.text_calces_scientific_calculator(inputs)
212
- if (locale === "ms") return ms.text_calces_scientific_calculator(inputs)
213
- if (locale === "nl") return nl.text_calces_scientific_calculator(inputs)
214
- if (locale === "no") return no.text_calces_scientific_calculator(inputs)
215
- if (locale === "pl") return pl.text_calces_scientific_calculator(inputs)
216
- if (locale === "pt") return pt.text_calces_scientific_calculator(inputs)
217
- if (locale === "ro") return ro.text_calces_scientific_calculator(inputs)
218
- if (locale === "ru") return ru.text_calces_scientific_calculator(inputs)
219
- if (locale === "sk") return sk.text_calces_scientific_calculator(inputs)
220
- if (locale === "sl") return sl.text_calces_scientific_calculator(inputs)
221
- if (locale === "sq") return sq.text_calces_scientific_calculator(inputs)
222
- if (locale === "sr") return sr.text_calces_scientific_calculator(inputs)
223
- if (locale === "sv") return sv.text_calces_scientific_calculator(inputs)
224
- if (locale === "sw") return sw.text_calces_scientific_calculator(inputs)
225
- if (locale === "ta") return ta.text_calces_scientific_calculator(inputs)
226
- if (locale === "te") return te.text_calces_scientific_calculator(inputs)
227
- if (locale === "th") return th.text_calces_scientific_calculator(inputs)
228
- if (locale === "tl") return tl.text_calces_scientific_calculator(inputs)
229
- if (locale === "tr") return tr.text_calces_scientific_calculator(inputs)
230
- if (locale === "uk") return uk.text_calces_scientific_calculator(inputs)
231
- if (locale === "vi") return vi.text_calces_scientific_calculator(inputs)
232
- if (locale === "zh-CN") return zh_cn2.text_calces_scientific_calculator(inputs)
233
- return zh_tw2.text_calces_scientific_calculator(inputs)
192
+ if (locale === "ar") return __ar.text_calces_scientific_calculator(inputs)
193
+ if (locale === "bg") return __bg.text_calces_scientific_calculator(inputs)
194
+ if (locale === "bn") return __bn.text_calces_scientific_calculator(inputs)
195
+ if (locale === "ca") return __ca.text_calces_scientific_calculator(inputs)
196
+ if (locale === "cs") return __cs.text_calces_scientific_calculator(inputs)
197
+ if (locale === "da") return __da.text_calces_scientific_calculator(inputs)
198
+ if (locale === "de") return __de.text_calces_scientific_calculator(inputs)
199
+ if (locale === "el") return __el.text_calces_scientific_calculator(inputs)
200
+ if (locale === "en") return __en.text_calces_scientific_calculator(inputs)
201
+ if (locale === "es") return __es.text_calces_scientific_calculator(inputs)
202
+ if (locale === "fi") return __fi.text_calces_scientific_calculator(inputs)
203
+ if (locale === "fr") return __fr.text_calces_scientific_calculator(inputs)
204
+ if (locale === "he") return __he.text_calces_scientific_calculator(inputs)
205
+ if (locale === "hi") return __hi.text_calces_scientific_calculator(inputs)
206
+ if (locale === "hu") return __hu.text_calces_scientific_calculator(inputs)
207
+ if (locale === "id") return __id.text_calces_scientific_calculator(inputs)
208
+ if (locale === "it") return __it.text_calces_scientific_calculator(inputs)
209
+ if (locale === "ja") return __ja.text_calces_scientific_calculator(inputs)
210
+ if (locale === "ko") return __ko.text_calces_scientific_calculator(inputs)
211
+ if (locale === "lt") return __lt.text_calces_scientific_calculator(inputs)
212
+ if (locale === "lv") return __lv.text_calces_scientific_calculator(inputs)
213
+ if (locale === "ms") return __ms.text_calces_scientific_calculator(inputs)
214
+ if (locale === "nl") return __nl.text_calces_scientific_calculator(inputs)
215
+ if (locale === "no") return __no.text_calces_scientific_calculator(inputs)
216
+ if (locale === "pl") return __pl.text_calces_scientific_calculator(inputs)
217
+ if (locale === "pt") return __pt.text_calces_scientific_calculator(inputs)
218
+ if (locale === "ro") return __ro.text_calces_scientific_calculator(inputs)
219
+ if (locale === "ru") return __ru.text_calces_scientific_calculator(inputs)
220
+ if (locale === "sk") return __sk.text_calces_scientific_calculator(inputs)
221
+ if (locale === "sl") return __sl.text_calces_scientific_calculator(inputs)
222
+ if (locale === "sq") return __sq.text_calces_scientific_calculator(inputs)
223
+ if (locale === "sr") return __sr.text_calces_scientific_calculator(inputs)
224
+ if (locale === "sv") return __sv.text_calces_scientific_calculator(inputs)
225
+ if (locale === "sw") return __sw.text_calces_scientific_calculator(inputs)
226
+ if (locale === "ta") return __ta.text_calces_scientific_calculator(inputs)
227
+ if (locale === "te") return __te.text_calces_scientific_calculator(inputs)
228
+ if (locale === "th") return __th.text_calces_scientific_calculator(inputs)
229
+ if (locale === "tl") return __tl.text_calces_scientific_calculator(inputs)
230
+ if (locale === "tr") return __tr.text_calces_scientific_calculator(inputs)
231
+ if (locale === "uk") return __uk.text_calces_scientific_calculator(inputs)
232
+ if (locale === "vi") return __vi.text_calces_scientific_calculator(inputs)
233
+ if (locale === "zh-CN") return __zh_cn2.text_calces_scientific_calculator(inputs)
234
+ return __zh_tw2.text_calces_scientific_calculator(inputs)
234
235
  };
235
236
  /**
236
237
  * This function has been compiled by [Paraglide JS](https://inlang.com/m/gerre34r).
@@ -242,58 +243,58 @@ export const text_calces_scientific_calculator = (inputs = {}, options = {}) =>
242
243
  *
243
244
  * @param {{}} inputs
244
245
  * @param {{ locale?: "ar" | "bg" | "bn" | "ca" | "cs" | "da" | "de" | "el" | "en" | "es" | "fi" | "fr" | "he" | "hi" | "hu" | "id" | "it" | "ja" | "ko" | "lt" | "lv" | "ms" | "nl" | "no" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sq" | "sr" | "sv" | "sw" | "ta" | "te" | "th" | "tl" | "tr" | "uk" | "vi" | "zh-CN" | "zh-TW" }} options
245
- * @returns {string}
246
+ * @returns {LocalizedString}
246
247
  */
247
248
  /* @__NO_SIDE_EFFECTS__ */
248
249
  export const text_calces_documentation = (inputs = {}, options = {}) => {
249
250
  if (experimentalMiddlewareLocaleSplitting && isServer === false) {
250
251
  return /** @type {any} */ (globalThis).__paraglide_ssr.text_calces_documentation(inputs)
251
252
  }
252
- const locale = options.locale ?? getLocale()
253
+ const locale = experimentalStaticLocale ?? options.locale ?? getLocale()
253
254
  trackMessageCall("text_calces_documentation", locale)
254
- if (locale === "ar") return ar.text_calces_documentation(inputs)
255
- if (locale === "bg") return bg.text_calces_documentation(inputs)
256
- if (locale === "bn") return bn.text_calces_documentation(inputs)
257
- if (locale === "ca") return ca.text_calces_documentation(inputs)
258
- if (locale === "cs") return cs.text_calces_documentation(inputs)
259
- if (locale === "da") return da.text_calces_documentation(inputs)
260
- if (locale === "de") return de.text_calces_documentation(inputs)
261
- if (locale === "el") return el.text_calces_documentation(inputs)
262
- if (locale === "en") return en.text_calces_documentation(inputs)
263
- if (locale === "es") return es.text_calces_documentation(inputs)
264
- if (locale === "fi") return fi.text_calces_documentation(inputs)
265
- if (locale === "fr") return fr.text_calces_documentation(inputs)
266
- if (locale === "he") return he.text_calces_documentation(inputs)
267
- if (locale === "hi") return hi.text_calces_documentation(inputs)
268
- if (locale === "hu") return hu.text_calces_documentation(inputs)
269
- if (locale === "id") return id.text_calces_documentation(inputs)
270
- if (locale === "it") return it.text_calces_documentation(inputs)
271
- if (locale === "ja") return ja.text_calces_documentation(inputs)
272
- if (locale === "ko") return ko.text_calces_documentation(inputs)
273
- if (locale === "lt") return lt.text_calces_documentation(inputs)
274
- if (locale === "lv") return lv.text_calces_documentation(inputs)
275
- if (locale === "ms") return ms.text_calces_documentation(inputs)
276
- if (locale === "nl") return nl.text_calces_documentation(inputs)
277
- if (locale === "no") return no.text_calces_documentation(inputs)
278
- if (locale === "pl") return pl.text_calces_documentation(inputs)
279
- if (locale === "pt") return pt.text_calces_documentation(inputs)
280
- if (locale === "ro") return ro.text_calces_documentation(inputs)
281
- if (locale === "ru") return ru.text_calces_documentation(inputs)
282
- if (locale === "sk") return sk.text_calces_documentation(inputs)
283
- if (locale === "sl") return sl.text_calces_documentation(inputs)
284
- if (locale === "sq") return sq.text_calces_documentation(inputs)
285
- if (locale === "sr") return sr.text_calces_documentation(inputs)
286
- if (locale === "sv") return sv.text_calces_documentation(inputs)
287
- if (locale === "sw") return sw.text_calces_documentation(inputs)
288
- if (locale === "ta") return ta.text_calces_documentation(inputs)
289
- if (locale === "te") return te.text_calces_documentation(inputs)
290
- if (locale === "th") return th.text_calces_documentation(inputs)
291
- if (locale === "tl") return tl.text_calces_documentation(inputs)
292
- if (locale === "tr") return tr.text_calces_documentation(inputs)
293
- if (locale === "uk") return uk.text_calces_documentation(inputs)
294
- if (locale === "vi") return vi.text_calces_documentation(inputs)
295
- if (locale === "zh-CN") return zh_cn2.text_calces_documentation(inputs)
296
- return zh_tw2.text_calces_documentation(inputs)
255
+ if (locale === "ar") return __ar.text_calces_documentation(inputs)
256
+ if (locale === "bg") return __bg.text_calces_documentation(inputs)
257
+ if (locale === "bn") return __bn.text_calces_documentation(inputs)
258
+ if (locale === "ca") return __ca.text_calces_documentation(inputs)
259
+ if (locale === "cs") return __cs.text_calces_documentation(inputs)
260
+ if (locale === "da") return __da.text_calces_documentation(inputs)
261
+ if (locale === "de") return __de.text_calces_documentation(inputs)
262
+ if (locale === "el") return __el.text_calces_documentation(inputs)
263
+ if (locale === "en") return __en.text_calces_documentation(inputs)
264
+ if (locale === "es") return __es.text_calces_documentation(inputs)
265
+ if (locale === "fi") return __fi.text_calces_documentation(inputs)
266
+ if (locale === "fr") return __fr.text_calces_documentation(inputs)
267
+ if (locale === "he") return __he.text_calces_documentation(inputs)
268
+ if (locale === "hi") return __hi.text_calces_documentation(inputs)
269
+ if (locale === "hu") return __hu.text_calces_documentation(inputs)
270
+ if (locale === "id") return __id.text_calces_documentation(inputs)
271
+ if (locale === "it") return __it.text_calces_documentation(inputs)
272
+ if (locale === "ja") return __ja.text_calces_documentation(inputs)
273
+ if (locale === "ko") return __ko.text_calces_documentation(inputs)
274
+ if (locale === "lt") return __lt.text_calces_documentation(inputs)
275
+ if (locale === "lv") return __lv.text_calces_documentation(inputs)
276
+ if (locale === "ms") return __ms.text_calces_documentation(inputs)
277
+ if (locale === "nl") return __nl.text_calces_documentation(inputs)
278
+ if (locale === "no") return __no.text_calces_documentation(inputs)
279
+ if (locale === "pl") return __pl.text_calces_documentation(inputs)
280
+ if (locale === "pt") return __pt.text_calces_documentation(inputs)
281
+ if (locale === "ro") return __ro.text_calces_documentation(inputs)
282
+ if (locale === "ru") return __ru.text_calces_documentation(inputs)
283
+ if (locale === "sk") return __sk.text_calces_documentation(inputs)
284
+ if (locale === "sl") return __sl.text_calces_documentation(inputs)
285
+ if (locale === "sq") return __sq.text_calces_documentation(inputs)
286
+ if (locale === "sr") return __sr.text_calces_documentation(inputs)
287
+ if (locale === "sv") return __sv.text_calces_documentation(inputs)
288
+ if (locale === "sw") return __sw.text_calces_documentation(inputs)
289
+ if (locale === "ta") return __ta.text_calces_documentation(inputs)
290
+ if (locale === "te") return __te.text_calces_documentation(inputs)
291
+ if (locale === "th") return __th.text_calces_documentation(inputs)
292
+ if (locale === "tl") return __tl.text_calces_documentation(inputs)
293
+ if (locale === "tr") return __tr.text_calces_documentation(inputs)
294
+ if (locale === "uk") return __uk.text_calces_documentation(inputs)
295
+ if (locale === "vi") return __vi.text_calces_documentation(inputs)
296
+ if (locale === "zh-CN") return __zh_cn2.text_calces_documentation(inputs)
297
+ return __zh_tw2.text_calces_documentation(inputs)
297
298
  };
298
299
  /**
299
300
  * This function has been compiled by [Paraglide JS](https://inlang.com/m/gerre34r).
@@ -305,58 +306,58 @@ export const text_calces_documentation = (inputs = {}, options = {}) => {
305
306
  *
306
307
  * @param {{}} inputs
307
308
  * @param {{ locale?: "ar" | "bg" | "bn" | "ca" | "cs" | "da" | "de" | "el" | "en" | "es" | "fi" | "fr" | "he" | "hi" | "hu" | "id" | "it" | "ja" | "ko" | "lt" | "lv" | "ms" | "nl" | "no" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sq" | "sr" | "sv" | "sw" | "ta" | "te" | "th" | "tl" | "tr" | "uk" | "vi" | "zh-CN" | "zh-TW" }} options
308
- * @returns {string}
309
+ * @returns {LocalizedString}
309
310
  */
310
311
  /* @__NO_SIDE_EFFECTS__ */
311
312
  export const text_account_settings = (inputs = {}, options = {}) => {
312
313
  if (experimentalMiddlewareLocaleSplitting && isServer === false) {
313
314
  return /** @type {any} */ (globalThis).__paraglide_ssr.text_account_settings(inputs)
314
315
  }
315
- const locale = options.locale ?? getLocale()
316
+ const locale = experimentalStaticLocale ?? options.locale ?? getLocale()
316
317
  trackMessageCall("text_account_settings", locale)
317
- if (locale === "ar") return ar.text_account_settings(inputs)
318
- if (locale === "bg") return bg.text_account_settings(inputs)
319
- if (locale === "bn") return bn.text_account_settings(inputs)
320
- if (locale === "ca") return ca.text_account_settings(inputs)
321
- if (locale === "cs") return cs.text_account_settings(inputs)
322
- if (locale === "da") return da.text_account_settings(inputs)
323
- if (locale === "de") return de.text_account_settings(inputs)
324
- if (locale === "el") return el.text_account_settings(inputs)
325
- if (locale === "en") return en.text_account_settings(inputs)
326
- if (locale === "es") return es.text_account_settings(inputs)
327
- if (locale === "fi") return fi.text_account_settings(inputs)
328
- if (locale === "fr") return fr.text_account_settings(inputs)
329
- if (locale === "he") return he.text_account_settings(inputs)
330
- if (locale === "hi") return hi.text_account_settings(inputs)
331
- if (locale === "hu") return hu.text_account_settings(inputs)
332
- if (locale === "id") return id.text_account_settings(inputs)
333
- if (locale === "it") return it.text_account_settings(inputs)
334
- if (locale === "ja") return ja.text_account_settings(inputs)
335
- if (locale === "ko") return ko.text_account_settings(inputs)
336
- if (locale === "lt") return lt.text_account_settings(inputs)
337
- if (locale === "lv") return lv.text_account_settings(inputs)
338
- if (locale === "ms") return ms.text_account_settings(inputs)
339
- if (locale === "nl") return nl.text_account_settings(inputs)
340
- if (locale === "no") return no.text_account_settings(inputs)
341
- if (locale === "pl") return pl.text_account_settings(inputs)
342
- if (locale === "pt") return pt.text_account_settings(inputs)
343
- if (locale === "ro") return ro.text_account_settings(inputs)
344
- if (locale === "ru") return ru.text_account_settings(inputs)
345
- if (locale === "sk") return sk.text_account_settings(inputs)
346
- if (locale === "sl") return sl.text_account_settings(inputs)
347
- if (locale === "sq") return sq.text_account_settings(inputs)
348
- if (locale === "sr") return sr.text_account_settings(inputs)
349
- if (locale === "sv") return sv.text_account_settings(inputs)
350
- if (locale === "sw") return sw.text_account_settings(inputs)
351
- if (locale === "ta") return ta.text_account_settings(inputs)
352
- if (locale === "te") return te.text_account_settings(inputs)
353
- if (locale === "th") return th.text_account_settings(inputs)
354
- if (locale === "tl") return tl.text_account_settings(inputs)
355
- if (locale === "tr") return tr.text_account_settings(inputs)
356
- if (locale === "uk") return uk.text_account_settings(inputs)
357
- if (locale === "vi") return vi.text_account_settings(inputs)
358
- if (locale === "zh-CN") return zh_cn2.text_account_settings(inputs)
359
- return zh_tw2.text_account_settings(inputs)
318
+ if (locale === "ar") return __ar.text_account_settings(inputs)
319
+ if (locale === "bg") return __bg.text_account_settings(inputs)
320
+ if (locale === "bn") return __bn.text_account_settings(inputs)
321
+ if (locale === "ca") return __ca.text_account_settings(inputs)
322
+ if (locale === "cs") return __cs.text_account_settings(inputs)
323
+ if (locale === "da") return __da.text_account_settings(inputs)
324
+ if (locale === "de") return __de.text_account_settings(inputs)
325
+ if (locale === "el") return __el.text_account_settings(inputs)
326
+ if (locale === "en") return __en.text_account_settings(inputs)
327
+ if (locale === "es") return __es.text_account_settings(inputs)
328
+ if (locale === "fi") return __fi.text_account_settings(inputs)
329
+ if (locale === "fr") return __fr.text_account_settings(inputs)
330
+ if (locale === "he") return __he.text_account_settings(inputs)
331
+ if (locale === "hi") return __hi.text_account_settings(inputs)
332
+ if (locale === "hu") return __hu.text_account_settings(inputs)
333
+ if (locale === "id") return __id.text_account_settings(inputs)
334
+ if (locale === "it") return __it.text_account_settings(inputs)
335
+ if (locale === "ja") return __ja.text_account_settings(inputs)
336
+ if (locale === "ko") return __ko.text_account_settings(inputs)
337
+ if (locale === "lt") return __lt.text_account_settings(inputs)
338
+ if (locale === "lv") return __lv.text_account_settings(inputs)
339
+ if (locale === "ms") return __ms.text_account_settings(inputs)
340
+ if (locale === "nl") return __nl.text_account_settings(inputs)
341
+ if (locale === "no") return __no.text_account_settings(inputs)
342
+ if (locale === "pl") return __pl.text_account_settings(inputs)
343
+ if (locale === "pt") return __pt.text_account_settings(inputs)
344
+ if (locale === "ro") return __ro.text_account_settings(inputs)
345
+ if (locale === "ru") return __ru.text_account_settings(inputs)
346
+ if (locale === "sk") return __sk.text_account_settings(inputs)
347
+ if (locale === "sl") return __sl.text_account_settings(inputs)
348
+ if (locale === "sq") return __sq.text_account_settings(inputs)
349
+ if (locale === "sr") return __sr.text_account_settings(inputs)
350
+ if (locale === "sv") return __sv.text_account_settings(inputs)
351
+ if (locale === "sw") return __sw.text_account_settings(inputs)
352
+ if (locale === "ta") return __ta.text_account_settings(inputs)
353
+ if (locale === "te") return __te.text_account_settings(inputs)
354
+ if (locale === "th") return __th.text_account_settings(inputs)
355
+ if (locale === "tl") return __tl.text_account_settings(inputs)
356
+ if (locale === "tr") return __tr.text_account_settings(inputs)
357
+ if (locale === "uk") return __uk.text_account_settings(inputs)
358
+ if (locale === "vi") return __vi.text_account_settings(inputs)
359
+ if (locale === "zh-CN") return __zh_cn2.text_account_settings(inputs)
360
+ return __zh_tw2.text_account_settings(inputs)
360
361
  };
361
362
  /**
362
363
  * This function has been compiled by [Paraglide JS](https://inlang.com/m/gerre34r).
@@ -368,58 +369,58 @@ export const text_account_settings = (inputs = {}, options = {}) => {
368
369
  *
369
370
  * @param {{}} inputs
370
371
  * @param {{ locale?: "ar" | "bg" | "bn" | "ca" | "cs" | "da" | "de" | "el" | "en" | "es" | "fi" | "fr" | "he" | "hi" | "hu" | "id" | "it" | "ja" | "ko" | "lt" | "lv" | "ms" | "nl" | "no" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sq" | "sr" | "sv" | "sw" | "ta" | "te" | "th" | "tl" | "tr" | "uk" | "vi" | "zh-CN" | "zh-TW" }} options
371
- * @returns {string}
372
+ * @returns {LocalizedString}
372
373
  */
373
374
  /* @__NO_SIDE_EFFECTS__ */
374
375
  export const text_logout = (inputs = {}, options = {}) => {
375
376
  if (experimentalMiddlewareLocaleSplitting && isServer === false) {
376
377
  return /** @type {any} */ (globalThis).__paraglide_ssr.text_logout(inputs)
377
378
  }
378
- const locale = options.locale ?? getLocale()
379
+ const locale = experimentalStaticLocale ?? options.locale ?? getLocale()
379
380
  trackMessageCall("text_logout", locale)
380
- if (locale === "ar") return ar.text_logout(inputs)
381
- if (locale === "bg") return bg.text_logout(inputs)
382
- if (locale === "bn") return bn.text_logout(inputs)
383
- if (locale === "ca") return ca.text_logout(inputs)
384
- if (locale === "cs") return cs.text_logout(inputs)
385
- if (locale === "da") return da.text_logout(inputs)
386
- if (locale === "de") return de.text_logout(inputs)
387
- if (locale === "el") return el.text_logout(inputs)
388
- if (locale === "en") return en.text_logout(inputs)
389
- if (locale === "es") return es.text_logout(inputs)
390
- if (locale === "fi") return fi.text_logout(inputs)
391
- if (locale === "fr") return fr.text_logout(inputs)
392
- if (locale === "he") return he.text_logout(inputs)
393
- if (locale === "hi") return hi.text_logout(inputs)
394
- if (locale === "hu") return hu.text_logout(inputs)
395
- if (locale === "id") return id.text_logout(inputs)
396
- if (locale === "it") return it.text_logout(inputs)
397
- if (locale === "ja") return ja.text_logout(inputs)
398
- if (locale === "ko") return ko.text_logout(inputs)
399
- if (locale === "lt") return lt.text_logout(inputs)
400
- if (locale === "lv") return lv.text_logout(inputs)
401
- if (locale === "ms") return ms.text_logout(inputs)
402
- if (locale === "nl") return nl.text_logout(inputs)
403
- if (locale === "no") return no.text_logout(inputs)
404
- if (locale === "pl") return pl.text_logout(inputs)
405
- if (locale === "pt") return pt.text_logout(inputs)
406
- if (locale === "ro") return ro.text_logout(inputs)
407
- if (locale === "ru") return ru.text_logout(inputs)
408
- if (locale === "sk") return sk.text_logout(inputs)
409
- if (locale === "sl") return sl.text_logout(inputs)
410
- if (locale === "sq") return sq.text_logout(inputs)
411
- if (locale === "sr") return sr.text_logout(inputs)
412
- if (locale === "sv") return sv.text_logout(inputs)
413
- if (locale === "sw") return sw.text_logout(inputs)
414
- if (locale === "ta") return ta.text_logout(inputs)
415
- if (locale === "te") return te.text_logout(inputs)
416
- if (locale === "th") return th.text_logout(inputs)
417
- if (locale === "tl") return tl.text_logout(inputs)
418
- if (locale === "tr") return tr.text_logout(inputs)
419
- if (locale === "uk") return uk.text_logout(inputs)
420
- if (locale === "vi") return vi.text_logout(inputs)
421
- if (locale === "zh-CN") return zh_cn2.text_logout(inputs)
422
- return zh_tw2.text_logout(inputs)
381
+ if (locale === "ar") return __ar.text_logout(inputs)
382
+ if (locale === "bg") return __bg.text_logout(inputs)
383
+ if (locale === "bn") return __bn.text_logout(inputs)
384
+ if (locale === "ca") return __ca.text_logout(inputs)
385
+ if (locale === "cs") return __cs.text_logout(inputs)
386
+ if (locale === "da") return __da.text_logout(inputs)
387
+ if (locale === "de") return __de.text_logout(inputs)
388
+ if (locale === "el") return __el.text_logout(inputs)
389
+ if (locale === "en") return __en.text_logout(inputs)
390
+ if (locale === "es") return __es.text_logout(inputs)
391
+ if (locale === "fi") return __fi.text_logout(inputs)
392
+ if (locale === "fr") return __fr.text_logout(inputs)
393
+ if (locale === "he") return __he.text_logout(inputs)
394
+ if (locale === "hi") return __hi.text_logout(inputs)
395
+ if (locale === "hu") return __hu.text_logout(inputs)
396
+ if (locale === "id") return __id.text_logout(inputs)
397
+ if (locale === "it") return __it.text_logout(inputs)
398
+ if (locale === "ja") return __ja.text_logout(inputs)
399
+ if (locale === "ko") return __ko.text_logout(inputs)
400
+ if (locale === "lt") return __lt.text_logout(inputs)
401
+ if (locale === "lv") return __lv.text_logout(inputs)
402
+ if (locale === "ms") return __ms.text_logout(inputs)
403
+ if (locale === "nl") return __nl.text_logout(inputs)
404
+ if (locale === "no") return __no.text_logout(inputs)
405
+ if (locale === "pl") return __pl.text_logout(inputs)
406
+ if (locale === "pt") return __pt.text_logout(inputs)
407
+ if (locale === "ro") return __ro.text_logout(inputs)
408
+ if (locale === "ru") return __ru.text_logout(inputs)
409
+ if (locale === "sk") return __sk.text_logout(inputs)
410
+ if (locale === "sl") return __sl.text_logout(inputs)
411
+ if (locale === "sq") return __sq.text_logout(inputs)
412
+ if (locale === "sr") return __sr.text_logout(inputs)
413
+ if (locale === "sv") return __sv.text_logout(inputs)
414
+ if (locale === "sw") return __sw.text_logout(inputs)
415
+ if (locale === "ta") return __ta.text_logout(inputs)
416
+ if (locale === "te") return __te.text_logout(inputs)
417
+ if (locale === "th") return __th.text_logout(inputs)
418
+ if (locale === "tl") return __tl.text_logout(inputs)
419
+ if (locale === "tr") return __tr.text_logout(inputs)
420
+ if (locale === "uk") return __uk.text_logout(inputs)
421
+ if (locale === "vi") return __vi.text_logout(inputs)
422
+ if (locale === "zh-CN") return __zh_cn2.text_logout(inputs)
423
+ return __zh_tw2.text_logout(inputs)
423
424
  };
424
425
  /**
425
426
  * This function has been compiled by [Paraglide JS](https://inlang.com/m/gerre34r).
@@ -431,56 +432,56 @@ export const text_logout = (inputs = {}, options = {}) => {
431
432
  *
432
433
  * @param {{}} inputs
433
434
  * @param {{ locale?: "ar" | "bg" | "bn" | "ca" | "cs" | "da" | "de" | "el" | "en" | "es" | "fi" | "fr" | "he" | "hi" | "hu" | "id" | "it" | "ja" | "ko" | "lt" | "lv" | "ms" | "nl" | "no" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sq" | "sr" | "sv" | "sw" | "ta" | "te" | "th" | "tl" | "tr" | "uk" | "vi" | "zh-CN" | "zh-TW" }} options
434
- * @returns {string}
435
+ * @returns {LocalizedString}
435
436
  */
436
437
  /* @__NO_SIDE_EFFECTS__ */
437
438
  export const text_currency_converter = (inputs = {}, options = {}) => {
438
439
  if (experimentalMiddlewareLocaleSplitting && isServer === false) {
439
440
  return /** @type {any} */ (globalThis).__paraglide_ssr.text_currency_converter(inputs)
440
441
  }
441
- const locale = options.locale ?? getLocale()
442
+ const locale = experimentalStaticLocale ?? options.locale ?? getLocale()
442
443
  trackMessageCall("text_currency_converter", locale)
443
- if (locale === "ar") return ar.text_currency_converter(inputs)
444
- if (locale === "bg") return bg.text_currency_converter(inputs)
445
- if (locale === "bn") return bn.text_currency_converter(inputs)
446
- if (locale === "ca") return ca.text_currency_converter(inputs)
447
- if (locale === "cs") return cs.text_currency_converter(inputs)
448
- if (locale === "da") return da.text_currency_converter(inputs)
449
- if (locale === "de") return de.text_currency_converter(inputs)
450
- if (locale === "el") return el.text_currency_converter(inputs)
451
- if (locale === "en") return en.text_currency_converter(inputs)
452
- if (locale === "es") return es.text_currency_converter(inputs)
453
- if (locale === "fi") return fi.text_currency_converter(inputs)
454
- if (locale === "fr") return fr.text_currency_converter(inputs)
455
- if (locale === "he") return he.text_currency_converter(inputs)
456
- if (locale === "hi") return hi.text_currency_converter(inputs)
457
- if (locale === "hu") return hu.text_currency_converter(inputs)
458
- if (locale === "id") return id.text_currency_converter(inputs)
459
- if (locale === "it") return it.text_currency_converter(inputs)
460
- if (locale === "ja") return ja.text_currency_converter(inputs)
461
- if (locale === "ko") return ko.text_currency_converter(inputs)
462
- if (locale === "lt") return lt.text_currency_converter(inputs)
463
- if (locale === "lv") return lv.text_currency_converter(inputs)
464
- if (locale === "ms") return ms.text_currency_converter(inputs)
465
- if (locale === "nl") return nl.text_currency_converter(inputs)
466
- if (locale === "no") return no.text_currency_converter(inputs)
467
- if (locale === "pl") return pl.text_currency_converter(inputs)
468
- if (locale === "pt") return pt.text_currency_converter(inputs)
469
- if (locale === "ro") return ro.text_currency_converter(inputs)
470
- if (locale === "ru") return ru.text_currency_converter(inputs)
471
- if (locale === "sk") return sk.text_currency_converter(inputs)
472
- if (locale === "sl") return sl.text_currency_converter(inputs)
473
- if (locale === "sq") return sq.text_currency_converter(inputs)
474
- if (locale === "sr") return sr.text_currency_converter(inputs)
475
- if (locale === "sv") return sv.text_currency_converter(inputs)
476
- if (locale === "sw") return sw.text_currency_converter(inputs)
477
- if (locale === "ta") return ta.text_currency_converter(inputs)
478
- if (locale === "te") return te.text_currency_converter(inputs)
479
- if (locale === "th") return th.text_currency_converter(inputs)
480
- if (locale === "tl") return tl.text_currency_converter(inputs)
481
- if (locale === "tr") return tr.text_currency_converter(inputs)
482
- if (locale === "uk") return uk.text_currency_converter(inputs)
483
- if (locale === "vi") return vi.text_currency_converter(inputs)
484
- if (locale === "zh-CN") return zh_cn2.text_currency_converter(inputs)
485
- return zh_tw2.text_currency_converter(inputs)
444
+ if (locale === "ar") return __ar.text_currency_converter(inputs)
445
+ if (locale === "bg") return __bg.text_currency_converter(inputs)
446
+ if (locale === "bn") return __bn.text_currency_converter(inputs)
447
+ if (locale === "ca") return __ca.text_currency_converter(inputs)
448
+ if (locale === "cs") return __cs.text_currency_converter(inputs)
449
+ if (locale === "da") return __da.text_currency_converter(inputs)
450
+ if (locale === "de") return __de.text_currency_converter(inputs)
451
+ if (locale === "el") return __el.text_currency_converter(inputs)
452
+ if (locale === "en") return __en.text_currency_converter(inputs)
453
+ if (locale === "es") return __es.text_currency_converter(inputs)
454
+ if (locale === "fi") return __fi.text_currency_converter(inputs)
455
+ if (locale === "fr") return __fr.text_currency_converter(inputs)
456
+ if (locale === "he") return __he.text_currency_converter(inputs)
457
+ if (locale === "hi") return __hi.text_currency_converter(inputs)
458
+ if (locale === "hu") return __hu.text_currency_converter(inputs)
459
+ if (locale === "id") return __id.text_currency_converter(inputs)
460
+ if (locale === "it") return __it.text_currency_converter(inputs)
461
+ if (locale === "ja") return __ja.text_currency_converter(inputs)
462
+ if (locale === "ko") return __ko.text_currency_converter(inputs)
463
+ if (locale === "lt") return __lt.text_currency_converter(inputs)
464
+ if (locale === "lv") return __lv.text_currency_converter(inputs)
465
+ if (locale === "ms") return __ms.text_currency_converter(inputs)
466
+ if (locale === "nl") return __nl.text_currency_converter(inputs)
467
+ if (locale === "no") return __no.text_currency_converter(inputs)
468
+ if (locale === "pl") return __pl.text_currency_converter(inputs)
469
+ if (locale === "pt") return __pt.text_currency_converter(inputs)
470
+ if (locale === "ro") return __ro.text_currency_converter(inputs)
471
+ if (locale === "ru") return __ru.text_currency_converter(inputs)
472
+ if (locale === "sk") return __sk.text_currency_converter(inputs)
473
+ if (locale === "sl") return __sl.text_currency_converter(inputs)
474
+ if (locale === "sq") return __sq.text_currency_converter(inputs)
475
+ if (locale === "sr") return __sr.text_currency_converter(inputs)
476
+ if (locale === "sv") return __sv.text_currency_converter(inputs)
477
+ if (locale === "sw") return __sw.text_currency_converter(inputs)
478
+ if (locale === "ta") return __ta.text_currency_converter(inputs)
479
+ if (locale === "te") return __te.text_currency_converter(inputs)
480
+ if (locale === "th") return __th.text_currency_converter(inputs)
481
+ if (locale === "tl") return __tl.text_currency_converter(inputs)
482
+ if (locale === "tr") return __tr.text_currency_converter(inputs)
483
+ if (locale === "uk") return __uk.text_currency_converter(inputs)
484
+ if (locale === "vi") return __vi.text_currency_converter(inputs)
485
+ if (locale === "zh-CN") return __zh_cn2.text_currency_converter(inputs)
486
+ return __zh_tw2.text_currency_converter(inputs)
486
487
  };