Comment 7 for bug 1661661

Revision history for this message
Ben Shum (bshum) wrote :

To test on a clean master installation (or from working branch), one might have to create some additional language setup if you do not do the full i18n dance during the install from git.

1. Setup the locale directory for opac:

mkdir -p /openils/var/data/locale/opac

2. Copy the locale file from master for Arabic (Jordan):

cp $Evergreen/build/i18n/po/tpac/ar-JO.po /openils/var/data/locale/opac/

3. And then go edit eg_vhost.conf and enable arabic as an option.

PerlAddVar OILSWebLocale "ar_jo"
PerlAddVar OILSWebLocale "/openils/var/data/locale/opac/ar-JO.po"

4. Restart apache

5. Test if the locale change to Arabic shows you cool Arabic text in a RTL fashion.