View Single Post
Old 04-07-2009, 01:12 PM   #1
kiklop74
Guru
kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.
 
kiklop74's Avatar
 
Posts: 800
Karma: 194644
Join Date: Dec 2007
Location: Argentina
Device: Kindle Voyage
Calibre support for Right-to-Left languages

@Kovid

I was trying to do some recipes for some sites in Hebrew and was not successful in all cases.

For example newspaper Haaretz passed just fine whie one Blog in Hebrew was outside of my powers.

I added this in extra_css to force rtl language but it is ignored in the final result.

Code:
    extra_css = '@font-face {font-family: "serif0";src:url(res:///Data/FONT/serif0.ttf)} body{direction: rtl; font-family: serif0, serif} .article_description{direction: rtl; font-family: serif0, serif} a.article{direction: rtl; font-family: serif0, serif} .calibre_feed_title{direction: rtl; font-family: serif0, serif} .calibre_feed_list{direction: rtl; font-family: serif0, serif} .calibre_feed_description{direction: rtl; font-family: serif0, serif} .feed{direction: rtl} .calibre_class_0{direction: rtl}'
Do you have any plans to add RTL language support to the racipe infrastructure to avoid all this css hassle?

Here is the recipe in question:
Attached Files
File Type: zip hebrewblog.zip (1.0 KB, 520 views)
kiklop74 is offline   Reply With Quote