The current number format does not allow you to specify the locale.
This means that even though I am Japanese, if I specify something like “0a”, it will be displayed in English units.

numeral.locale(‘ja’);

I would appreciate it if you could implement an option to allow me to specify the above.