-
Notifications
You must be signed in to change notification settings - Fork 352
Open
Description
Feature request
We should be able to configure the languages that we want per instances.
See:
docs/src/backend/impress/settings.py
Lines 236 to 245 in f8a40cf
LANGUAGES = values.SingleNestedTupleValue( | |
( | |
("en-us", "English"), | |
("fr-fr", "Français"), | |
("de-de", "Deutsch"), | |
("nl-nl", "Nederlands"), | |
("es-es", "Spanish"), | |
("cn-cn", "Chinese"), | |
) | |
) |
Metadata
Metadata
Assignees
Type
Projects
Status
No status