Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/i18n.py')
-rw-r--r--src/common/i18n.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/i18n.py b/src/common/i18n.py
index 450a73002..0ffe57909 100644
--- a/src/common/i18n.py
+++ b/src/common/i18n.py
@@ -86,3 +86,5 @@ def ngettext(s_sing, s_plural, n, replace_sing = None, replace_plural = None):
elif n > 1 and replace_plural is not None:
text = text % replace_plural
return text
+
+# vim: se ts=3: \ No newline at end of file