1
0
forked from GitHub/gf-core

Simple Translator: fall back to word-for-word translation if the parser fails

Same as in the Wide Coverage demo app.
This commit is contained in:
hallgren
2014-05-15 13:58:42 +00:00
parent 407152329c
commit 104fa03676
2 changed files with 35 additions and 20 deletions

View File

@@ -102,6 +102,7 @@ span.choices { color: blue; font-weight: bold; font-family: sans-serif; }
.default_quality { background-color: #ffc; background-color: rgba(255,255,0,0.20) }
.high_quality { background-color: #cfc; background-color: rgba(0,255,0,0.20); }
.low_quality { background-color: #fcc; background-color: rgba(255,0,0,0.20); }
.bad_quality { background-color: #f88; background-color: rgba(255,0,0,0.53); }
.manual_quality { background-color: #ccf; background-color: rgba(0,0,255,0.20); }
div.overlay {