Module lang/de

German numbers

 require("wolsey/lang/de");
 var cardinal = new Wolsey("de", Wolsey.DE());

Adds lang/de.DE method to wolsey

Requires

Source:

Methods

(static) DE(optionsopt) → {object}

Generic German lang number generator

Calls wolsey.LANG

Parameters
Name Type Attributes Description
options object <optional>
Properties
Name Type Attributes Default Description
powers object <optional>
powers

Powers to use as units

lowest function <optional>
lowest

Method to handle non-power units

numerals object <optional>
numerals

Lookup map of numerals

ordinal function <optional>
ordinal

Ordinal method

ordinalAsNumber function <optional>
ordinalAsNumber

Ordinal as number method

unitone string <optional>
eine

Value to use when unit quotient is one

space= string <optional>

Character to use for generic spaces between number words

conjoin= string <optional>

String to conjoin word parts together

separator= string <optional>

String to separate unit phrases

pluralizeunitexact boolean <optional>
true

Whether to pluralize unit only if no remnant

Source:
Returns

LANG instance

Type
object