Previous Topic

Next Topic

Book Contents

Installing Updated Locale in Plesk Expand

To install the updated locale (the locale with the addon) into Plesk Expand, issue the subsequent command. Let us take an en_US locale as an example:

/usr/local/expand/sbin/locale_engine -i --locales-list en_US

Where

Option

Definition

/usr/local/expand/sbin/locale_engine

The command that calls out ExpandLocaleEngine (ELE).

-i

The option of ELE used for installing a locale in Plesk Expand.

--locales-list en_US

The option of ELE defining the list of the locales that should be installed. In this case, this is the en_US locale.

Note: For more information about the options of ELE and their usage, see ELE Options.

The locale will be installed and the following files containing the updated data will be generated:

/usr/local/expand/frontend/plib/locale/en_US/ContextHelp.php

/usr/local/expand/frontend/plib/locale/en_US/Messages.php

See Also

Modifying Language Pack

Altering Locale

ELE Options

Installing Addon in Locale

Checking Locale and Addon Compatibility

Restoring Locale to Previous State

Deleting Addon from Locale