In our applications we deal with multiple currencies, some of which end up longer than our base currency (for example, €100 vs RUB7 554). It would be useful if we can augment particular "numbers" such as currencies in the DOM, to be extended by x characters, in order to simulate currencies that use longer currency codes, or are "inflated" in relation to the base currency used in your project.
In our applications we deal with multiple currencies, some of which end up longer than our base currency (for example,
€100vsRUB7 554). It would be useful if we can augment particular "numbers" such as currencies in the DOM, to be extended by x characters, in order to simulate currencies that use longer currency codes, or are "inflated" in relation to the base currency used in your project.