Skip to content

Commit

Permalink
Merge pull request #1 from fabianmossberg/patch-1
Browse files Browse the repository at this point in the history
Updating URLs
  • Loading branch information
honzabilek4 authored Sep 24, 2021
2 parents ec75d8b + fe3eb40 commit e79fbf7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Github Actions + Localazy

This project demonstrates how to fully automate software localization using [Localazy](https://localazy) and Github Actions.
This project demonstrates how to fully automate software localization using [Localazy](https://localazy.com) and Github Actions.

You can read [detailed blog post about how to setup automated localization for your project](https://localazy/blog/automated-localization-github-actions-localazy).
You can read [detailed blog post about how to setup automated localization for your project](https://localazy.com/blog/automated-localization-github-actions-localazy).

---

Expand All @@ -18,15 +18,15 @@ And as we are going to use **[Github Actions](https://github.com/features/action

## What's going on?

Using Github Actions, on each commit touching it, the file `locales/en.json` is automatically uploaded to the [Localazy translation platform](https://localazy) where all the translations as well as translators, contributors and volunteers can be easily managed using beautiful UI.
Using Github Actions, on each commit touching it, the file `locales/en.json` is automatically uploaded to the [Localazy translation platform](https://localazy.com) where all the translations as well as translators, contributors and volunteers can be easily managed using beautiful UI.

Another Github action demonstrates how to download all localized strings when building the final release of the app.

And as a bonus, **Localazy can translate your app to up to 80 languages for free** by sharing translations with other app.

---

**[Read more in the blog post](https://localazy/blog/automated-localization-github-actions-localazy)**:
**[Read more in the blog post](https://localazy.com/blog/automated-localization-github-actions-localazy)**:

- How to set up project with Localazy as a localization solution

Expand Down

0 comments on commit e79fbf7

Please sign in to comment.