[bridgedb/master] Make the embedded list of supported languages be sorted.

16 May
2014
16 May
'14
6:52 p.m.
commit f8f3d1458b509599c0fb733900850ee81f25eb5e Author: Isis Lovecruft <isis@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 = []
4021
Age (days ago)
4021
Last active (days ago)
0 comments
1 participants
participants (1)
-
isis@torproject.org