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 e2f9304 commit 5b7fd3eCopy full SHA for 5b7fd3e
data/nemo-actions/merge_action_strings
@@ -32,10 +32,10 @@ class Main:
32
print("merge_action_strings - Failed to load .mo file: %s" % (os.path.join(root, file)))
33
34
if len(self.mo_files) > 0:
35
- for locale in self.mo_files.keys():
+ for locale in sorted(self.mo_files.keys()):
36
for entry in self.mo_files[locale]:
37
self.check_name(locale, entry)
38
39
40
self.check_comment(locale, entry)
41
0 commit comments