@crowdin/app-project-module 0.86.1 → 0.87.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/out/index.js +2 -0
- package/out/modules/about.d.ts +9 -0
- package/out/modules/about.js +57 -0
- package/out/static/css/about.css +128 -0
- package/out/static/img/crowdin.svg +16 -0
- package/out/static/img/crowdin_small.svg +8 -0
- package/out/static/js/form.js +3 -3
- package/out/types.d.ts +4 -0
- package/out/views/about.handlebars +102 -0
- package/package.json +1 -1
package/out/types.d.ts
CHANGED
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
<html>
|
|
2
|
+
<head>
|
|
3
|
+
<title>{{name}}</title>
|
|
4
|
+
<meta charset="utf-8" />
|
|
5
|
+
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
|
|
6
|
+
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
7
|
+
|
|
8
|
+
{{#if storeLink}}
|
|
9
|
+
<link rel="canonical" href="{{storeLink}}">
|
|
10
|
+
{{/if}}
|
|
11
|
+
|
|
12
|
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
|
13
|
+
<link href="/assets/css/about.css" media="screen" rel="stylesheet" type="text/css">
|
|
14
|
+
</head>
|
|
15
|
+
<body>
|
|
16
|
+
<header id="header" class="navbar navbar-expand-lg fixed-top crowdin-navbar">
|
|
17
|
+
<a itemprop="url" class="navbar-brand crowdin-navbar__logo" href="https://crowdin.com" title="Crowdin — Localization Management Platform">
|
|
18
|
+
<svg class="d-none d-md-block d-lg-block default-logo" width="180" height="54" aria-labelledby="crowdinLogoTitle">
|
|
19
|
+
<title id="crowdinLogoTitle">Crowdin</title>
|
|
20
|
+
<image class="d-none d-md-block d-lg-block" href="/assets/img/crowdin.svg" width="180" height="54" alt="Crowdin" />
|
|
21
|
+
</svg>
|
|
22
|
+
<svg class="d-block d-md-none d-lg-none default-logo" width="173" height="32">
|
|
23
|
+
<image class="d-block d-md-none d-lg-none" href="/assets/img/crowdin_small.svg" width="173" height="32" alt="Crowdin"/>
|
|
24
|
+
</svg>
|
|
25
|
+
</a>
|
|
26
|
+
<div class="flex-nowrap justify-content-lg-end ml-auto my-lg-0">
|
|
27
|
+
<div class="pr-0 ml-2 my-2">
|
|
28
|
+
<span class="crowdin-navbar__nav-link contact ">
|
|
29
|
+
<a title="Contact" href="https://crowdin.com/contacts">Contact</a>
|
|
30
|
+
</span>
|
|
31
|
+
</div>
|
|
32
|
+
</div>
|
|
33
|
+
</header>
|
|
34
|
+
<div class="main">
|
|
35
|
+
<div class="container">
|
|
36
|
+
<div class="row crwd__product-template__header align-items-center">
|
|
37
|
+
|
|
38
|
+
<div class="offset-lg-1 col-lg-2 product-single__photo-wrapper crwd__product-single__photo-wrapper">
|
|
39
|
+
<div class="product-single__photo text-center mb-3 mb-lg-0">
|
|
40
|
+
<div class="image-holder">
|
|
41
|
+
<img width="200" src="{{logo}}" alt="{{name}}" id="FeaturedImage-product-template" class="img-fluid lazyloaded ls-is-cached product-featured-img" style="position: unset;">
|
|
42
|
+
</div>
|
|
43
|
+
</div>
|
|
44
|
+
</div>
|
|
45
|
+
<div class=" col-lg-8 crwd__product-template__header__title-container">
|
|
46
|
+
<div class="product-single__meta">
|
|
47
|
+
<div class="section-header">
|
|
48
|
+
<h1 class="product-single__title text-center text-lg-left">
|
|
49
|
+
<span>{{name}}</span>
|
|
50
|
+
</h1>
|
|
51
|
+
<div class="description">
|
|
52
|
+
{{name}} extends the default functionality available in Crowdin and Crowdin Enterprise by providing additional capabilities to enhance your localization workflows.
|
|
53
|
+
</div>
|
|
54
|
+
</div>
|
|
55
|
+
</div>
|
|
56
|
+
</div>
|
|
57
|
+
</div>
|
|
58
|
+
<div class="row">
|
|
59
|
+
<div class="offset-lg-1 col-lg-10">
|
|
60
|
+
<p>To install this app, you can use either of the following methods: </p>
|
|
61
|
+
<ol>
|
|
62
|
+
<li>Install it directly from the <a href="https://store.crowdin.com/" target="_blank">Crowdin Store</a>, if available.</li>
|
|
63
|
+
<li>Install it manually using the manifest URL below.</li>
|
|
64
|
+
</ol>
|
|
65
|
+
<p>For detailed steps, follow the <a href="https://support.crowdin.com/developer/crowdin-apps-installation/" target="_blank">App Installation</a></p>
|
|
66
|
+
|
|
67
|
+
<div class="mb-3">
|
|
68
|
+
<label for="manifest-url" class="form-label">Paste the following manifest URL when prompted during manual installation:</label>
|
|
69
|
+
<div class="input-group">
|
|
70
|
+
<input
|
|
71
|
+
type="text"
|
|
72
|
+
class="form-control"
|
|
73
|
+
id="manifest-url"
|
|
74
|
+
value="{{manifest}}"
|
|
75
|
+
readonly
|
|
76
|
+
>
|
|
77
|
+
<button class="btn btn-outline-secondary" type="button" id="copy-button">
|
|
78
|
+
Copy
|
|
79
|
+
</button>
|
|
80
|
+
</div>
|
|
81
|
+
</div>
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
{{#if storeLink}}
|
|
86
|
+
<div>Read more about <a href="{{storeLink}}" target="_blank" title="{{name}} on Crowdin Store">{{name}}</a>.</div>
|
|
87
|
+
{{/if}}
|
|
88
|
+
</div>
|
|
89
|
+
</div>
|
|
90
|
+
</div>
|
|
91
|
+
</div>
|
|
92
|
+
</body>
|
|
93
|
+
<script>
|
|
94
|
+
document.getElementById('copy-button').addEventListener('click', async () => {
|
|
95
|
+
const text = document.getElementById('manifest-url').value;
|
|
96
|
+
await navigator.clipboard.writeText(text);
|
|
97
|
+
const btn = document.getElementById('copy-button');
|
|
98
|
+
btn.textContent = 'Copied!';
|
|
99
|
+
setTimeout(() => btn.textContent = 'Copy', 1500);
|
|
100
|
+
});
|
|
101
|
+
</script>
|
|
102
|
+
</html>
|
package/package.json
CHANGED