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

https://github.com/suminb/translator

더 나은 번역기 (Better Translator)
https://github.com/suminb/translator

Last synced: over 1 year ago
JSON representation

더 나은 번역기 (Better Translator)

Awesome Lists containing this project

README

          

Build Status
------------
![Better Translator build status](https://travis-ci.org/suminb/translator.svg)
[![Coverage Status](https://coveralls.io/repos/suminb/translator/badge.svg?branch=develop&service=github)](https://coveralls.io/github/suminb/translator?branch=develop)

Deploy Static Frontend
----------------------

Freeze the Flask app first:

python freeze.py

Then upload to S3:

aws s3 sync translator/build/ s3://better-translator.com/ \
--grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers

Deploy on AWS Elastic Beanstalk
-------------------------------

Install EB CLI. For more details, refer [the official
documentation](http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/eb-cli3-install.html).

pip install awsebcli

(TODO: Write some description how I set up things)

eb deploy

Text Localization
-----------------

Running the following command will generate `.mo` files based on `.po` files.

./localization.sh

Credits
-------

* Translation service:
* App icon:
* Loading icon:

Sponsors
--------