Swiss German Locale Definition
The locale definition for use with d3-format (number formatting) and d3-time-format (date and time formatting).
Usage
React (ES2015) and D3.js
// Import;; const localeDefinition = ; // Create Localeconst deChTimeLocale = ;const deChNumberLocale = ; // Create Formats!const percentFormat = deChNumberLocale;// etc.