Giter Site home page Giter Site logo

translation-flow's Introduction

Automatic Translation Workflow for Wagtail Site

This is a demo site that demonstratse how a 3rd party Translation API can be integrated into a Wagtail Site.

  • trans_home_page in models.py is a fully translatable page, where changes made to the English text are detected and sent to a 3rd party translation API (Gengo). When translations are returned, it is updated in the database and displayed in the user's language.
  • lang_bar.html demonstrates how you can make a language dropdown on your site to allow your users to choose which language they would like to use.
  • Languages you wish to support can be added to settings/languages.csv

Install:

git clone <\insert_clone_url\>
cd translation-flow
python3 -m venv plab/env
source plab/env/bin/activate
pip install wagtail     
pip install -r requirements.txt
pip install wagtail-modeltranslation

How to run:

cd translation-flow
source plab/env/bin/activate
python manage.py runserver

Then, navigate to http://127.0.0.1:8000/admin to see CMS!

Login info

username: admin password: policylab

Push database changes

python manage.py makemigrations
python manage.py migrate

Database

Found at translation-flow/db.sqlite3
The table home_transhomepage stores text for /home page.

Troubleshooting

Try replacing python with python3!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.