minibar: word-for-word replacement (experimental)

The new functionality also needs some new PGF service functionality, which will
be provided in a separate patch.
This commit is contained in:
hallgren
2012-03-18 20:02:11 +00:00
parent 2b845b49e4
commit c62a015eca
4 changed files with 178 additions and 16 deletions

View File

@@ -8,13 +8,15 @@ var online_options={
}
var minibar_options= {
show_abstract: true,
show_trees: true,
tree_img_format: "png", // or "svg"
show_grouped_translations: false,
default_source_language: "Eng",
//feedback_url: "feedback.html",
try_google: true
show_abstract: true,
show_trees: true,
tree_img_format: "png", // or "svg"
show_grouped_translations: false,
show_brackets: true,
word_replacements: true,
default_source_language: "Eng",
//feedback_url: "feedback.html",
try_google: true
}
if(/^\?\/tmp\//.test(location.search)) {