File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -110,8 +110,8 @@ They helped [localize the app](https://poeditor.com/join/project/8AOEZ0eAZE):
110
110
* Kushnee5
111
111
* Lcwhhh
112
112
* Lester
113
- * LostInCompilation
114
113
* Loïc
114
+ * LostInCompilation
115
115
* Lumaxis
116
116
* lwouis
117
117
* Maplevantablack
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ projectId="316051"
16
16
-H " Authorization: token $GITHUB_TOKEN " |
17
17
jq -r ' .[]|("[" + .login + "](" + .html_url + ")")' |
18
18
sed -e ' /semantic-release-bot/d' |
19
- sort -f |
19
+ LC_ALL=en_US.UTF-8 sort -f |
20
20
sed -e ' s/^/* /'
21
21
22
22
echo -e " \nThey helped [localize the app](https://poeditor.com/join/project/8AOEZ0eAZE):\n"
@@ -28,6 +28,6 @@ projectId="316051"
28
28
-d id=" $projectId " |
29
29
jq -r ' .result.contributors[].name'
30
30
) |
31
- sort -f |
31
+ LC_ALL=en_US.UTF-8 sort -f |
32
32
sed -e ' s/^/* /'
33
33
) > docs/Contributors.md
You can’t perform that action at this time.
0 commit comments