Translation Editor
Save time on handling localization files and translation strings.
Try SimpleLocalize
Share article

GitHub Actions available!

GitHub Actions available!

GitHub Actions is a new way for developers to automate their work. Actions are simple, yet powerful, pieces of code that can be written in any language, and run in the cloud. They're designed to help you ship great software faster by enabling your whole team to collaborate on building and maintaining automation pipelines.

Github Actions Market - Upload Translations from File Action

GitHub Actions integration for Continuous Localization is available on GitHub Market! Connect your GitHub repository to SimpleLocalize i18n editor for free! The integration with GitHub Actions enables customers to build a workflow where content is automatically added to SimpleLocalize i18n editor. You can import translations on every branch update or just on pull request. Mange, edit, or review translations in SimpleLocalize Editor and once you are ready, push them to the CDN or save changes and download using GitHub Actions.

How to start?

It's simple, create a new yml file in .github/workflows directory and put SimpleLocalize actions code to download or upload file with translations.

Github Actions - example download translations action

Resources:

Relevant posts

Check out our latest blog posts and stay up to date with SimpleLocalize

Cloudflare Workers and Website Localization (1/5)

Jakub Pomykałaby6 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.

Continue reading