You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to use the openoffice_en backend in french by using the files provided by libreoffice. It works but I need to keep the 'en' in tq_language list:
with this configuration, only online thesaurus are used
but it become complicate if I want to have english and french backend activated and switch language by modifying tq_language option.
where I have to change, the language, the openoffice_file and the backend options. I tried
but if the switch works for the libreoffice thesaurus, the plugin only use the first backend list.
In this example, I am able to use the three french thesaurus backend but switching to english use only openoffice_en one.
If I enable all backend before the function, in french, I'll get answer from all backend in french and in english.
The text was updated successfully, but these errors were encountered:
hmm, tq_language is a toggle to see which backend to toggle on. By then, I didn't know my openoffice backend even work with French dictionary, so openoffice was configured as en backend.
Now it seems like this backend can be more flexible and configured to be used as different backends, which caused your problem.
A quick fix would be to change the location I posed above to language = "fr"
But a more elegant way to resolve it may be to turn office office backend as a series of backends based on dictionaries user points to. But this will incur code change.
Please use the quick fix method first. I will work on the code change method when have the time.
I tried to use the openoffice_en backend in french by using the files provided by libreoffice. It works but I need to keep the 'en' in tq_language list:
with this configuration, only online thesaurus are used
a workaround is to add 'en' the the language list and only french backend
both libreoffice and online thesaurus are workings
but it become complicate if I want to have english and french backend activated and switch language by modifying tq_language option.
where I have to change, the language, the openoffice_file and the backend options. I tried
but if the switch works for the libreoffice thesaurus, the plugin only use the first backend list.
In this example, I am able to use the three french thesaurus backend but switching to english use only openoffice_en one.
If I enable all backend before the function, in french, I'll get answer from all backend in french and in english.
The text was updated successfully, but these errors were encountered: