Closed gustaveWPM closed 9 months ago
Currently, it is allowed to create a document with lang:'DEFAULT_LANGUAGE' This should be banned, as DEFAULT_LANGUAGE is a reserved keyword.
lang:'DEFAULT_LANGUAGE'
DEFAULT_LANGUAGE
Well, tbh, idk if it would be a good idea to ban this token... Closing for now.
This has been fixed by providing a configuration file where the DEFAULT_LANGUAGE_KEY can be changed.
DEFAULT_LANGUAGE_KEY
Currently, it is allowed to create a document with
lang:'DEFAULT_LANGUAGE'
This should be banned, asDEFAULT_LANGUAGE
is a reserved keyword.