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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user