summaryrefslogtreecommitdiff
path: root/docs/LANGUAGE
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2013-12-10 20:15:34 -0500
committerAdam <Adam@anope.org>2013-12-10 20:15:34 -0500
commit3ddfa2fc1d59992a31af41ce7b9914ffd06b4c2a (patch)
treef1281a3c7e4f5dd28414194ed89dd239169b5e9c /docs/LANGUAGE
parent50f430fb23a88ea2846a91cae2032a5db8c1d564 (diff)
Explain how to setup the locales on Ubuntu
Diffstat (limited to 'docs/LANGUAGE')
-rw-r--r--docs/LANGUAGE11
1 files changed, 9 insertions, 2 deletions
diff --git a/docs/LANGUAGE b/docs/LANGUAGE
index a7ac1d877..33fa240fd 100644
--- a/docs/LANGUAGE
+++ b/docs/LANGUAGE
@@ -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