1.2.5 • Published 1 year ago

@q42/dutch-to-haags-translator v1.2.5

Weekly downloads
27
License
MIT
Repository
github
Last release
1 year ago

dutch-to-haags-translator

Translate Dutch to the Hague dialect

Installation

With npm installed, run

$ npm install @q42/dutch-to-haags-translator --save

Usage

import { translate } from '@q42/dutch-to-haags-translator';
console.log(translate('Oh oh Den Haag, mooie stad achter de duinen!'));
  
// Result: "Oh oh De Haag, mauie stad achtâh de dùinûh!"

Debugging

import { showHits } from '@q42/dutch-to-haags-translator';
showHits('Oh oh Den Haag, mooie stad achter de duinen!');

Thanks!

This project is a port of the HaagsTranslator project.
Special thanks to: Mark, Maurice, Roelfjan, Sjaak Bral, Marnix Rueb and Robert-Jan Rueb

Develop

$ npm run compile:watch
$ npm run test

Deploy

# bump version
$ npm version [<newversion> | major | minor | patch | premajor | preminor | prepatch | prerelease | from-git]
   
# not sure yet, do a dryrun
$ npm run dryrun
   
# pubplish
$ npm publish

License

MIT

1.2.5

1 year ago

1.2.4

1 year ago

1.2.3

1 year ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago