raesl.doc.locales.nl#

Dutch locale overrides.

Module Contents#

Functions#

gettext(key)

Get translated string.

linguistic_enumeration(items)

linguistic_options(items)

subclause_line(s)

Yield subclause line.

is_number(→ bool)

make_predicate(→ str)

Check if a "splitsend werkwoord" has been used and return predicate.

design_rule_line(r)

then_clause_line(s)

Yield subclause line.

then_clause_rule_line(r)

subclause_rule_line(r)

function_spec_node(→ LineGen)

design_spec_node(→ LineGen)

behavior_spec_node(→ LineGen)

need_node(→ LineGen)

Attributes#

LineGen

translations

_

drule_auxmap

cmap

srule_auxmap

raesl.doc.locales.nl.LineGen#
raesl.doc.locales.nl.translations#
raesl.doc.locales.nl.gettext(key: str)#

Get translated string.

raesl.doc.locales.nl._#
raesl.doc.locales.nl.linguistic_enumeration(items: List[str])#
raesl.doc.locales.nl.linguistic_options(items: List[str])#
raesl.doc.locales.nl.subclause_line(s: Dict[str, Any])#

Yield subclause line.

raesl.doc.locales.nl.is_number(v: Any) bool#
raesl.doc.locales.nl.drule_auxmap#
raesl.doc.locales.nl.cmap#
raesl.doc.locales.nl.make_predicate(verb: str) str#

Check if a “splitsend werkwoord” has been used and return predicate.

Argument:

verb: the used verb

Returns

Predicate of the sentence.

raesl.doc.locales.nl.design_rule_line(r: Dict[str, str])#
raesl.doc.locales.nl.then_clause_line(s: Dict[str, Any])#

Yield subclause line.

raesl.doc.locales.nl.then_clause_rule_line(r: Dict[str, str])#
raesl.doc.locales.nl.srule_auxmap#
raesl.doc.locales.nl.subclause_rule_line(r: Dict[str, str])#
raesl.doc.locales.nl.function_spec_node(node: ragraph.node.Node, graph: ragraph.graph.Graph, html: bool) LineGen#
raesl.doc.locales.nl.design_spec_node(node: ragraph.node.Node, graph: ragraph.graph.Graph, html: bool) LineGen#
raesl.doc.locales.nl.behavior_spec_node(node: ragraph.node.Node, graph: ragraph.graph.Graph, html: bool) LineGen#
raesl.doc.locales.nl.need_node(node: ragraph.node.Node, graph: ragraph.graph.Graph, html: bool) LineGen#