From 2e31a8ee9734854f3c82409af77cdc6c29239974 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Mon, 19 Mar 2018 00:41:28 +0000 Subject: [PATCH] README: mention i18n --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1646ccbd..6ab52284 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,11 @@ cyrusauth: Character Encodings: * To get proper character encoding and charsets install ICU (`libicu4-dev`) +I18N (UI translation) +* CMake-based build only +* Boost.Locale +* gettext is a build dependency + ## Installing ZNC Currently there are 2 build systems in place: CMake and `./configure`.