1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 05:36:38 +02:00

Explain how to setup the locales on Ubuntu

This commit is contained in:
Adam
2013-12-10 20:15:34 -05:00
parent 50f430fb23
commit 3ddfa2fc1d
+9 -2
View File
@@ -8,8 +8,15 @@ Anope Mutli Language Support
1) Building Anope with gettext support
To build Anope with gettext support, gettext and its development libraries must be installed on the system.
Anope does not require locales to be installed or enabled on the system, but does require the locales-all
package on Debian and Debian based systems.
On Debian 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
Building Anope on Windows with gettext support is explained in docs/WIN32.txt