From a246d98cb04708d6c439ae43b2690a8c59292e00 Mon Sep 17 00:00:00 2001 From: Alois Mahdal Date: Sun, 11 Nov 2018 18:41:09 +0330 Subject: [PATCH] fixed whitespace Co-Authored-By: javad94 --- lib/translations.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/translations.py b/lib/translations.py index 0b35d6c..e8cd3f7 100644 --- a/lib/translations.py +++ b/lib/translations.py @@ -284,7 +284,7 @@ Umid qilamizki, sizda bugungi ob-havo bundan yaxshiroq! 'de': u'Ort', 'el': u'Τοποθεσία', 'es': u'Ubicación', - 'fa': u'مکان', + 'fa': u'مکان', 'fi': u'Tuntematon sijainti', 'fr': u'Emplacement', 'hy': u'Դիրք', @@ -532,4 +532,4 @@ def get_message(message_name, lang): return '' message_dict = MESSAGE[message_name] return message_dict.get(lang, message_dict.get('en', '')) - \ No newline at end of file +