Check if lang capitalize all its nouns include common nouns.
assert(Lang.de.capitalizesCommonNoun); assert(!Lang.en.capitalizesCommonNoun);
See Implementation
Check if lang capitalize all its nouns include common nouns.