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
- Host: GitHub
- URL: https://github.com/netbe/translationsexample
- Owner: netbe
- License: mit
- Created: 2015-08-31T22:04:30.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-12-02T17:56:59.000Z (over 10 years ago)
- Last Synced: 2023-03-11T05:35:20.290Z (over 3 years ago)
- Language: Swift
- Homepage:
- Size: 3.94 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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!