diff --git a/juick/plugin.py b/juick/plugin.py
index e02d6c257cb229e64c84893ffda3ae09225d0b1d..cf7c982cdf045514cefa9f862bfa2938457b0361 100644
--- a/juick/plugin.py
+++ b/juick/plugin.py
@@ -8,6 +8,7 @@ import time
 import urllib
 from string import upper
 from string import rstrip
+import locale
 
 from common import helpers
 from common import gajim