An open API service indexing awesome lists of open source software.

https://github.com/netbe/translationsexample

iOS Translation tools comparison
https://github.com/netbe/translationsexample

Last synced: 8 months ago
JSON representation

iOS Translation tools comparison

Awesome Lists containing this project

README

          

The goal of this project is to present the different solutions to translate an iOS app, like the [TodoMVC](https://github.com/tastejs/todomvc) app of translations.

The `master` branch contains a non-translated app, other branches present each a backend service

## Applanga

See branch `applanga` and read more [here](https://github.com/netbe/translationsExample/blob/applanga/HowTo.md)

Website: www.applanga.com

## El Loco

See branch `el_loco` and read more [here](https://github.com/netbe/translationsExample/blob/el_loco/HowTo.md)

Website: www.elloco.com

## Usejargon

See branch `usejargon` and read more [here](https://github.com/netbe/translationsExample/blob/usejargon/HowTo.md)

Website: www.usejargon.com

## Transifex

See branch `transifex` and read more [here](https://github.com/netbe/translationsExample/blob/transifex/HowTo.md)

Website: www.transifex.com

## Crowdin

See branch `crowdin` and read more [here](https://github.com/netbe/translationsExample/blob/crowdin/HowTo.md)

Website: https://crowdin.com/

## No backend

Without any services, just genstrings to extract localized content.

See branch `nobackend` and read more [here](https://github.com/netbe/translationsExample/blob/nobackend/HowTo.md)

# Pending

* OHT Mobile (requires an account): similar to applanga or usejargon (SDK with auto updates)
* Babelish
* other sevices... Pull requests are welcome!