Skip to content

Commit aace2ee

Browse files
committed
Improve order of translation categories
1 parent 8fdfe73 commit aace2ee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/changelog-helper.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,9 @@ group_entries() {
117117

118118
# Prepend a number to known categories in order to make their sorting position consistent:
119119
category_order=(
120-
"$TRANSLATION_ENTRY_TEXT"
120+
"Translation:"
121121
"$TRANSLATION_ENTRY_TEXT2"
122+
"$TRANSLATION_ENTRY_TEXT"
122123
"GUI:"
123124
"Accessibility:"
124125
"Client:"
@@ -135,7 +136,6 @@ group_entries() {
135136
"Android:"
136137
"iOS:"
137138
"Dependencies:"
138-
"Translation:"
139139
"Doc:"
140140
"Website:"
141141
"Github:"

0 commit comments

Comments
 (0)