Posts with #cloudflare

We found 2 posts with tag #cloudflare

Cloudflare Workers and Website Localization (2/5)
4 min readSeptember 11, 2024

In this tutorial, how to extract translation keys and translations from a HTML website and upload them to SimpleLocalize using the SimpleLocalize CLI.

Cloudflare Workers and Website Localization (1/5)
6 min read

In this tutorial, we will show you how to use Cloudflare Workers to create a simple website localization feature, without the need to install any additional dependencies. We will localize a simple static HTML website hosted on GitHub Pages, but you can use the same approach to localize any website, including those built with popular frameworks like React, Angular, or Vue.js.