---
 ocitysmap2/i18n.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/ocitysmap2/i18n.py b/ocitysmap2/i18n.py
index fad54b6..33acd13 100644
--- a/ocitysmap2/i18n.py
+++ b/ocitysmap2/i18n.py
@@ -47,6 +47,9 @@ class i18n:
     def isrtl(self):
         return False
 
+    def upper_unaccent_string(self, s):
+        return s.upper()
+
 class i18n_template_code_CODE(i18n):
     def __init__(self, language, locale_path):
         """Install the _() function for the chosen locale other
-- 
1.7.9.1


Reply via email to