[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Logs of Arabic install available



Quoting Petter Reinholdtsen (pere@hungry.com):
> [Christian Perrier]
> > case "$LANGUAGE" in
> >     ja|ko|ko_KR|el|zh|zh_CN|zh_TW|bg|ar|he|uk|uk_UA)
> >         # Japanese, Korean, Greek, Chinese, Bulgarian, Arabic, Hebrew,
> >         # Ukrainian
> >         apt-install jfbterm || true
> >         apt-install unifont || true
> >         ;;
> >     ru)
> >         # Russian
> >         apt-install console-cyrillic || true
> >         apt-install console-terminus || true
> >         ;;
> >     tr)
> >         # Turkish
> >         apt-install console-terminus || true
> >         ;;
> >     ar|he|fa)
> > 	# RTL languages (Arabic, Hebrew, Farsi)
> > 	apt-install libfribidi0 || true
> > 	;;
> >     *)
> >         ;;
> > esac
> 
> If $LANGUAGE is 'ar' or 'he', the first block (installing jfbterm and
> unifont) will match, and not the block below (installing libfribidi0).

Dammit, you're right...I didn't imagine this. 

Indirectly this means that Farsi would have been RTL, but without a
framebuffer display.

I owe you a beer.






Reply to: