Quote:
Originally Posted by BobC
Well FYI that doesn't work. I butchered a simple oxt dictionary to have a language code of "none" but Calibre was too clever - it wouldn't import the dictionary, complaining that it had an invalid language code.
(the oxt imported into Libre Office without a complaint)
BobC
|
So, why not use a dictionary for a real language one is never likely to really need? I just installed the Estonian oxt. No disrespect to Estonians - it was a rational decision, I chose it because its uses Latin characters but its not Indo-European.
How do I mark a paragraph (or define a class) as using Estonian (it's code is 'et'

). I looked at W3Schools, but as usually happens there, my eyes glazed over. ie what would I need to add to this to flag it as Estonian
Code:
.block10 {
display: block;
font-size: 0.75em;
text-align: justify;
text-indent: 18pt;
padding: 0;
margin: 0
}
I really shouldn't be wasting my time or anyone else's on this, but...
BR