-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
privacy.html
483 lines (471 loc) · 32.6 KB
/
privacy.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style id="antiClickjack">
body {
display:none !important;
}
</style>
<script type="text/javascript">
if (self === top) {
var antiClickjack = document.getElementById("antiClickjack");
antiClickjack.parentNode.removeChild(antiClickjack);
} else {
top.location = self.location;
}
</script>
<meta name="description" content="Privacy policy of Locize">
<meta property="og:title" content="Privacy policy | locize">
<meta property="og:description" content="Privacy policy of Locize">
<meta name="twitter:title" content="Privacy policy | locize">
<meta name="twitter:description" content="Privacy policy of Locize">
<meta name="author" content="inweso GmbH">
<meta name="copyright" content="inweso GmbH">
<meta name="keywords" content="localization,internationalization,localize,translate,locize,l10n,i18n,javascript,nodejs,localization as a service,saas translation,saas localization,laas,continuous localization,DevOps,process,free,website localization,service,software,web app,web,mobile,desktop,game,translation management,online,automate,process of localization,localization process,translation service,localization service,translation software,landing page,javascript localize,localization tool,localizing a website,localization solution,cloud localization,cloud translation,serverless,cloud,cdn,react,react.js,reactjs,react-i18next,next,next.js,nextjs,next-i18next,svelte,svelte-i18n,svelte-i18next,angular,vue,vue-js,jquery,nodejs,i18next,json,api,react-native,localization api,translation api,app localization services,localization management platform,localization platform,professional translation and localization services,website translation management,app localization service,online translation management,i18next translation management,i18next translation,manage translations,manage translation files">
<meta property="og:type" content="website">
<meta property="og:url" content="https://locize.com">
<meta property="og:site_name" content="locize - continuous localization as a service">
<meta property="og:locale" content="en">
<meta property="og:image" content="img/locize_color.svg">
<meta name="twitter:card" content="summary">
<meta name="twitter:creator" content="@locize">
<meta name="slack-app-id" content="A71NM84Q6">
<link href="/lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="lib/fontawesome/css/fontawesome.min.css">
<link rel="stylesheet" href="lib/fontawesome/css/brands.min.css">
<link rel="stylesheet" href="lib/fontawesome/css/solid.min.css">
<link rel="stylesheet" href="lib/fontawesome/css/regular.min.css">
<link rel="stylesheet" href="/lib/simple-line-icons/css/simple-line-icons.css">
<link rel="stylesheet" href="/lib/device-mockups/device-mockups.min.css">
<link href="/css/main.min.css" rel="stylesheet">
<!--if lt IE 9
script(src='https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js')
script(src='https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js')
-->
<link href="//cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.css" rel="stylesheet" type="text/css">
<title>Privacy policy | locize</title>
<link rel="canonical" href="/privacy.html">
</head>
<body id="page-top">
<nav class="navbar navbar-default navbar-fixed-top affix" id="mainNav" i18next-options="{"ns": "common"}">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle collapsed" type="button" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"><span class="sr-only">Toggle navigation</span><i class="fa-solid fa-bars"></i></button><a class="navbar-brand" href="/"></a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="dropdown" id="featuresd"><a class="dropdown-toggle" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Features<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="/#features">Characteristics</a></li>
<li><a href="/#process">What is the software localization process?</a></li>
<li><a href="/#platform">What can our localization platform do?</a></li>
<li><a href="/how-it-works.html">How it works</a></li>
<li><a href="/for-your-team.html">For your team</a></li>
</ul>
</li>
<li><a href="/pricing.html">Pricing</a></li>
<li><a href="/customers.html">Success Stories</a></li>
<li class="dropdown" id="featuresd"><a class="dropdown-toggle" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">More<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="https://docs.locize.com/">Documentation</a></li>
<li><a href="/services.html">Additional services</a></li>
<li> <a href="/blog/">Blog</a></li>
<li><a class="closeOnClick" href="/#contact">Contact</a></li>
</ul>
</li>
<li><a href="https://www.locize.app/login" target="_blank">Login<i class="fa-solid fa-lock" aria-hidden="true" style="margin-left: 5px;"></i></a></li>
<li><a class="btn btn-outline btn-xl" href="https://www.locize.app/register" style="background-color: #4caf50; color: white; border: none;">Start your free trial</a></li>
</ul>
</div>
</div>
</nav>
<div style="margin-top: 50px;">
<!-- #### 3.3 Email newsletter-->
<!---->
<!-- If you choose to join our email newsletter, the email address that you submit to us will be forwarded to [MailChimp](https://mailchimp.com/) who provide us with email marketing services. We consider MailChimp to be a third party data processor (see section 6.0 below). The email address that you submit will not be stored within this website’s own database or in any of our internal computer systems.-->
<!---->
<!-- Your email address will remain within MailChimp’s database for as long as we continue to use MailChimp’s services for email marketing or until you specifically request removal from the list. You can do this by unsubscribing using the unsubscribe links contained in any email newsletters that we send you or by [requesting removal via email](mailto:support@locize.com?subject=Request newsletter unsubscribe). When requesting removal via email, please send your email to us using the email account that is subscribed to the mailing list.-->
<!---->
<!-- If you are under 16 years of age you MUST obtain parental consent before joining our email newsletter.-->
<!---->
<!-- While your email address remains within the MailChimp database, you will receive periodic (approximately three times a year) newsletter-style emails from us.-->
<section class="section-tertiary">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<div class="section-heading">
<h2>Privacy policy</h2>
<hr>
</div>
</div>
</div>
</div>
</section>
<section class="section-gray" style="padding: 0;">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2" style="position: relative;">
<div class="legal" style="background-color: #fff; padding: 20px; border: solid 1px #ccc; position: relative; top: -100px; width: 100%; border-radius: 4px;"><p>The purpose of this privacy policy is to inform you about the nature, scope and purposes of the collection and use of personal data on the <a href="https://www.locize.com">website</a> and the <a href="https://www.locize.app">web app</a> by locize. By using the website or the web app, you agree to the following data processing:</p>
<h3>1 OUR CORE BELIEFS REGARDING USER PRIVACY AND DATA PROTECTION</h3>
<ul>
<li>User privacy and data protection are human rights</li>
<li>We have a duty of care to the people within our data</li>
<li>Data is a liability, it should only be collected and processed when absolutely necessary</li>
<li>We loathe spam as much as you do!</li>
<li>We will never sell, rent or otherwise distribute or make public your personal information</li>
</ul>
<h3>2 RELEVANT LEGISLATION</h3>
<p>Along with our business and internal computer systems, this website is designed to comply with the following national and international legislation with regards to data protection and user privacy:</p>
<ul>
<li><a href="http://www.legislation.gov.uk/ukpga/1998/29/contents">UK Data Protection Act 1988 (DPA)</a></li>
<li><a href="https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=uriserv:OJ.L_.2016.119.01.0001.01.ENG&toc=OJ:L:2016:119:TOC">EU General Data Protection Regulation 2018 (GDPR)</a></li>
<li><a href="https://www.legislation.gov.au/Series/C2004A03712">Australian Privacy Act 1988 (APA)</a></li>
<li><a href="https://www.fedlex.admin.ch/eli/cc/2022/491/">Swiss Federal Act on Data Protection (FADP)</a></li>
<li><a href="https://leginfo.legislature.ca.gov/faces/codes_displayText.xhtml?division=3.&part=4.&lawCode=CIV&title=1.81.5">California Consumer Privacy Act of 2018 (CCPA)</a></li>
</ul>
<p>locize’s compliance with the above legislation, all of which are stringent in nature, means that locize is likely compliant with the data protection and user privacy legislation set out by many other countries and territories as well. If you are unsure about whether this site is compliant with your own country of residences specific data protection and user privacy legislation you should contact our data protection officer (details of whom can be found in section 9) for clarification.</p>
<h3>3 PERSONAL INFORMATION THAT LOCIZE COLLECTS AND WHY WE COLLECT IT</h3>
<p>Our data processing has various purposes. In principle, we use the data within the scope of customer contact and the fulfilment of the contract, the provision of our offer and the improvement of our online services. Data may also be used for marketing and communication purposes (Art. 6 para. 1 lit. b and f GDPR).</p>
<h4>3.1 <a href="http://locize.com">locize.com</a> the website and the subdomains (such as: <a href="http://docs.locize.com">docs.locize.com</a>, <a href="http://blog.locize.com">blog.locize.com</a>)</h4>
<p>This website collects and uses personal information for the following reasons:</p>
<p>Like most websites, this site uses Google Analytics (GA) to track user interaction. We use this data to determine the number of people using our site, to better understand how they find and use our web pages and to see their journey through the website.</p>
<p>We consider Google Analytics to be a third party data processor (see section 6 below). GA is the only used third party data processor used on the website.</p>
<p>The website is hosted on <a href="https://pages.github.com/">github pages</a>, while the documentation is hosted on <a href="https://www.gitbook.com">gitbook</a>.</p>
<p>We use <a href="https://www.cloudflare.com/privacypolicy">Cloudflare</a> as CDN and DNS provider, because of this they may track the website to detect and prevent attacks.</p>
<p>We show the official <a href="https://www.capterra.com/legal/privacy-policy/">Capterra</a> review badge on our website, it may be they know your web relevant information, like the IP address or user agent information.</p>
<h4>3.2 Contact forms and email links</h4>
<p>Should you choose to contact us using a contact form on one of our pages or an email link like <a href="mailto:support@locize.com">this one "support@locize.com"</a>, none of the data that you supply will be stored by locize or passed to be processed by any of the third party data processors defined in section 6.0. Instead the data will be collated into an email and sent to us over the <a href="https://en.wikipedia.org/wiki/Simple_Mail_Transfer_Protocol">Simple Mail Transfer Protocol</a> (SMTP). Our SMTP servers are protected by <a href="https://en.wikipedia.org/wiki/Transport_Layer_Security">TLS</a> (sometimes known as SSL) meaning that the email content is encrypted using <a href="https://en.wikipedia.org/wiki/SHA-2">SHA-2</a>, 256-bit cryptography before being sent across the internet. The email content is then decrypted by our local computers and devices.</p>
<h4>3.3 <a href="https://www.locize.app">locize.app</a> / <a href="http://locize.io">locize.io</a> our online localization service</h4>
<p>Should you choose to signup for our localization service over at <a href="https://www.locize.app/register">locize.app</a> your chosen</p>
<ul>
<li>username</li>
<li>password <em>(hashed and salted)</em></li>
<li>given name</li>
<li>last name</li>
<li>email address</li>
</ul>
<p>will be stored in our database and encrypted in 2 different layers. This information is used to identify you as a user. Excluding username and password, above mentioned data is passed to the third party data processors detailed below to provide additional service to you.</p>
<p>Your name will be shown only in private area of the service and is only available to you and other users contributing to the same localization project. This is necessary for the fulfillment of the contract and offering of our service.</p>
<p>Should you wish to have your personal data deleted, please email us <a href="mailto:support@locize.com">here</a> using the email address that you used to sign up.</p>
<p>Since we use the network infrastructure from AWS (e.g. <a href="https://aws.amazon.com/cloudfront/">AWS CloudFront</a>), it is possible that when you use our optional <a href="https://docs.locize.com/whats-inside/cdn-content-delivery-network">CDN service</a> to download translations from our locize service, these services temporarily save every access in a log file. Access log data, like the IP address, may be collected and stored by the services mentioned until they are automatically deleted after a couple of days. A detailed list about that data can be found <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/AccessLogs.html#LogFileFormat">here</a>.</p>
<p>If you are under 16 years of age you MUST obtain parental consent before signing up to our service.</p>
<p>Third party data processors used (for details check section 6):</p>
<ul>
<li>gravatar</li>
<li>reCaptcha</li>
<li>stripe</li>
</ul>
<p><em>Additional information:</em></p>
<p>Translation resources are not classified as personal data. Please note that when using the offered machine or generative AI translation functions, the translation sources and corresponding language information will be passed to:</p>
<ul>
<li><a href="https://policies.google.com/privacy">google</a></li>
<li><a href="https://translated.com/confidentiality">MyMemory</a></li>
<li><a href="https://www.deepl.com/privacy">DeepL</a></li>
<li><a href="https://openai.com/policies/row-privacy-policy/">Open AI</a></li>
<li><a href="https://mistral.ai/terms/#privacy-policy">Mistral AI</a></li>
</ul>
<h3>4 HOW WE STORE YOUR PERSONAL INFORMATION</h3>
<p>As detailed in section 3.3 above, if you signup to our service the personal information as listed above in section 3 will be stored within our database. This is currently the only occasion where personal data will be stored on locize. This data is stored in an unidentifiable fashion; the storage of this data is done in a pseudonymous fashion meaning that the data would require additional processing using a separately stored ‘key’ before it could be used to identify an individual.</p>
<p>If not stated differently in section 3 and subsections we try to use pseudonymisation for all personal data stored.</p>
<p>We use Amazon Web Services to store all data.</p>
<p>Your personal data will be deleted as soon as it is not anymore necessary for the purposes mentioned in section 3.1.</p>
<h3>5 ABOUT THIS SERVICE’S SERVER</h3>
<p>All traffic (transferral of files) between locize services and your browser is encrypted and delivered over <a href="https://en.wikipedia.org/wiki/HTTPS">HTTPS</a>.</p>
<p>If not stated differently in section 3 and subsections our services are hosted by Amazon (AWS), who employ their own security measures. AWS employs industry-recognized certifications and audits:</p>
<ul>
<li>PCI DSS Level 1</li>
<li>ISO 27001</li>
<li>FISMA Moderate</li>
<li>HIPAA</li>
<li>SAS 70 Type II</li>
</ul>
<p>The purpose of processing data is that Amazon enables us to use Amazon servers. We only store the data for as long as is necessary to achieve this purpose.</p>
<p>locize and thus your data are hosted in Ireland by Amazon Web Services Inc., 410 Terry Avenue North, Seattle WA 98109, United States. Amazon also adopts stringent technical measures to protect your personal data. Amazon does not pass on your personal data to third parties unless this is necessary in order to perform the agreed services or if Amazon is required to do so by law or to comply with a valid and mandatory instruction issued by a government or regulatory authority. The data provided for this purpose are kept to a minimum.</p>
<p>In some circumstances, Amazon may also store the information in countries outside the European Economic Area. Amazon will, however, take the necessary steps to ensure that an appropriate level of data protection is maintained. If Amazon sends your data to the United States, for example, additional measures are taken, such as concluding EU-compliant data transmission agreements with the data importer if this is necessary. Amazon participates in the EU-US Privacy Shield Framework.</p>
<p>More information from Amazon about data protection is available at: <a href="https://aws.amazon.com/compliance/eu-data-protection">https://aws.amazon.com/compliance/eu-data-protection</a>.</p>
<p>Their services and data centers have multiple layers of operational and physical security to ensure the integrity and safety of your data. You can read more about AWS security <a href="https://aws.amazon.com/security/">here</a>.</p>
<h3>6 OUR THIRD PARTY DATA PROCESSORS</h3>
<p>We use a number of third parties to process personal data on our behalf. These third parties have been carefully chosen and all of them comply with the legislation set out in section 2.0.</p>
<h4>6.1 Google Analytics</h4>
<p>As already stated above, we use Google Analytics (GA), if accepting our policies.</p>
<p>Although Goggle Analytics (GA) records data such as your geographical location, device, internet browser and operating system, none of this information personally identifies you to us. Although the IP address is anonymized, GA may record your computer’s IP address which could be used to personally identify you but Google do not grant us access to this.</p>
<p>GA makes use of cookies, details of which can be found on Google’s developer guides. FYI our website uses the Google Analytics 4 implementation of GA.</p>
<p>Disabling cookies on your internet browser will stop GA from tracking any part of your visit to pages within this website.</p>
<p>Most GA servers are hosted in the U.S. and GA doesn't give users the ability to choose where their data may be stored. This means international data transfers may occur.</p>
<p>More information about data protection by GA and the processing of your data is available at here: <a href="https://www.google.com/intl/en-GB/policies/privacy/">Privacy policy</a></p>
<h4>6.2 Gravatar</h4>
<p>We use <a href="http://en.gravatar.com/">Gravatar</a> if your supplied email address is linked to a Gravatar account so your Gravatar photo will be displayed beside your name.</p>
<p>Gravatar is operating also outside the European Economic Area and international data transfers may occur.</p>
<p>More information about data protection by Gravatar and the processing of your data is avail-able at here: <a href="https://en.gravatar.com/site/privacy">Privacy policy</a></p>
<h4>6.3 reCaptcha</h4>
<p>We use <a href="https://www.google.com/recaptcha/">reCaptcha v3</a> to validate user inputs are not passed by bots.</p>
<p>Most Google servers are hosted in the U.S. and Google doesn't give users the ability to choose where their data may be stored. This means international data transfers may occur.</p>
<p>More information about data protection by reCaptcha and the processing of your data is available at here: <a href="https://policies.google.com/privacy">Privacy policy</a> | <a href="https://policies.google.com/terms">Terms</a></p>
<h4>6.4 Stripe</h4>
<p>We use <a href="https://stripe.com/ch">stripe</a> as our billing gateway. When subscribing a project on locize.app / <a href="http://locize.io">locize.io</a> your credit card information will only be stored on stripe's database and never on our own database. Personal Information like name, email, VAT number will be stored on stripe.</p>
<p>Stripe is operating also outside the European Economic Area and international data transfers may occur.</p>
<p>More information about data protection by stripe and the processing of your data is available at here: <a href="https://stripe.com/ch/privacy">Privacy policy</a></p>
<h3>7 YOUR RIGHTS</h3>
<h4>7.1 Right of access and rectification</h4>
<p>You have the right to receive information from us at any time and free of charge about whether and which of your personal data we are processing. In addition, you can demand that we correct or complete incorrect data about you in our systems.</p>
<h4>7.2 Right to deletion and restriction</h4>
<p>You have the right to ask us to delete or limit the processing of your personal data.</p>
<p>Please note that even after your request for deletion of your personal data, we may be required to retain it due to legal or contractual obligations to retain it (for example for billing purposes) and in this case we will only restrict or block your data as necessary. Furthermore, the deletion of your data may mean that you can no longer obtain or use the services you have registered for.</p>
<h4>7.3 Right of objection</h4>
<p>You have the right to object to the processing of your personal data, which you can assert with us.</p>
<h4>7.4 Right to data portability</h4>
<p>If applicable, you can also exercise your right to data portability.</p>
<h4>7.5 Revocation of consent</h4>
<p>Where you have given your consent, you can revoke your consent to data processing at any time, generally with effect for the future. In the event of a revocation, we may delete or limit the processing of your personal data.</p>
<h4>7.6 Right of complaint</h4>
<p>Where applicable, you have the right to complain to the relevant supervisory authority about data processing.</p>
<h3>8 DATA BREACHES</h3>
<p>Where required by Law, we will report any unlawful data breach of this service’s database or the database(s) of any of our third party data processors to any and all relevant persons and authorities within 72 hours of the breach if it is apparent that personal data stored in an identifiable manner are affected by the data breach.</p>
<h3>9 DATA CONTROLLER</h3>
<p>The data controller of locize is: <a href="https://tg.chregister.ch/cr-portal/auszug/auszug.xhtml?uid=CHE-412.131.272">inweso GmbH</a>, a swiss company with company number: <a href="https://tg.chregister.ch/cr-portal/auszug/auszug.xhtml?uid=CHE-412.131.272">CHE‑412.131.272</a></p>
<p>Whose registered office is:</p>
<p>inweso GmbH
Seezelgstrasse 57
8595 Altnau
Switzerland</p>
<h3>10 DATA PROTECTION OFFICER</h3>
<p>Mr. Adriano Raiano
Director, inweso GmbH
Email: <a href="mailto:privacy@locize.com">privacy@locize.com</a></p>
<h3>11 CHANGES TO OUR PRIVACY POLICY</h3>
<p>We may change this privacy policy from time to time inline with legislation or industry developments. If such adjustments are made, we publish them immediately on our website. Our Customers will be informed 14 days upfront of any sensible change via in app notification and email. For website users we recommend that you check this page occasionally for any policy changes. Specific policy changes and updates are mentioned in the change log below.</p>
<hr>
<h3>12 Change log</h3>
<h4>20/02/2016</h4>
<ul>
<li>privacy policy instigated</li>
</ul>
<h4>01/04/2018</h4>
<ul>
<li>GDPR rewrite</li>
</ul>
<h4>31/05/2019</h4>
<ul>
<li>removes quaderno as 3rd party service used</li>
<li>adds reCaptcha to the list of used 3rd party services</li>
</ul>
<h4>27/09/2019</h4>
<ul>
<li>adds more detail about AWS</li>
</ul>
<h4>27/11/2019</h4>
<ul>
<li>adds more detail data encryption</li>
</ul>
<h4>26/06/2020</h4>
<ul>
<li>made rights more clear in own section</li>
</ul>
<h4>17/07/2020</h4>
<ul>
<li>refined some wording</li>
</ul>
<h4>08/04/2021</h4>
<ul>
<li>rollbar is not used anymore</li>
</ul>
<h4>22/04/2021</h4>
<ul>
<li>intercom is not used anymore</li>
</ul>
<h4>09/11/2021</h4>
<ul>
<li>use new company address</li>
</ul>
<h4>23/01/2023</h4>
<ul>
<li>clarify translation resources classification</li>
</ul>
<h4>11/04/2023</h4>
<ul>
<li>additions for the upcoming FADP update</li>
</ul>
<h4>03/10/2023</h4>
<ul>
<li>information about Capterra badge</li>
</ul>
<h4>05/12/2024</h4>
<ul>
<li>information generative AI services</li>
</ul>
</div>
</div>
</div>
</div>
</section>
</div>
<footer i18next-options="{"ns": "common"}">
<div class="container">
<div class="row">
<div class="col-md-4"><img src="/img/locize_color.svg" style="max-width: 120px; margin-left: -5px;" alt="locize logo" loading="lazy">
<p><a href="https://tg.chregister.ch/cr-portal/auszug/auszug.xhtml?uid=CHE-412.131.272" target="_blank" style="color: #ffffff4d;" rel="nofollow">inweso GmbH</a></p>
<p>Switzerland<span style="color: white; font-size: 20px; position: relative; top: 3px; left: 5px;">🇨🇭</span></p>
<ul class="list-unstyled">
<li><a href="mailto:support@locize.com">support@locize.com</a></li>
</ul>
</div>
<div class="col-md-4">
<ul class="list-unstyled">
<li><a href="https://docs.locize.com">Technical Documentation</a></li>
<li><a href="https://docs.locize.com/integration/api">API</a></li>
<li><a href="/services.html">Services</a></li>
<li><a href="/pricing.html">Pricing</a></li>
<li><a href="/blog/">Blog</a></li>
</ul>
</div>
<div class="col-md-4">
<ul class="list-unstyled">
<li>
<ul class="list-inline list-social">
<li class="social-twitter"><a href="https://x.com/locize" target="_blank"><i class="fa-brands fa-x-twitter"></i></a></li>
<li class="social-facebook"><a href="https://www.facebook.com/locize" target="_blank"><i class="fa-brands fa-facebook"></i></a></li>
<li class="social-youtube"><a href="https://www.youtube.com/channel/UCPYQjBbbXojUcB8qjeIB3uA" target="_blank"><i class="fa-brands fa-youtube"></i></a></li>
</ul>
</li>
<li><a href="/privacy.html">Privacy</a></li>
<li><a href="/terms.html">Terms</a></li>
<li><a href="/security.html">Security</a></li>
</ul>
</div>
</div>
<div class="text-center footer-copyright">
<p><span class="translated">© 2024 </span><span>inweso GmbH. All Rights Reserved.</span></p>
</div>
</div>
</footer>
<div class="modalify-modal" id="modalify-modal">
<div class="modal-header">
<button class="close modalify-close" type="button" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
</div><img class="modal-content" id="img-in-modal" loading="lazy">
<div id="caption-in-modal"></div>
</div>
<script>window.bindAffix = false;</script>
<script src="/lib/jquery/jquery.min.js"></script>
<script src="/lib/bootstrap/js/bootstrap.min.js"></script>
<script src="//cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="/js/main.min.js"></script>
<script type="text/javascript">
$(document).ready(function () {
var modal = document.getElementById("modalify-modal");
// Get the image and insert it inside the modal - use its "alt" text as a caption
var imgs = document.getElementsByClassName("modalify");
var modalImg = document.getElementById("img-in-modal");
var captionText = document.getElementById("caption-in-modal");
for (var i = 0; i < imgs.length; i++) {
var img = imgs[i];
img.onclick = function(){
modal.style.display = "block";
modalImg.src = this.getAttribute('full');
if (this.alt) captionText.innerHTML = this.alt;
}
}
// Get the <span> element that closes the modal
var span = document.getElementsByClassName("modalify-close")[0];
// When the user clicks on <span> (x), close the modal
span.onclick = function() {
modal.style.display = "none";
};
modal.onclick = function() {
modal.style.display = "none";
};
});
</script>
<script src="//cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.js" data-cfasync="false"></script>
<script>
function enableCookies() {
var e = document.createElement("script");
e.type = "text/javascript";
e.async = true;
e.src = "https://www.googletagmanager.com/gtag/js?id=G-X50E21BGKG";
var a = document.getElementsByTagName("script")[0];
a.parentNode.insertBefore(e, a);
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-X50E21BGKG', { 'anonymize_ip': true });
//- gtag('config', 'UA-78143856-1', { 'anonymize_ip': true });
if (typeof window.enableCookiesHook === 'function') window.enableCookiesHook();
}
function disableCookies() {
var cookies = document.cookie.split(";");
for (var i = 0; i < cookies.length; i++) {
var cookie = cookies[i];
var eqPos = cookie.indexOf("=");
var name = eqPos > -1 ? cookie.substr(0, eqPos) : cookie;
document.cookie = name + "=;expires=Thu, 01 Jan 1970 00:00:00 GMT";
}
if (typeof window.disableCookiesHook === 'function') window.disableCookiesHook();
}
window.cookieconsent.initialise({
palette: {
popup: {
background: "#2196f3",
text: "#ffffff"
},
button: {
background: "#1976d2",
text: "#ffffff"
}
},
theme: "edgeless",
type: "opt-in",
content: {
message: "This website uses cookies to ensure you get the best experience on our website.",
allow: "Accept",
dismiss: "Decline",
link: "learn",
href: "https://locize.com/privacy.html"
},
elements: {
deny: '<a style="font-weight: 100; color: #ffffffa8; font-size: smaller;" aria-label="deny cookies" role="button" tabindex="0" class="cc-btn cc-deny">Decline</a>'
},
onInitialise: function (status) {
var type = this.options.type;
var didConsent = this.hasConsented();
if (type == 'opt-in' && didConsent) {
// enable cookies
enableCookies();
}
if (type == 'opt-out' && !didConsent) {
// disable cookies
disableCookies();
}
},
onStatusChange: function(status, chosenBefore) {
var type = this.options.type;
var didConsent = this.hasConsented();
if (type == 'opt-in' && didConsent) {
// enable cookies
enableCookies();
}
if (type == 'opt-out' && !didConsent) {
// disable cookies
disableCookies();
}
},
onRevokeChoice: function() {
var type = this.options.type;
if (type == 'opt-in') {
// disable cookies
disableCookies();
}
if (type == 'opt-out') {
// enable cookies
enableCookies();
}
}
});
</script>
</body>
</html>