mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-08 08:08:20 +00:00
fix: Swahili locale name
Note that this locale ships with edx-platform by default.
This commit is contained in:
parent
13104809c1
commit
b8ca06a42c
1
changelog.d/20221128_122211_regis.md
Normal file
1
changelog.d/20221128_122211_regis.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
- [Bugfix] Fix name of Swahili locale: it is "sw-ke" and not "sw" (by @regisb).
|
@ -121,7 +121,7 @@ def ask_questions(config: Config, run_for_prod: Optional[bool] = None) -> None:
|
|||||||
"sq",
|
"sq",
|
||||||
"sr",
|
"sr",
|
||||||
"sv",
|
"sv",
|
||||||
"sw",
|
"sw-ke",
|
||||||
"ta",
|
"ta",
|
||||||
"te",
|
"te",
|
||||||
"th",
|
"th",
|
||||||
|
Loading…
Reference in New Issue
Block a user