How to distribute an edited locale to multiple servers
After you create your locale, you can customize the locale with WHM’s Locale Editor – Bulk Mode feature. (Home » Locales » Edit a Locale).
After you customize your locale, perform the following steps to distribute the locale to multiple servers:
Note: In the following example, Swiss High German (de_ch
) is the customized locale.
On the source server:
root
user./scripts/locale_export --locale=de_ch
command to export the locale./var/cPanel/locale/export/de_ch.xlf
file to your target server or servers./var/cpanel/locale/export/de_ch.xlf
file./scripts/locale_export
command with the --help
flag.For example, one method that you can use to export the file is to run the following command:
scp /var/cpanel/locale/export/de_ch.xlf root@trg.example.com:/var/cpanel/locale/export/de_ch.xlf
This command copies the locale file to the /var/cpanel/locale/export/de_ch.xlf
location on the trg.example.com
server.
On the target server
root
user./scripts/locale_import --locale=de_ch
command to import the locale./scripts/locale_import
command with the --help
flag.The Swiss High German (de_ch
) locale is now available on the target servers.
Additional Information
There are several different approaches that you can use to distribute a locale to multiple servers. For example:
Warning: We strongly recommend that you do not directly edit the XML
file. Instead, use WHM’s Locale Editor – Bulk Mode (Home » Locales » Edit a Locale)feature to edit the locale.
Introduction Prime Minister Narendra Modi’s clarion call — “Make in India, Make for the World” — is not just a…
Customer support has always been the backbone of the web hosting industry. From helping users set up domains to troubleshooting…
Content is the most vital asset for businesses navigating the digital era. But creating high-quality, engaging content consistently can be…
Welcome to the exciting world of Ollama, a revolutionary open-source tool that's democratizing access to Large Language Models (LLMs). If…
Managing files on your Amazon EC2 instances can often feel like navigating a complex maze, especially when you prefer a…