[bridgedb/master] Move HTTPServer.rtl_langs â _langs.RTL_LANGS.
isis at torproject.org
isis at torproject.org
Sat Apr 19 17:02:43 UTC 2014
commit c17abbc293e1dd0de2d5896b2ad4f96c368d3d5b
Author: Isis Lovecruft <isis at torproject.org>
Date: Wed Apr 9 13:23:24 2014 +0000
Move HTTPServer.rtl_langs â _langs.RTL_LANGS.
---
lib/bridgedb/_langs.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/lib/bridgedb/_langs.py b/lib/bridgedb/_langs.py
index 149265c..aca8342 100644
--- a/lib/bridgedb/_langs.py
+++ b/lib/bridgedb/_langs.py
@@ -10,6 +10,8 @@
"""_langs.py - Storage for information on installed language support."""
+RTL_LANGS = ('ar', 'he', 'fa', 'gu_IN', 'ku')
+
def get_langs():
"""Return a list of two-letter country codes of translations which were
More information about the tor-commits
mailing list