I have a WordPress website and a plugin which converts all of English numbers to Persian ones. I can't disable the plugin because it's absolutely useful. And on the other hand, it's not possible to convert Persian numbers to English because the plugin works in lower levels.
So commentCount
will be <span itemprop="commentCount">۹</span>
(where ۹ equals 9).
What can I do? Does commentCount
accept these numbers?