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 8fdfe73 commit aace2eeCopy full SHA for aace2ee
1 file changed
tools/changelog-helper.sh
@@ -117,8 +117,9 @@ group_entries() {
117
118
# Prepend a number to known categories in order to make their sorting position consistent:
119
category_order=(
120
- "$TRANSLATION_ENTRY_TEXT"
+ "Translation:"
121
"$TRANSLATION_ENTRY_TEXT2"
122
+ "$TRANSLATION_ENTRY_TEXT"
123
"GUI:"
124
"Accessibility:"
125
"Client:"
@@ -135,7 +136,6 @@ group_entries() {
135
136
"Android:"
137
"iOS:"
138
"Dependencies:"
- "Translation:"
139
"Doc:"
140
"Website:"
141
"Github:"
0 commit comments