locize / translation-check

This package shows an overview of your translations. Check which keys are not yet translated.
MIT License
119 stars 4 forks source link

Data Privacy #2

Closed Hakeemmidan closed 2 years ago

Hakeemmidan commented 2 years ago

🚀 Feature Proposal

Include what data is collected (if any) by locize in the README.

Motivation

This will make it easier for companies to decide whether to use this package or not.

Example

We collect all the inputted translation keys and store them in locize cloud to make it easier for users to later upgrade. 
adrai commented 2 years ago

nothing at all is collected from our side... it's just a small react app statically hosted on gh-pages. All is done on client side only.

Hakeemmidan commented 2 years ago

By it I assume you mean https://mini.locize.com which opens when using the plugin, is that right?

So the data is only sent and displayed there, it doesn't get stored in the cloud or anything like that?

adrai commented 2 years ago

Yes, mini.locize.com is just a react app published on gh-pages

Hakeemmidan commented 2 years ago

Sounds good. Thank you.

I still suggest adding that info in the README so I'll leave this open, and have the maintainers close it based on their decision on whether to add that info or not.

CyberCyclone commented 8 months ago

@adrai Is there a open-source version of https://mini.locize.com/ that we can run locally? For privacy reasons we can't transfer any data to another server, even if you say it's a simple react app that you don't collect data from.

adrai commented 8 months ago

@adrai Is there a open-source version of https://mini.locize.com/ that we can run locally? For privacy reasons we can't transfer any data to another server, even if you say it's a simple react app that you don't collect data from.

No