-
-
Notifications
You must be signed in to change notification settings - Fork 515
Commit 44a66f0
Restore lexicographic ordering of items in i18n configurations
A convention has been established of ordering the lists of locale-related items in the configurations used by the
project's internationalization system.
Items were inserted at inappropriate locations by a previous commit.1 parent 5b481b4 commit 44a66f0
File tree
2 files changed
+3
-3
lines changed- arduino-ide-extension/src/node/i18n
2 files changed
+3
-3
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | - | ||
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
| |||
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
34 | + | ||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | - | ||
94 | - | ||
93 | + | ||
94 | + | ||
95 | 95 | | |
96 | 96 | | |
0 commit comments