To restore a locale (or several locales) to the previous state, that is to install it (them) again but without an addon, issue the subsequent command. Let us take an en_US locale as an example:
locale_engine -i --without-addons --locales-list en_US
Where
Option |
Definition |
|
The command that calls out ExpandLocaleEngine (ELE). |
|
The option of ELE used for installing a locale without an addon. |
|
The option of ELE defining the list of the locales that should be restored. In this case, this is the en_US locale. To restore several locales, provide them in the same schema divided by semicolon (:) Note: For more information about the options of ELE and their usage, see ELE Options. |
The locale will be installed without the addon. However, the addon will remain in the folder. You can use it further on, if necessary. For details, see Installing Addon in Locale and Installing Updated Locale earlier in this section.