speakingurl icon indicating copy to clipboard operation
speakingurl copied to clipboard

Add an option to disable currencies

Open pcktm opened this issue 6 years ago • 1 comments

Hello, I'm trying to make speakingurl remove $ from strings instead of replacing it with usd. Options.symbols doesn't seem to change anything.

speakingurl("test 123 $123", {
  symbols: false
}); // => 'test-123-usd123'

pcktm avatar Nov 17 '19 17:11 pcktm

I will check it soon, thanks for reporting.

pid avatar Nov 17 '19 21:11 pid