🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@q42/dutch-to-haags-translator

Package Overview
Dependencies
Maintainers
17
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@q42/dutch-to-haags-translator

Translate Dutch to the Hague dialect

latest
Source
npmnpm
Version
1.2.5
Version published
Maintainers
17
Created
Source

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

Keywords

translate

FAQs

Package last updated on 28 Mar 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts