Skip to:
Content

bbPress.org


Ignore:
Timestamp:
10/16/2006 06:26:02 PM (20 years ago)
Author:
mdawaffe
Message:

RTL support props Sewar. Fixes #440

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/config-sample.php

    r481 r482  
    3535$bb->gmt_offset = 0;
    3636
     37// Change this to localize bbPress.  A corresponding MO file for the
     38// chosen language must be installed to bb-includes/languages.
     39// For example, install de.mo to bb-includes/languages and set BBLANG to 'de'
     40// to enable German language support.
     41define('BBLANG', '');
     42
    3743// Your Akismet Key.  You do not need a key to run bbPress, but if you want to take advantage
    3844// of Akismet's powerful spam blocking, you'll need one.  You can get an Akismet key at
Note: See TracChangeset for help on using the changeset viewer.