https://github.com/suminb/translator
더 나은 번역기 (Better Translator)
https://github.com/suminb/translator
Last synced: over 1 year ago
JSON representation
더 나은 번역기 (Better Translator)
- Host: GitHub
- URL: https://github.com/suminb/translator
- Owner: suminb
- License: gpl-3.0
- Created: 2013-03-11T08:43:19.000Z (over 13 years ago)
- Default Branch: develop
- Last Pushed: 2023-05-01T20:15:09.000Z (about 3 years ago)
- Last Synced: 2024-10-13T07:45:12.146Z (over 1 year ago)
- Language: Python
- Homepage: https://better-translator.com
- Size: 4.27 MB
- Stars: 32
- Watchers: 9
- Forks: 9
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Build Status
------------

[](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
--------