capitalizesCommonNoun

Check if lang capitalize all its nouns include common nouns.

@safe pure @safe pure nothrow @nogc
bool
capitalizesCommonNoun

Examples

assert(Lang.de.capitalizesCommonNoun);
assert(!Lang.en.capitalizesCommonNoun);

Meta