Needed for the Indian numbering system. For example: ```typ // This should produce: // "10,00,000" #strfmt("{}", 1000000, fmt-thousands-count: (3, 2), fmt-thousands-separator: ",") ```