We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4cdca3 commit 71dca95Copy full SHA for 71dca95
make.py
@@ -401,7 +401,7 @@ def register(ptype, **kwargs):
401
listings = {lang : [] for lang in languages}
402
dirs = [file for file in glob.glob("*")
403
if os.path.isdir(file) and file != '__pycache__']
404
- for addon in dirs:
+ for addon in sorted(dirs):
405
todo = False
406
for po in glob.glob(r('''%(addon)s/po/*.po''')):
407
locale = os.path.basename(po[:-9])
0 commit comments