1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 15:44:46 +02:00

Backport the locales-all advice from 2.1.

This commit is contained in:
Sadie Powell
2026-05-11 12:58:47 +01:00
parent 27a19dcc52
commit acb9428635
+2 -7
View File
@@ -10,14 +10,9 @@ Anope Multi Language Support
To build Anope with gettext support, gettext and its development libraries must be installed on the system.
On Debian install the locales-all package.
On Debian-based systems install the locales-all package.
On Ubuntu run locale-gen for each language you want to enable.
For example:
locale-gen es_ES.UTF-8
Then execute:
dpkg-reconfigure locales
On RHEL-based systems run `yum list glibc-langpack-*` and install the languages you want to enable.
If you have already built Anope you will need to delete the build directory and rebuild from scratch.