When importing a command that contains numeric characters, it will not be properly recognized until the profile is reloaded.
E.G. "New Command 2", "2 chickens", or "can I buy 2 chickens" will not be recognized, but "New Command two", "two chickens", or "can I buy two chickens" will.
For numbers larger than nine, the opposite is true, as the speech recognition engine writes them out using numeric characters; E.G. "New Command ten" will not be recognized, but "New Command 10" will.
This also applies to numeric ranges, E.G. "New Command [1..10]" will only have "New Command 10" recognized.
EDIT: Fixed in v1.7.3.1