This extension lets you convert japanese kanji symbols for numbers into Number format.
examples:
三十 --> 30
35万 --> 350,000
Under the hood the value is passed into the package @geolonia/japanese-numeral
and converted with kanji2number()
Why use this over google translate?
I find myself using this a bit as when you put '三十万' into google translate it will output 'Three hundred thousand' which I almost never need
PR for publishing into raycast raycast/extensions#13420