Changeset 7229


Ignore:
Timestamp:
2004-04-26T11:59:21+12:00 (20 years ago)
Author:
mdewsnip
Message:

Farsi is also a right to left language (eventually, this should probably be specified in the main.cfg file, rather than having to hard-wire it into the receptionist).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/receptionist.cpp

    r7065 r7229  
    13271327  }
    13281328
    1329   // display text right to left if language is arabic (and if browser can support it)
    1330   if (args["l"] == "ar")
     1329  // display text right to left if language is arabic/farsi (and if browser can support it)
     1330  if (args["l"] == "ar" || args["l"] == "fa")
    13311331    disp.setmacro ("htmlextra", "Global", " dir=rtl");
    13321332
Note: See TracChangeset for help on using the changeset viewer.