[tor-commits] [bridgedb/master] Make the embedded list of supported languages be sorted.
isis at torproject.org
isis at torproject.org
Fri May 16 18:52:52 UTC 2014
commit f8f3d1458b509599c0fb733900850ee81f25eb5e
Author: Isis Lovecruft <isis at torproject.org>
Date: Thu Apr 24 19:03:16 2014 +0000
Make the embedded list of supported languages be sorted.
---
setup.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/setup.py b/setup.py
index e21dbef..030a0e4 100644
--- a/setup.py
+++ b/setup.py
@@ -156,6 +156,7 @@ def get_supported_langs():
lang_dirs.append(os.path.join(install_i18n, lang))
lang_files.append(os.path.join(repo_i18n, lang,
'LC_MESSAGES', 'bridgedb.mo'))
+ supported.sort()
# Write our list of supported languages to 'lib/bridgedb/_langs.py':
new_langs_lines = []
More information about the tor-commits
mailing list