From a1607c4c6efbc1e0bdcb6ab5f7d6a1a15f9ca18d Mon Sep 17 00:00:00 2001 From: mathieui Date: Mon, 31 Dec 2012 14:00:09 +0100 Subject: Fix #2082 (xml:lang) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is now already done in sleekxmpp, so I added a “lang” configuration option. TODO: use the locale of the system. --- data/default_config.cfg | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'data/default_config.cfg') diff --git a/data/default_config.cfg b/data/default_config.cfg index 10d901e1..284f1311 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -344,6 +344,11 @@ send_os_info = true # Set to false if you don't want people to know that information send_time = true +# The language you specify using. +# This *may* be ysed by an automated entity to send you tailored replies +# If you don't understand, leave en. +lang = en + # Configure the number of maximum lines and messages (for each tab) that # can be kept in memory. If poezio consumes too much memory, lower these # values -- cgit v1.2.3