style: 🪐 collapse language array into one line
This commit is contained in:
parent
a648872c0f
commit
ad808299ce
1 changed files with 1 additions and 5 deletions
|
|
@ -140,11 +140,7 @@ USE_TZ = True
|
||||||
|
|
||||||
# Available languages
|
# Available languages
|
||||||
# https://docs.djangoproject.com/en/5.0/ref/settings/#languages
|
# https://docs.djangoproject.com/en/5.0/ref/settings/#languages
|
||||||
LANGUAGES = [
|
LANGUAGES = [("en", _("english")), ("lio", _("lami lioa")), ("tok", _("toki pona"))]
|
||||||
("en", _("english")),
|
|
||||||
("lio", _("lami lioa")),
|
|
||||||
("tok", _("toki pona")),
|
|
||||||
]
|
|
||||||
|
|
||||||
# Static files (CSS, JavaScript, Images)
|
# Static files (CSS, JavaScript, Images)
|
||||||
# https://docs.djangoproject.com/en/5.0/howto/static-files/
|
# https://docs.djangoproject.com/en/5.0/howto/static-files/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue