龙虎赌博

11 Additional frontend languages

Overview

In order to use any other language than English in 龙虎赌博 web interface, its locale should be installed on the web server. Additionally, the PHP gettext extension is required for the translations to work.

If a locale is installed, a language becomes available in the language selector in 龙虎赌博 web interface. Languages for which locales are not installed are greyed out and cannot be selected.

Installing locales

To list all installed languages, run:

locale -a

If some languages that are needed are not listed, open the /etc/locale.gen file and uncomment the required locales. Since 龙虎赌博 uses UTF-8 encoding, you need to select locales with UTF-8 charset.

Now, run:

locale-gen 

Restart the web server.

The locales should now be installed. It may be required to reload 龙虎赌博 frontend page in browser using Ctrl + F5 for new languages to appear.

Installing 龙虎赌博

If installing 龙虎赌博 directly from , translation files should be generated manually. To generate translation files, run:

make gettext
       locale/make_mo.sh

This step is not needed when installing 龙虎赌博 from packages or source tar.gz files.