Skip to content

Commit 59d00c1

Browse files
committedDec 28, 2022
ci: make sort use utf8 on every machine
1 parent 8217ad8 commit 59d00c1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎docs/Contributors.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ They helped [localize the app](https://poeditor.com/join/project/8AOEZ0eAZE):
110110
* Kushnee5
111111
* Lcwhhh
112112
* Lester
113-
* LostInCompilation
114113
* Loïc
114+
* LostInCompilation
115115
* Lumaxis
116116
* lwouis
117117
* Maplevantablack

‎scripts/update_contributors.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ projectId="316051"
1616
-H "Authorization: token $GITHUB_TOKEN" |
1717
jq -r '.[]|("[" + .login + "](" + .html_url + ")")' |
1818
sed -e '/semantic-release-bot/d' |
19-
sort -f |
19+
LC_ALL=en_US.UTF-8 sort -f |
2020
sed -e 's/^/* /'
2121

2222
echo -e "\nThey helped [localize the app](https://poeditor.com/join/project/8AOEZ0eAZE):\n"
@@ -28,6 +28,6 @@ projectId="316051"
2828
-d id="$projectId" |
2929
jq -r '.result.contributors[].name'
3030
) |
31-
sort -f |
31+
LC_ALL=en_US.UTF-8 sort -f |
3232
sed -e 's/^/* /'
3333
) >docs/Contributors.md

0 commit comments

Comments
 (0)