Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Baden

    (@baden03)

    Hey, that is an excellent question!
    We’ll look into this and get back to you shortly.
    Thank you for the feedback.

    Plugin Author Baden

    (@baden03)

    Good news!

    First, you will need to update to version 2.3.14a from GitHub.
    Next, you will need to to add a javascript object named numTransObjto the javascript being loaded on your page. The Object would look like so:

    var numTransObj = {
    			0: '۰',
    			1: '۱',
    			2: '۲',
    			3: '۳',
    			4: '۴',
    			5: '۵',
    			6: '۶',
    			7: '۷',
    			8: '۸',
    			9: '۹'
    		};

    Let us know if you need assistance doing this.

    Thread Starter skmohammadi

    (@mathdl)

    This worked like a charm!
    Thank you sir 🙂

    Plugin Author Baden

    (@baden03)

    Glad it worked out! We will include these changes in the next official release.
    If you are happy with the plugin or it’s support, please consider leaving a review!
    Issue marked as resolved.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Convert digits to Persian’ is closed to new replies.