Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PoroCYon
executable.graphics
Commits
2c09260c
Commit
2c09260c
authored
Jun 21, 2021
by
lunasorcery
Browse files
sort translators in a case-insensitive manner
parent
90e8b926
Changes
1
Hide whitespace changes
Inline
Side-by-side
build-site.py
View file @
2c09260c
...
...
@@ -170,7 +170,7 @@ sharedTemplate = {
'enable-language-dropdown'
:
enableLanguageDropdown
,
'languages'
:
languages
,
'translators'
:
', '
.
join
(
sorted
(
translators
)),
'translators'
:
', '
.
join
(
sorted
(
set
(
translators
)
,
key
=
str
.
casefold
)
),
'external-url-meteoriks'
:
'https://meteoriks.org/'
,
'external-url-meteoriks-jurors'
:
'https://meteoriks.org/taking_part/juror'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment