rune-lab 0.2.0 → 0.2.1

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 (204) hide show
  1. package/dist/index.d.ts +11 -2
  2. package/dist/index.js +11 -2
  3. package/dist/state/api.svelte.js +1 -1
  4. package/dist/state/app.svelte.js +1 -1
  5. package/dist/state/composables/usePersistence.d.ts +1 -1
  6. package/dist/state/createConfigStore.svelte.d.ts +1 -1
  7. package/dist/state/createConfigStore.svelte.js +1 -1
  8. package/dist/state/currency.svelte.d.ts +1 -1
  9. package/dist/state/language.svelte.d.ts +1 -1
  10. package/dist/state/layout.svelte.d.ts +1 -1
  11. package/dist/state/persistence/drivers.d.ts +1 -1
  12. package/dist/state/shortcuts.svelte.js +1 -1
  13. package/dist/state/theme.svelte.d.ts +1 -1
  14. package/dist/ui/actions/portal.js +1 -1
  15. package/dist/ui/components/ApiMonitor.svelte +2 -2
  16. package/dist/ui/components/Icon.svelte +1 -1
  17. package/dist/ui/components/RuneProvider.svelte +6 -6
  18. package/dist/ui/components/RuneProvider.svelte.d.ts +2 -2
  19. package/dist/ui/components/Toaster.svelte +1 -1
  20. package/dist/ui/features/command-palette/CommandPalette.svelte +3 -3
  21. package/dist/ui/features/config/CurrencySelector.svelte +1 -1
  22. package/dist/ui/features/config/LanguageSelector.svelte +1 -1
  23. package/dist/ui/features/config/ThemeSelector.svelte +1 -1
  24. package/dist/ui/features/shortcuts/ShortcutPalette.svelte +5 -5
  25. package/dist/ui/index.d.ts +0 -2
  26. package/dist/ui/index.js +3 -4
  27. package/dist/ui/layout/ConnectedNavigationPanel.svelte +1 -1
  28. package/dist/ui/layout/ConnectedNavigationPanel.svelte.d.ts +1 -1
  29. package/dist/ui/layout/ConnectedWorkspaceStrip.svelte +1 -1
  30. package/dist/ui/layout/ConnectedWorkspaceStrip.svelte.d.ts +1 -1
  31. package/dist/ui/layout/NavigationPanel.svelte +1 -1
  32. package/dist/ui/layout/NavigationPanel.svelte.d.ts +1 -1
  33. package/dist/ui/layout/WorkspaceLayout.svelte +1 -1
  34. package/dist/ui/layout/WorkspaceStrip.svelte +1 -1
  35. package/dist/ui/layout/WorkspaceStrip.svelte.d.ts +1 -1
  36. package/dist/ui/layout/index.d.ts +2 -2
  37. package/dist/ui/layout/index.js +1 -1
  38. package/dist/ui/paraglide/messages/_index.d.ts +83 -0
  39. package/dist/ui/paraglide/messages/_index.js +84 -0
  40. package/dist/ui/paraglide/messages/abyss.d.ts +16 -0
  41. package/dist/ui/paraglide/messages/abyss.js +84 -0
  42. package/dist/ui/paraglide/messages/acid.d.ts +16 -0
  43. package/dist/ui/paraglide/messages/acid.js +84 -0
  44. package/dist/ui/paraglide/messages/active_toasts.d.ts +16 -0
  45. package/dist/ui/paraglide/messages/active_toasts.js +84 -0
  46. package/dist/ui/paraglide/messages/aed3.d.ts +17 -0
  47. package/dist/ui/paraglide/messages/aed3.js +85 -0
  48. package/dist/ui/paraglide/messages/all_currencies.d.ts +16 -0
  49. package/dist/ui/paraglide/messages/all_currencies.js +84 -0
  50. package/dist/ui/paraglide/messages/all_languages.d.ts +16 -0
  51. package/dist/ui/paraglide/messages/all_languages.js +84 -0
  52. package/dist/ui/paraglide/messages/all_themes.d.ts +16 -0
  53. package/dist/ui/paraglide/messages/all_themes.js +84 -0
  54. package/dist/ui/paraglide/messages/api_status.d.ts +16 -0
  55. package/dist/ui/paraglide/messages/api_status.js +84 -0
  56. package/dist/ui/paraglide/messages/app_info.d.ts +16 -0
  57. package/dist/ui/paraglide/messages/app_info.js +84 -0
  58. package/dist/ui/paraglide/messages/appearance.d.ts +16 -0
  59. package/dist/ui/paraglide/messages/appearance.js +84 -0
  60. package/dist/ui/paraglide/messages/aqua.d.ts +16 -0
  61. package/dist/ui/paraglide/messages/aqua.js +84 -0
  62. package/dist/ui/paraglide/messages/ar.d.ts +16 -0
  63. package/dist/ui/paraglide/messages/ar.js +84 -0
  64. package/dist/ui/paraglide/messages/autumn.d.ts +16 -0
  65. package/dist/ui/paraglide/messages/autumn.js +84 -0
  66. package/dist/ui/paraglide/messages/black.d.ts +16 -0
  67. package/dist/ui/paraglide/messages/black.js +84 -0
  68. package/dist/ui/paraglide/messages/bumblebee.d.ts +16 -0
  69. package/dist/ui/paraglide/messages/bumblebee.js +84 -0
  70. package/dist/ui/paraglide/messages/business.d.ts +16 -0
  71. package/dist/ui/paraglide/messages/business.js +84 -0
  72. package/dist/ui/paraglide/messages/caramellatte.d.ts +16 -0
  73. package/dist/ui/paraglide/messages/caramellatte.js +84 -0
  74. package/dist/ui/paraglide/messages/cmyk.d.ts +16 -0
  75. package/dist/ui/paraglide/messages/cmyk.js +84 -0
  76. package/dist/ui/paraglide/messages/cny3.d.ts +17 -0
  77. package/dist/ui/paraglide/messages/cny3.js +85 -0
  78. package/dist/ui/paraglide/messages/coffee.d.ts +16 -0
  79. package/dist/ui/paraglide/messages/coffee.js +84 -0
  80. package/dist/ui/paraglide/messages/commands_label.d.ts +16 -0
  81. package/dist/ui/paraglide/messages/commands_label.js +84 -0
  82. package/dist/ui/paraglide/messages/corporate.d.ts +16 -0
  83. package/dist/ui/paraglide/messages/corporate.js +84 -0
  84. package/dist/ui/paraglide/messages/cupcake.d.ts +16 -0
  85. package/dist/ui/paraglide/messages/cupcake.js +84 -0
  86. package/dist/ui/paraglide/messages/currency.d.ts +16 -0
  87. package/dist/ui/paraglide/messages/currency.js +84 -0
  88. package/dist/ui/paraglide/messages/current_currency.d.ts +16 -0
  89. package/dist/ui/paraglide/messages/current_currency.js +84 -0
  90. package/dist/ui/paraglide/messages/current_language.d.ts +16 -0
  91. package/dist/ui/paraglide/messages/current_language.js +84 -0
  92. package/dist/ui/paraglide/messages/current_theme.d.ts +16 -0
  93. package/dist/ui/paraglide/messages/current_theme.js +84 -0
  94. package/dist/ui/paraglide/messages/currently_in_queue.d.ts +16 -0
  95. package/dist/ui/paraglide/messages/currently_in_queue.js +84 -0
  96. package/dist/ui/paraglide/messages/cyberpunk.d.ts +16 -0
  97. package/dist/ui/paraglide/messages/cyberpunk.js +84 -0
  98. package/dist/ui/paraglide/messages/dark.d.ts +16 -0
  99. package/dist/ui/paraglide/messages/dark.js +84 -0
  100. package/dist/ui/paraglide/messages/de.d.ts +16 -0
  101. package/dist/ui/paraglide/messages/de.js +84 -0
  102. package/dist/ui/paraglide/messages/dim.d.ts +16 -0
  103. package/dist/ui/paraglide/messages/dim.js +84 -0
  104. package/dist/ui/paraglide/messages/dracula.d.ts +16 -0
  105. package/dist/ui/paraglide/messages/dracula.js +84 -0
  106. package/dist/ui/paraglide/messages/emerald.d.ts +16 -0
  107. package/dist/ui/paraglide/messages/emerald.js +84 -0
  108. package/dist/ui/paraglide/messages/en.d.ts +16 -0
  109. package/dist/ui/paraglide/messages/en.js +84 -0
  110. package/dist/ui/paraglide/messages/es.d.ts +16 -0
  111. package/dist/ui/paraglide/messages/es.js +84 -0
  112. package/dist/ui/paraglide/messages/eur3.d.ts +17 -0
  113. package/dist/ui/paraglide/messages/eur3.js +85 -0
  114. package/dist/ui/paraglide/messages/extended_controls.d.ts +16 -0
  115. package/dist/ui/paraglide/messages/extended_controls.js +84 -0
  116. package/dist/ui/paraglide/messages/fantasy.d.ts +16 -0
  117. package/dist/ui/paraglide/messages/fantasy.js +84 -0
  118. package/dist/ui/paraglide/messages/forest.d.ts +16 -0
  119. package/dist/ui/paraglide/messages/forest.js +84 -0
  120. package/dist/ui/paraglide/messages/fr.d.ts +16 -0
  121. package/dist/ui/paraglide/messages/fr.js +84 -0
  122. package/dist/ui/paraglide/messages/garden.d.ts +16 -0
  123. package/dist/ui/paraglide/messages/garden.js +84 -0
  124. package/dist/ui/paraglide/messages/halloween.d.ts +16 -0
  125. package/dist/ui/paraglide/messages/halloween.js +84 -0
  126. package/dist/ui/paraglide/messages/hello_world.d.ts +18 -0
  127. package/dist/ui/paraglide/messages/hello_world.js +84 -0
  128. package/dist/ui/paraglide/messages/hi.d.ts +16 -0
  129. package/dist/ui/paraglide/messages/hi.js +84 -0
  130. package/dist/ui/paraglide/messages/it.d.ts +16 -0
  131. package/dist/ui/paraglide/messages/it.js +84 -0
  132. package/dist/ui/paraglide/messages/ja.d.ts +16 -0
  133. package/dist/ui/paraglide/messages/ja.js +84 -0
  134. package/dist/ui/paraglide/messages/jpy3.d.ts +17 -0
  135. package/dist/ui/paraglide/messages/jpy3.js +85 -0
  136. package/dist/ui/paraglide/messages/ko.d.ts +16 -0
  137. package/dist/ui/paraglide/messages/ko.js +84 -0
  138. package/dist/ui/paraglide/messages/krw3.d.ts +17 -0
  139. package/dist/ui/paraglide/messages/krw3.js +85 -0
  140. package/dist/ui/paraglide/messages/languages.d.ts +16 -0
  141. package/dist/ui/paraglide/messages/languages.js +84 -0
  142. package/dist/ui/paraglide/messages/lemonade.d.ts +16 -0
  143. package/dist/ui/paraglide/messages/lemonade.js +84 -0
  144. package/dist/ui/paraglide/messages/light.d.ts +16 -0
  145. package/dist/ui/paraglide/messages/light.js +84 -0
  146. package/dist/ui/paraglide/messages/live_store_dashboard.d.ts +16 -0
  147. package/dist/ui/paraglide/messages/live_store_dashboard.js +84 -0
  148. package/dist/ui/paraglide/messages/localization.d.ts +16 -0
  149. package/dist/ui/paraglide/messages/localization.js +84 -0
  150. package/dist/ui/paraglide/messages/lofi.d.ts +16 -0
  151. package/dist/ui/paraglide/messages/lofi.js +84 -0
  152. package/dist/ui/paraglide/messages/luxury.d.ts +16 -0
  153. package/dist/ui/paraglide/messages/luxury.js +84 -0
  154. package/dist/ui/paraglide/messages/mxn3.d.ts +17 -0
  155. package/dist/ui/paraglide/messages/mxn3.js +85 -0
  156. package/dist/ui/paraglide/messages/name_label.d.ts +16 -0
  157. package/dist/ui/paraglide/messages/name_label.js +84 -0
  158. package/dist/ui/paraglide/messages/night.d.ts +16 -0
  159. package/dist/ui/paraglide/messages/night.js +84 -0
  160. package/dist/ui/paraglide/messages/nord.d.ts +16 -0
  161. package/dist/ui/paraglide/messages/nord.js +84 -0
  162. package/dist/ui/paraglide/messages/pastel.d.ts +16 -0
  163. package/dist/ui/paraglide/messages/pastel.js +84 -0
  164. package/dist/ui/paraglide/messages/pt.d.ts +16 -0
  165. package/dist/ui/paraglide/messages/pt.js +84 -0
  166. package/dist/ui/paraglide/messages/real_time_monitor_desc.d.ts +16 -0
  167. package/dist/ui/paraglide/messages/real_time_monitor_desc.js +84 -0
  168. package/dist/ui/paraglide/messages/registered_in_registry.d.ts +16 -0
  169. package/dist/ui/paraglide/messages/registered_in_registry.js +84 -0
  170. package/dist/ui/paraglide/messages/retro.d.ts +16 -0
  171. package/dist/ui/paraglide/messages/retro.js +84 -0
  172. package/dist/ui/paraglide/messages/ru.d.ts +16 -0
  173. package/dist/ui/paraglide/messages/ru.js +84 -0
  174. package/dist/ui/paraglide/messages/silk.d.ts +16 -0
  175. package/dist/ui/paraglide/messages/silk.js +84 -0
  176. package/dist/ui/paraglide/messages/state_label.d.ts +16 -0
  177. package/dist/ui/paraglide/messages/state_label.js +84 -0
  178. package/dist/ui/paraglide/messages/sunset.d.ts +16 -0
  179. package/dist/ui/paraglide/messages/sunset.js +84 -0
  180. package/dist/ui/paraglide/messages/synthwave.d.ts +16 -0
  181. package/dist/ui/paraglide/messages/synthwave.js +84 -0
  182. package/dist/ui/paraglide/messages/system.d.ts +16 -0
  183. package/dist/ui/paraglide/messages/system.js +84 -0
  184. package/dist/ui/paraglide/messages/theme.d.ts +16 -0
  185. package/dist/ui/paraglide/messages/theme.js +84 -0
  186. package/dist/ui/paraglide/messages/themes.d.ts +16 -0
  187. package/dist/ui/paraglide/messages/themes.js +84 -0
  188. package/dist/ui/paraglide/messages/url_label.d.ts +16 -0
  189. package/dist/ui/paraglide/messages/url_label.js +84 -0
  190. package/dist/ui/paraglide/messages/usd3.d.ts +17 -0
  191. package/dist/ui/paraglide/messages/usd3.js +85 -0
  192. package/dist/ui/paraglide/messages/valentine.d.ts +16 -0
  193. package/dist/ui/paraglide/messages/valentine.js +84 -0
  194. package/dist/ui/paraglide/messages/version_label.d.ts +16 -0
  195. package/dist/ui/paraglide/messages/version_label.js +84 -0
  196. package/dist/ui/paraglide/messages/vi.d.ts +16 -0
  197. package/dist/ui/paraglide/messages/vi.js +84 -0
  198. package/dist/ui/paraglide/messages/winter.d.ts +16 -0
  199. package/dist/ui/paraglide/messages/winter.js +84 -0
  200. package/dist/ui/paraglide/messages/wireframe.d.ts +16 -0
  201. package/dist/ui/paraglide/messages/wireframe.js +84 -0
  202. package/dist/ui/paraglide/messages/zh.d.ts +16 -0
  203. package/dist/ui/paraglide/messages/zh.js +84 -0
  204. package/package.json +3 -3
@@ -0,0 +1,85 @@
1
+ /* eslint-disable */
2
+ import { getLocale, experimentalStaticLocale } from '../runtime.js';
3
+
4
+ /** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
5
+
6
+ /** @typedef {{}} Cny3Inputs */
7
+
8
+ const es_cny3 = /** @type {(inputs: Cny3Inputs) => LocalizedString} */ () => {
9
+ return /** @type {LocalizedString} */ (`Yuan chino`)
10
+ };
11
+
12
+ const fr_cny3 = /** @type {(inputs: Cny3Inputs) => LocalizedString} */ () => {
13
+ return /** @type {LocalizedString} */ (`Yuan chinois`)
14
+ };
15
+
16
+ const it_cny3 = /** @type {(inputs: Cny3Inputs) => LocalizedString} */ () => {
17
+ return /** @type {LocalizedString} */ (`Yuan cinese`)
18
+ };
19
+
20
+ const pt_cny3 = /** @type {(inputs: Cny3Inputs) => LocalizedString} */ () => {
21
+ return /** @type {LocalizedString} */ (`Yuan chinês`)
22
+ };
23
+
24
+ const en_cny3 = /** @type {(inputs: Cny3Inputs) => LocalizedString} */ () => {
25
+ return /** @type {LocalizedString} */ (`Chinese Yuan`)
26
+ };
27
+
28
+ const de_cny3 = /** @type {(inputs: Cny3Inputs) => LocalizedString} */ () => {
29
+ return /** @type {LocalizedString} */ (`Chinesischer Yuan`)
30
+ };
31
+
32
+ const ru_cny3 = /** @type {(inputs: Cny3Inputs) => LocalizedString} */ () => {
33
+ return /** @type {LocalizedString} */ (`Китайский юань`)
34
+ };
35
+
36
+ const hi_cny3 = /** @type {(inputs: Cny3Inputs) => LocalizedString} */ () => {
37
+ return /** @type {LocalizedString} */ (`चीनी युआन`)
38
+ };
39
+
40
+ const ar_cny3 = /** @type {(inputs: Cny3Inputs) => LocalizedString} */ () => {
41
+ return /** @type {LocalizedString} */ (`يوان صيني`)
42
+ };
43
+
44
+ const zh_cny3 = /** @type {(inputs: Cny3Inputs) => LocalizedString} */ () => {
45
+ return /** @type {LocalizedString} */ (`人民币`)
46
+ };
47
+
48
+ const ja_cny3 = /** @type {(inputs: Cny3Inputs) => LocalizedString} */ () => {
49
+ return /** @type {LocalizedString} */ (`中国人民元`)
50
+ };
51
+
52
+ const ko_cny3 = /** @type {(inputs: Cny3Inputs) => LocalizedString} */ () => {
53
+ return /** @type {LocalizedString} */ (`중국 위안`)
54
+ };
55
+
56
+ const vi_cny3 = /** @type {(inputs: Cny3Inputs) => LocalizedString} */ () => {
57
+ return /** @type {LocalizedString} */ (`Nhân dân tệ`)
58
+ };
59
+
60
+ /**
61
+ * | output |
62
+ * | --- |
63
+ * | "Chinese Yuan" |
64
+ *
65
+ * @param {Cny3Inputs} inputs
66
+ * @param {{ locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi" }} options
67
+ * @returns {LocalizedString}
68
+ */
69
+ const cny3 = /** @type {((inputs?: Cny3Inputs, options?: { locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi" }) => LocalizedString) & import('../runtime.js').MessageMetadata<Cny3Inputs, { locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi" }, {}>} */ ((inputs = {}, options = {}) => {
70
+ const locale = experimentalStaticLocale ?? options.locale ?? getLocale()
71
+ if (locale === "es") return es_cny3(inputs)
72
+ if (locale === "fr") return fr_cny3(inputs)
73
+ if (locale === "it") return it_cny3(inputs)
74
+ if (locale === "pt") return pt_cny3(inputs)
75
+ if (locale === "en") return en_cny3(inputs)
76
+ if (locale === "de") return de_cny3(inputs)
77
+ if (locale === "ru") return ru_cny3(inputs)
78
+ if (locale === "hi") return hi_cny3(inputs)
79
+ if (locale === "ar") return ar_cny3(inputs)
80
+ if (locale === "zh") return zh_cny3(inputs)
81
+ if (locale === "ja") return ja_cny3(inputs)
82
+ if (locale === "ko") return ko_cny3(inputs)
83
+ return vi_cny3(inputs)
84
+ });
85
+ export { cny3 as "CNY" }
@@ -0,0 +1,16 @@
1
+ /**
2
+ * | output |
3
+ * | --- |
4
+ * | "Coffee" |
5
+ *
6
+ * @param {CoffeeInputs} inputs
7
+ * @param {{ locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi" }} options
8
+ * @returns {LocalizedString}
9
+ */
10
+ export const coffee: ((inputs?: CoffeeInputs, options?: {
11
+ locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi";
12
+ }) => LocalizedString) & import("../runtime.js").MessageMetadata<CoffeeInputs, {
13
+ locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi";
14
+ }, {}>;
15
+ export type LocalizedString = import("../runtime.js").LocalizedString;
16
+ export type CoffeeInputs = {};
@@ -0,0 +1,84 @@
1
+ /* eslint-disable */
2
+ import { getLocale, experimentalStaticLocale } from '../runtime.js';
3
+
4
+ /** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
5
+
6
+ /** @typedef {{}} CoffeeInputs */
7
+
8
+ const es_coffee = /** @type {(inputs: CoffeeInputs) => LocalizedString} */ () => {
9
+ return /** @type {LocalizedString} */ (`Café`)
10
+ };
11
+
12
+ const fr_coffee = /** @type {(inputs: CoffeeInputs) => LocalizedString} */ () => {
13
+ return /** @type {LocalizedString} */ (`Café`)
14
+ };
15
+
16
+ const it_coffee = /** @type {(inputs: CoffeeInputs) => LocalizedString} */ () => {
17
+ return /** @type {LocalizedString} */ (`Caffè`)
18
+ };
19
+
20
+ const pt_coffee = /** @type {(inputs: CoffeeInputs) => LocalizedString} */ () => {
21
+ return /** @type {LocalizedString} */ (`Café`)
22
+ };
23
+
24
+ const en_coffee = /** @type {(inputs: CoffeeInputs) => LocalizedString} */ () => {
25
+ return /** @type {LocalizedString} */ (`Coffee`)
26
+ };
27
+
28
+ const de_coffee = /** @type {(inputs: CoffeeInputs) => LocalizedString} */ () => {
29
+ return /** @type {LocalizedString} */ (`Kaffee`)
30
+ };
31
+
32
+ const ru_coffee = /** @type {(inputs: CoffeeInputs) => LocalizedString} */ () => {
33
+ return /** @type {LocalizedString} */ (`Кофе`)
34
+ };
35
+
36
+ const hi_coffee = /** @type {(inputs: CoffeeInputs) => LocalizedString} */ () => {
37
+ return /** @type {LocalizedString} */ (`कॉफी`)
38
+ };
39
+
40
+ const ar_coffee = /** @type {(inputs: CoffeeInputs) => LocalizedString} */ () => {
41
+ return /** @type {LocalizedString} */ (`قهوة`)
42
+ };
43
+
44
+ const zh_coffee = /** @type {(inputs: CoffeeInputs) => LocalizedString} */ () => {
45
+ return /** @type {LocalizedString} */ (`咖啡`)
46
+ };
47
+
48
+ const ja_coffee = /** @type {(inputs: CoffeeInputs) => LocalizedString} */ () => {
49
+ return /** @type {LocalizedString} */ (`コーヒー`)
50
+ };
51
+
52
+ const ko_coffee = /** @type {(inputs: CoffeeInputs) => LocalizedString} */ () => {
53
+ return /** @type {LocalizedString} */ (`커피`)
54
+ };
55
+
56
+ const vi_coffee = /** @type {(inputs: CoffeeInputs) => LocalizedString} */ () => {
57
+ return /** @type {LocalizedString} */ (`Cà phê`)
58
+ };
59
+
60
+ /**
61
+ * | output |
62
+ * | --- |
63
+ * | "Coffee" |
64
+ *
65
+ * @param {CoffeeInputs} inputs
66
+ * @param {{ locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi" }} options
67
+ * @returns {LocalizedString}
68
+ */
69
+ export const coffee = /** @type {((inputs?: CoffeeInputs, options?: { locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi" }) => LocalizedString) & import('../runtime.js').MessageMetadata<CoffeeInputs, { locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi" }, {}>} */ ((inputs = {}, options = {}) => {
70
+ const locale = experimentalStaticLocale ?? options.locale ?? getLocale()
71
+ if (locale === "es") return es_coffee(inputs)
72
+ if (locale === "fr") return fr_coffee(inputs)
73
+ if (locale === "it") return it_coffee(inputs)
74
+ if (locale === "pt") return pt_coffee(inputs)
75
+ if (locale === "en") return en_coffee(inputs)
76
+ if (locale === "de") return de_coffee(inputs)
77
+ if (locale === "ru") return ru_coffee(inputs)
78
+ if (locale === "hi") return hi_coffee(inputs)
79
+ if (locale === "ar") return ar_coffee(inputs)
80
+ if (locale === "zh") return zh_coffee(inputs)
81
+ if (locale === "ja") return ja_coffee(inputs)
82
+ if (locale === "ko") return ko_coffee(inputs)
83
+ return vi_coffee(inputs)
84
+ });
@@ -0,0 +1,16 @@
1
+ /**
2
+ * | output |
3
+ * | --- |
4
+ * | "Commands" |
5
+ *
6
+ * @param {Commands_LabelInputs} inputs
7
+ * @param {{ locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi" }} options
8
+ * @returns {LocalizedString}
9
+ */
10
+ export const commands_label: ((inputs?: Commands_LabelInputs, options?: {
11
+ locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi";
12
+ }) => LocalizedString) & import("../runtime.js").MessageMetadata<Commands_LabelInputs, {
13
+ locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi";
14
+ }, {}>;
15
+ export type LocalizedString = import("../runtime.js").LocalizedString;
16
+ export type Commands_LabelInputs = {};
@@ -0,0 +1,84 @@
1
+ /* eslint-disable */
2
+ import { getLocale, experimentalStaticLocale } from '../runtime.js';
3
+
4
+ /** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
5
+
6
+ /** @typedef {{}} Commands_LabelInputs */
7
+
8
+ const es_commands_label = /** @type {(inputs: Commands_LabelInputs) => LocalizedString} */ () => {
9
+ return /** @type {LocalizedString} */ (`Comandos`)
10
+ };
11
+
12
+ const fr_commands_label = /** @type {(inputs: Commands_LabelInputs) => LocalizedString} */ () => {
13
+ return /** @type {LocalizedString} */ (`Commandes`)
14
+ };
15
+
16
+ const it_commands_label = /** @type {(inputs: Commands_LabelInputs) => LocalizedString} */ () => {
17
+ return /** @type {LocalizedString} */ (`Comandi`)
18
+ };
19
+
20
+ const pt_commands_label = /** @type {(inputs: Commands_LabelInputs) => LocalizedString} */ () => {
21
+ return /** @type {LocalizedString} */ (`Comandos`)
22
+ };
23
+
24
+ const en_commands_label = /** @type {(inputs: Commands_LabelInputs) => LocalizedString} */ () => {
25
+ return /** @type {LocalizedString} */ (`Commands`)
26
+ };
27
+
28
+ const de_commands_label = /** @type {(inputs: Commands_LabelInputs) => LocalizedString} */ () => {
29
+ return /** @type {LocalizedString} */ (`Befehle`)
30
+ };
31
+
32
+ const ru_commands_label = /** @type {(inputs: Commands_LabelInputs) => LocalizedString} */ () => {
33
+ return /** @type {LocalizedString} */ (`Команды`)
34
+ };
35
+
36
+ const hi_commands_label = /** @type {(inputs: Commands_LabelInputs) => LocalizedString} */ () => {
37
+ return /** @type {LocalizedString} */ (`आदेश`)
38
+ };
39
+
40
+ const ar_commands_label = /** @type {(inputs: Commands_LabelInputs) => LocalizedString} */ () => {
41
+ return /** @type {LocalizedString} */ (`الأوامر`)
42
+ };
43
+
44
+ const zh_commands_label = /** @type {(inputs: Commands_LabelInputs) => LocalizedString} */ () => {
45
+ return /** @type {LocalizedString} */ (`命令`)
46
+ };
47
+
48
+ const ja_commands_label = /** @type {(inputs: Commands_LabelInputs) => LocalizedString} */ () => {
49
+ return /** @type {LocalizedString} */ (`コマンド`)
50
+ };
51
+
52
+ const ko_commands_label = /** @type {(inputs: Commands_LabelInputs) => LocalizedString} */ () => {
53
+ return /** @type {LocalizedString} */ (`명령`)
54
+ };
55
+
56
+ const vi_commands_label = /** @type {(inputs: Commands_LabelInputs) => LocalizedString} */ () => {
57
+ return /** @type {LocalizedString} */ (`Lệnh`)
58
+ };
59
+
60
+ /**
61
+ * | output |
62
+ * | --- |
63
+ * | "Commands" |
64
+ *
65
+ * @param {Commands_LabelInputs} inputs
66
+ * @param {{ locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi" }} options
67
+ * @returns {LocalizedString}
68
+ */
69
+ export const commands_label = /** @type {((inputs?: Commands_LabelInputs, options?: { locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi" }) => LocalizedString) & import('../runtime.js').MessageMetadata<Commands_LabelInputs, { locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi" }, {}>} */ ((inputs = {}, options = {}) => {
70
+ const locale = experimentalStaticLocale ?? options.locale ?? getLocale()
71
+ if (locale === "es") return es_commands_label(inputs)
72
+ if (locale === "fr") return fr_commands_label(inputs)
73
+ if (locale === "it") return it_commands_label(inputs)
74
+ if (locale === "pt") return pt_commands_label(inputs)
75
+ if (locale === "en") return en_commands_label(inputs)
76
+ if (locale === "de") return de_commands_label(inputs)
77
+ if (locale === "ru") return ru_commands_label(inputs)
78
+ if (locale === "hi") return hi_commands_label(inputs)
79
+ if (locale === "ar") return ar_commands_label(inputs)
80
+ if (locale === "zh") return zh_commands_label(inputs)
81
+ if (locale === "ja") return ja_commands_label(inputs)
82
+ if (locale === "ko") return ko_commands_label(inputs)
83
+ return vi_commands_label(inputs)
84
+ });
@@ -0,0 +1,16 @@
1
+ /**
2
+ * | output |
3
+ * | --- |
4
+ * | "Corporate" |
5
+ *
6
+ * @param {CorporateInputs} inputs
7
+ * @param {{ locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi" }} options
8
+ * @returns {LocalizedString}
9
+ */
10
+ export const corporate: ((inputs?: CorporateInputs, options?: {
11
+ locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi";
12
+ }) => LocalizedString) & import("../runtime.js").MessageMetadata<CorporateInputs, {
13
+ locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi";
14
+ }, {}>;
15
+ export type LocalizedString = import("../runtime.js").LocalizedString;
16
+ export type CorporateInputs = {};
@@ -0,0 +1,84 @@
1
+ /* eslint-disable */
2
+ import { getLocale, experimentalStaticLocale } from '../runtime.js';
3
+
4
+ /** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
5
+
6
+ /** @typedef {{}} CorporateInputs */
7
+
8
+ const es_corporate = /** @type {(inputs: CorporateInputs) => LocalizedString} */ () => {
9
+ return /** @type {LocalizedString} */ (`Corporativo`)
10
+ };
11
+
12
+ const fr_corporate = /** @type {(inputs: CorporateInputs) => LocalizedString} */ () => {
13
+ return /** @type {LocalizedString} */ (`Entreprise`)
14
+ };
15
+
16
+ const it_corporate = /** @type {(inputs: CorporateInputs) => LocalizedString} */ () => {
17
+ return /** @type {LocalizedString} */ (`Aziendale`)
18
+ };
19
+
20
+ const pt_corporate = /** @type {(inputs: CorporateInputs) => LocalizedString} */ () => {
21
+ return /** @type {LocalizedString} */ (`Corporativo`)
22
+ };
23
+
24
+ const en_corporate = /** @type {(inputs: CorporateInputs) => LocalizedString} */ () => {
25
+ return /** @type {LocalizedString} */ (`Corporate`)
26
+ };
27
+
28
+ const de_corporate = /** @type {(inputs: CorporateInputs) => LocalizedString} */ () => {
29
+ return /** @type {LocalizedString} */ (`Corporate`)
30
+ };
31
+
32
+ const ru_corporate = /** @type {(inputs: CorporateInputs) => LocalizedString} */ () => {
33
+ return /** @type {LocalizedString} */ (`Корпоративная`)
34
+ };
35
+
36
+ const hi_corporate = /** @type {(inputs: CorporateInputs) => LocalizedString} */ () => {
37
+ return /** @type {LocalizedString} */ (`कॉर्पोरेट`)
38
+ };
39
+
40
+ const ar_corporate = /** @type {(inputs: CorporateInputs) => LocalizedString} */ () => {
41
+ return /** @type {LocalizedString} */ (`شركات`)
42
+ };
43
+
44
+ const zh_corporate = /** @type {(inputs: CorporateInputs) => LocalizedString} */ () => {
45
+ return /** @type {LocalizedString} */ (`商务`)
46
+ };
47
+
48
+ const ja_corporate = /** @type {(inputs: CorporateInputs) => LocalizedString} */ () => {
49
+ return /** @type {LocalizedString} */ (`コーポレート`)
50
+ };
51
+
52
+ const ko_corporate = /** @type {(inputs: CorporateInputs) => LocalizedString} */ () => {
53
+ return /** @type {LocalizedString} */ (`코퍼레이트`)
54
+ };
55
+
56
+ const vi_corporate = /** @type {(inputs: CorporateInputs) => LocalizedString} */ () => {
57
+ return /** @type {LocalizedString} */ (`Doanh nghiệp`)
58
+ };
59
+
60
+ /**
61
+ * | output |
62
+ * | --- |
63
+ * | "Corporate" |
64
+ *
65
+ * @param {CorporateInputs} inputs
66
+ * @param {{ locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi" }} options
67
+ * @returns {LocalizedString}
68
+ */
69
+ export const corporate = /** @type {((inputs?: CorporateInputs, options?: { locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi" }) => LocalizedString) & import('../runtime.js').MessageMetadata<CorporateInputs, { locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi" }, {}>} */ ((inputs = {}, options = {}) => {
70
+ const locale = experimentalStaticLocale ?? options.locale ?? getLocale()
71
+ if (locale === "es") return es_corporate(inputs)
72
+ if (locale === "fr") return fr_corporate(inputs)
73
+ if (locale === "it") return it_corporate(inputs)
74
+ if (locale === "pt") return pt_corporate(inputs)
75
+ if (locale === "en") return en_corporate(inputs)
76
+ if (locale === "de") return de_corporate(inputs)
77
+ if (locale === "ru") return ru_corporate(inputs)
78
+ if (locale === "hi") return hi_corporate(inputs)
79
+ if (locale === "ar") return ar_corporate(inputs)
80
+ if (locale === "zh") return zh_corporate(inputs)
81
+ if (locale === "ja") return ja_corporate(inputs)
82
+ if (locale === "ko") return ko_corporate(inputs)
83
+ return vi_corporate(inputs)
84
+ });
@@ -0,0 +1,16 @@
1
+ /**
2
+ * | output |
3
+ * | --- |
4
+ * | "Cupcake" |
5
+ *
6
+ * @param {CupcakeInputs} inputs
7
+ * @param {{ locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi" }} options
8
+ * @returns {LocalizedString}
9
+ */
10
+ export const cupcake: ((inputs?: CupcakeInputs, options?: {
11
+ locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi";
12
+ }) => LocalizedString) & import("../runtime.js").MessageMetadata<CupcakeInputs, {
13
+ locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi";
14
+ }, {}>;
15
+ export type LocalizedString = import("../runtime.js").LocalizedString;
16
+ export type CupcakeInputs = {};
@@ -0,0 +1,84 @@
1
+ /* eslint-disable */
2
+ import { getLocale, experimentalStaticLocale } from '../runtime.js';
3
+
4
+ /** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
5
+
6
+ /** @typedef {{}} CupcakeInputs */
7
+
8
+ const es_cupcake = /** @type {(inputs: CupcakeInputs) => LocalizedString} */ () => {
9
+ return /** @type {LocalizedString} */ (`Magdalena`)
10
+ };
11
+
12
+ const fr_cupcake = /** @type {(inputs: CupcakeInputs) => LocalizedString} */ () => {
13
+ return /** @type {LocalizedString} */ (`Cupcake`)
14
+ };
15
+
16
+ const it_cupcake = /** @type {(inputs: CupcakeInputs) => LocalizedString} */ () => {
17
+ return /** @type {LocalizedString} */ (`Cupcake`)
18
+ };
19
+
20
+ const pt_cupcake = /** @type {(inputs: CupcakeInputs) => LocalizedString} */ () => {
21
+ return /** @type {LocalizedString} */ (`Cupcake`)
22
+ };
23
+
24
+ const en_cupcake = /** @type {(inputs: CupcakeInputs) => LocalizedString} */ () => {
25
+ return /** @type {LocalizedString} */ (`Cupcake`)
26
+ };
27
+
28
+ const de_cupcake = /** @type {(inputs: CupcakeInputs) => LocalizedString} */ () => {
29
+ return /** @type {LocalizedString} */ (`Cupcake`)
30
+ };
31
+
32
+ const ru_cupcake = /** @type {(inputs: CupcakeInputs) => LocalizedString} */ () => {
33
+ return /** @type {LocalizedString} */ (`Капкейк`)
34
+ };
35
+
36
+ const hi_cupcake = /** @type {(inputs: CupcakeInputs) => LocalizedString} */ () => {
37
+ return /** @type {LocalizedString} */ (`कपकेक`)
38
+ };
39
+
40
+ const ar_cupcake = /** @type {(inputs: CupcakeInputs) => LocalizedString} */ () => {
41
+ return /** @type {LocalizedString} */ (`كاب كيك`)
42
+ };
43
+
44
+ const zh_cupcake = /** @type {(inputs: CupcakeInputs) => LocalizedString} */ () => {
45
+ return /** @type {LocalizedString} */ (`纸杯蛋糕`)
46
+ };
47
+
48
+ const ja_cupcake = /** @type {(inputs: CupcakeInputs) => LocalizedString} */ () => {
49
+ return /** @type {LocalizedString} */ (`カップケーキ`)
50
+ };
51
+
52
+ const ko_cupcake = /** @type {(inputs: CupcakeInputs) => LocalizedString} */ () => {
53
+ return /** @type {LocalizedString} */ (`컵케이크`)
54
+ };
55
+
56
+ const vi_cupcake = /** @type {(inputs: CupcakeInputs) => LocalizedString} */ () => {
57
+ return /** @type {LocalizedString} */ (`Cupcake`)
58
+ };
59
+
60
+ /**
61
+ * | output |
62
+ * | --- |
63
+ * | "Cupcake" |
64
+ *
65
+ * @param {CupcakeInputs} inputs
66
+ * @param {{ locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi" }} options
67
+ * @returns {LocalizedString}
68
+ */
69
+ export const cupcake = /** @type {((inputs?: CupcakeInputs, options?: { locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi" }) => LocalizedString) & import('../runtime.js').MessageMetadata<CupcakeInputs, { locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi" }, {}>} */ ((inputs = {}, options = {}) => {
70
+ const locale = experimentalStaticLocale ?? options.locale ?? getLocale()
71
+ if (locale === "es") return es_cupcake(inputs)
72
+ if (locale === "fr") return fr_cupcake(inputs)
73
+ if (locale === "it") return it_cupcake(inputs)
74
+ if (locale === "pt") return pt_cupcake(inputs)
75
+ if (locale === "en") return en_cupcake(inputs)
76
+ if (locale === "de") return de_cupcake(inputs)
77
+ if (locale === "ru") return ru_cupcake(inputs)
78
+ if (locale === "hi") return hi_cupcake(inputs)
79
+ if (locale === "ar") return ar_cupcake(inputs)
80
+ if (locale === "zh") return zh_cupcake(inputs)
81
+ if (locale === "ja") return ja_cupcake(inputs)
82
+ if (locale === "ko") return ko_cupcake(inputs)
83
+ return vi_cupcake(inputs)
84
+ });
@@ -0,0 +1,16 @@
1
+ /**
2
+ * | output |
3
+ * | --- |
4
+ * | "Currency" |
5
+ *
6
+ * @param {CurrencyInputs} inputs
7
+ * @param {{ locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi" }} options
8
+ * @returns {LocalizedString}
9
+ */
10
+ export const currency: ((inputs?: CurrencyInputs, options?: {
11
+ locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi";
12
+ }) => LocalizedString) & import("../runtime.js").MessageMetadata<CurrencyInputs, {
13
+ locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi";
14
+ }, {}>;
15
+ export type LocalizedString = import("../runtime.js").LocalizedString;
16
+ export type CurrencyInputs = {};
@@ -0,0 +1,84 @@
1
+ /* eslint-disable */
2
+ import { getLocale, experimentalStaticLocale } from '../runtime.js';
3
+
4
+ /** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
5
+
6
+ /** @typedef {{}} CurrencyInputs */
7
+
8
+ const es_currency = /** @type {(inputs: CurrencyInputs) => LocalizedString} */ () => {
9
+ return /** @type {LocalizedString} */ (`Moneda`)
10
+ };
11
+
12
+ const fr_currency = /** @type {(inputs: CurrencyInputs) => LocalizedString} */ () => {
13
+ return /** @type {LocalizedString} */ (`Devise`)
14
+ };
15
+
16
+ const it_currency = /** @type {(inputs: CurrencyInputs) => LocalizedString} */ () => {
17
+ return /** @type {LocalizedString} */ (`Valuta`)
18
+ };
19
+
20
+ const pt_currency = /** @type {(inputs: CurrencyInputs) => LocalizedString} */ () => {
21
+ return /** @type {LocalizedString} */ (`Moeda`)
22
+ };
23
+
24
+ const en_currency = /** @type {(inputs: CurrencyInputs) => LocalizedString} */ () => {
25
+ return /** @type {LocalizedString} */ (`Currency`)
26
+ };
27
+
28
+ const de_currency = /** @type {(inputs: CurrencyInputs) => LocalizedString} */ () => {
29
+ return /** @type {LocalizedString} */ (`Währung`)
30
+ };
31
+
32
+ const ru_currency = /** @type {(inputs: CurrencyInputs) => LocalizedString} */ () => {
33
+ return /** @type {LocalizedString} */ (`Валюта`)
34
+ };
35
+
36
+ const hi_currency = /** @type {(inputs: CurrencyInputs) => LocalizedString} */ () => {
37
+ return /** @type {LocalizedString} */ (`मुद्रा`)
38
+ };
39
+
40
+ const ar_currency = /** @type {(inputs: CurrencyInputs) => LocalizedString} */ () => {
41
+ return /** @type {LocalizedString} */ (`العملة`)
42
+ };
43
+
44
+ const zh_currency = /** @type {(inputs: CurrencyInputs) => LocalizedString} */ () => {
45
+ return /** @type {LocalizedString} */ (`货币`)
46
+ };
47
+
48
+ const ja_currency = /** @type {(inputs: CurrencyInputs) => LocalizedString} */ () => {
49
+ return /** @type {LocalizedString} */ (`通貨`)
50
+ };
51
+
52
+ const ko_currency = /** @type {(inputs: CurrencyInputs) => LocalizedString} */ () => {
53
+ return /** @type {LocalizedString} */ (`통화`)
54
+ };
55
+
56
+ const vi_currency = /** @type {(inputs: CurrencyInputs) => LocalizedString} */ () => {
57
+ return /** @type {LocalizedString} */ (`Tiền tệ`)
58
+ };
59
+
60
+ /**
61
+ * | output |
62
+ * | --- |
63
+ * | "Currency" |
64
+ *
65
+ * @param {CurrencyInputs} inputs
66
+ * @param {{ locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi" }} options
67
+ * @returns {LocalizedString}
68
+ */
69
+ export const currency = /** @type {((inputs?: CurrencyInputs, options?: { locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi" }) => LocalizedString) & import('../runtime.js').MessageMetadata<CurrencyInputs, { locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi" }, {}>} */ ((inputs = {}, options = {}) => {
70
+ const locale = experimentalStaticLocale ?? options.locale ?? getLocale()
71
+ if (locale === "es") return es_currency(inputs)
72
+ if (locale === "fr") return fr_currency(inputs)
73
+ if (locale === "it") return it_currency(inputs)
74
+ if (locale === "pt") return pt_currency(inputs)
75
+ if (locale === "en") return en_currency(inputs)
76
+ if (locale === "de") return de_currency(inputs)
77
+ if (locale === "ru") return ru_currency(inputs)
78
+ if (locale === "hi") return hi_currency(inputs)
79
+ if (locale === "ar") return ar_currency(inputs)
80
+ if (locale === "zh") return zh_currency(inputs)
81
+ if (locale === "ja") return ja_currency(inputs)
82
+ if (locale === "ko") return ko_currency(inputs)
83
+ return vi_currency(inputs)
84
+ });
@@ -0,0 +1,16 @@
1
+ /**
2
+ * | output |
3
+ * | --- |
4
+ * | "Currency" |
5
+ *
6
+ * @param {Current_CurrencyInputs} inputs
7
+ * @param {{ locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi" }} options
8
+ * @returns {LocalizedString}
9
+ */
10
+ export const current_currency: ((inputs?: Current_CurrencyInputs, options?: {
11
+ locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi";
12
+ }) => LocalizedString) & import("../runtime.js").MessageMetadata<Current_CurrencyInputs, {
13
+ locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi";
14
+ }, {}>;
15
+ export type LocalizedString = import("../runtime.js").LocalizedString;
16
+ export type Current_CurrencyInputs = {};