Skip to content

Commit

Permalink
Update script
Browse files Browse the repository at this point in the history
  • Loading branch information
Ortham committed Jul 5, 2024
1 parent 7a9cc98 commit 5c80284
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/import-translations.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
def get_expected_languages(messages_for_anchor):
expected_langs = list(messages_for_anchor.keys())

expected_langs.sort()

# Move en to be the first language.
en_index = expected_langs.index('en')
en = expected_langs.pop(en_index)
Expand Down

0 comments on commit 5c80284

Please sign in to comment.