All Projects → suminb → translator

suminb / translator

Licence: GPL-3.0 license
더 나은 번역기 (Better Translator)

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
Mako
254 projects
Dockerfile
14818 projects
shell
77523 projects

Build Status

Better Translator build status Coverage Status

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.

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

Sponsors

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].