Improvements to Language
/ Node::language
property
#1899
Labels
core
discussion
Label for issues or future features to be discussed before putting them onto the road-map
There are some issues that we have with language that we should tackle at some point
Node::language
is a nullable field, which is kind of annoying and we had issues in the past where we didn't catch that it was null and things went horribly wrong. Instead I would propose anUnknownLanguage
similar to theUnknownType
(orProblemLanguage
?)MultipleLanguages
language which contains all languages usedThe text was updated successfully, but these errors were encountered: