A basic typescript library for converting british english to american english.
npm install americanify
import { americanify } from 'americanify'
const translated = americanify('Your british words here like colour');
console.log(translated);
// Logs `Your british words here like color`
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.