Skip to content

Commit

Permalink
New sorted values
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Jun 26, 2019
1 parent e04746e commit 4651356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/appier_extras/parts/admin/part.py
Expand Up @@ -1264,7 +1264,7 @@ def list_locales_csv(self):
for locale in locales:
names.update(appier.legacy.keys(locale.data_j))

for name in names:
for name in sorted(names):
line = [name]
for locale in locales:
value = locale.data_j.get(name, "")
Expand Down

0 comments on commit 4651356

Please sign in to comment.