fix: Swahili locale name

Note that this locale ships with edx-platform by default.
This commit is contained in:
Régis Behmo 2022-11-28 12:23:02 +01:00
parent 13104809c1
commit b8ca06a42c
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
- [Bugfix] Fix name of Swahili locale: it is "sw-ke" and not "sw" (by @regisb).

View File

@ -121,7 +121,7 @@ def ask_questions(config: Config, run_for_prod: Optional[bool] = None) -> None:
"sq",
"sr",
"sv",
"sw",
"sw-ke",
"ta",
"te",
"th",