commit c17abbc293e1dd0de2d5896b2ad4f96c368d3d5b Author: Isis Lovecruft isis@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
tor-commits@lists.torproject.org