From 408ed03bd0167c27358343566867a577ed5230da Mon Sep 17 00:00:00 2001
From: Nikos Kouremenos <kourem@gmail.com>
Date: Sat, 10 Dec 2005 16:19:58 +0000
Subject: [PATCH] add a comment

---
 src/common/i18n.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/common/i18n.py b/src/common/i18n.py
index 11a7539f1b..7a61335433 100644
--- a/src/common/i18n.py
+++ b/src/common/i18n.py
@@ -33,6 +33,8 @@
 else:
 	DIR = '../../locale'
 
+# set '' so each part of the locale that should be modified is set
+# according to the environment variables
 locale.setlocale(locale.LC_ALL, '')
 _translation = None
 
-- 
GitLab