@inlang/paraglide-js 1.0.0-prerelease.2 → 1.0.0-prerelease.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -2
- package/dist/cli/commands/compile.d.ts.map +1 -1
- package/dist/cli/commands/compile.js +16 -19
- package/dist/cli/commands/compile.test.d.ts +2 -0
- package/dist/cli/commands/compile.test.d.ts.map +1 -0
- package/dist/cli/commands/compile.test.js +77 -0
- package/dist/cli/commands/init.d.ts +26 -0
- package/dist/cli/commands/init.d.ts.map +1 -0
- package/dist/cli/commands/init.js +277 -0
- package/dist/cli/commands/init.test.d.ts +2 -0
- package/dist/cli/commands/init.test.d.ts.map +1 -0
- package/dist/cli/commands/init.test.js +472 -0
- package/dist/cli/main.d.ts +0 -8
- package/dist/cli/main.d.ts.map +1 -1
- package/dist/cli/main.js +12 -21
- package/dist/cli/main.test.d.ts +2 -0
- package/dist/cli/main.test.d.ts.map +1 -0
- package/dist/cli/main.test.js +37 -0
- package/dist/cli/state.d.ts +14 -0
- package/dist/cli/state.d.ts.map +1 -0
- package/dist/cli/state.js +28 -0
- package/dist/compiled-output/website/messages.d.ts +73 -0
- package/dist/compiled-output/website/messages.js +1543 -0
- package/dist/compiled-output/{sveltekit-example → website}/runtime.d.ts +1 -1
- package/dist/compiled-output/{react-example → website}/runtime.js +1 -1
- package/package.json +4 -1
- package/dist/compiled-output/example-javascript/messages.d.ts +0 -7
- package/dist/compiled-output/example-javascript/messages.js +0 -42
- package/dist/compiled-output/example-javascript/runtime.d.ts +0 -38
- package/dist/compiled-output/example-javascript/runtime.js +0 -112
- package/dist/compiled-output/react-example/messages.d.ts +0 -7
- package/dist/compiled-output/react-example/messages.js +0 -42
- package/dist/compiled-output/react-example/runtime.d.ts +0 -38
- package/dist/compiled-output/sveltekit-example/messages.d.ts +0 -7
- package/dist/compiled-output/sveltekit-example/messages.js +0 -42
- package/dist/compiled-output/sveltekit-example/runtime.js +0 -112
- package/dist/compiler/jsdocFromParams.d.ts +0 -12
- package/dist/compiler/jsdocFromParams.d.ts.map +0 -1
- package/dist/compiler/jsdocFromParams.js +0 -17
- package/dist/compiler/jsdocFromParams.test.d.ts +0 -2
- package/dist/compiler/jsdocFromParams.test.d.ts.map +0 -1
- package/dist/compiler/jsdocFromParams.test.js +0 -6
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
export function footer_category_application(): string;
|
|
2
|
+
export function footer_category_lint(): string;
|
|
3
|
+
export function footer_category_markdown(): string;
|
|
4
|
+
export function footer_category_title(): string;
|
|
5
|
+
export function footer_category_website(): string;
|
|
6
|
+
export function footer_contact_blog(): string;
|
|
7
|
+
export function footer_contact_feedback(): string;
|
|
8
|
+
export function footer_contact_getInTouch(): string;
|
|
9
|
+
export function footer_contact_join(): string;
|
|
10
|
+
export function footer_contact_title(): string;
|
|
11
|
+
export function footer_documentation_contribute(): string;
|
|
12
|
+
export function footer_documentation_gettingStarted(): string;
|
|
13
|
+
export function footer_documentation_title(): string;
|
|
14
|
+
export function footer_documentation_whyInlang(): string;
|
|
15
|
+
export function footer_inlang_tagline(): string;
|
|
16
|
+
export function footer_resources_discord(): string;
|
|
17
|
+
export function footer_resources_github(): string;
|
|
18
|
+
export function footer_resources_marketplace(): string;
|
|
19
|
+
export function footer_resources_roadmap(): string;
|
|
20
|
+
export function footer_resources_title(): string;
|
|
21
|
+
export function footer_resources_twitter(): string;
|
|
22
|
+
export function home_featured_title(): string;
|
|
23
|
+
export function home_inlang_button(): string;
|
|
24
|
+
export function home_inlang_description(): string;
|
|
25
|
+
export function home_inlang_title_first_part(): string;
|
|
26
|
+
export function home_inlang_title_second_part(): string;
|
|
27
|
+
export function home_lix_button(): string;
|
|
28
|
+
export function home_lix_description(): string;
|
|
29
|
+
export function home_lix_title(): string;
|
|
30
|
+
export function home_stack_title(): string;
|
|
31
|
+
export function home_guides_title(): string;
|
|
32
|
+
export function marketplace_application_header_generic_button(): string;
|
|
33
|
+
export function marketplace_application_header_generic_description(): string;
|
|
34
|
+
export function marketplace_application_header_generic_tag(): string;
|
|
35
|
+
export function marketplace_application_header_generic_title(): string;
|
|
36
|
+
export function marketplace_application_header_svelte_button(): string;
|
|
37
|
+
export function marketplace_application_header_svelte_description(): string;
|
|
38
|
+
export function marketplace_application_header_svelte_title(): string;
|
|
39
|
+
export function marketplace_grid_build_your_own_description(): string;
|
|
40
|
+
export function marketplace_grid_build_your_own_title(): string;
|
|
41
|
+
export function marketplace_grid_need_help(): string;
|
|
42
|
+
export function marketplace_grid_subscribe_button(): string;
|
|
43
|
+
export function marketplace_grid_subscribe_could_not_subscribe(): string;
|
|
44
|
+
export function marketplace_grid_subscribe_description_first_part(): string;
|
|
45
|
+
export function marketplace_grid_subscribe_description_last_part(): string;
|
|
46
|
+
export function marketplace_grid_subscribe_error(): string;
|
|
47
|
+
export function marketplace_grid_subscribe_no_email(): string;
|
|
48
|
+
export function marketplace_grid_subscribe_placeholder(): string;
|
|
49
|
+
export function marketplace_grid_subscribe_secondary_button(): string;
|
|
50
|
+
export function marketplace_grid_subscribe_success(): string;
|
|
51
|
+
export function marketplace_grid_subscribe_title(): string;
|
|
52
|
+
export function marketplace_grid_subscribe_unvalid_email(): string;
|
|
53
|
+
export function marketplace_grid_title_generic(): string;
|
|
54
|
+
export function marketplace_grid_title_guides(): string;
|
|
55
|
+
export function marketplace_header_build_on_inlang_button(): string;
|
|
56
|
+
export function marketplace_header_category_application(): string;
|
|
57
|
+
export function marketplace_header_category_lint(): string;
|
|
58
|
+
export function marketplace_header_category_markdown(): string;
|
|
59
|
+
export function marketplace_header_category_missing_something(): string;
|
|
60
|
+
export function marketplace_header_category_website(): string;
|
|
61
|
+
export function marketplace_header_search_placeholder(): string;
|
|
62
|
+
export function newsletter_button(): string;
|
|
63
|
+
export function newsletter_error_alreadySubscribed(): string;
|
|
64
|
+
export function newsletter_error_emptyEmail(): string;
|
|
65
|
+
export function newsletter_error_generic(): string;
|
|
66
|
+
export function newsletter_error_invalidEmail(): string;
|
|
67
|
+
export function newsletter_placeholder(): string;
|
|
68
|
+
export function newsletter_subscribe_description(): string;
|
|
69
|
+
export function newsletter_subscribe_title(): string;
|
|
70
|
+
export function newsletter_success(): string;
|
|
71
|
+
export function newsletter_title(): string;
|
|
72
|
+
export function newsletter_unsubscribed_description(): string;
|
|
73
|
+
export function newsletter_unsubscribed_title(): string;
|