Incorrect price symbol placement for RTL languages

Created on 10 February 2019, almost 6 years ago
Updated 8 January 2024, 11 months ago

Hi,
Price symbol for RTL languages must be after price, but currently its before.
How can I fix that?
Thanks

💬 Support request
Status

Fixed

Version

2.0

Component

Internationalization

Created by

🇮🇷Iran Mohsen Molaie

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • hi,edit this file
    /vendor/commerceguys/intl/src/NumberFormat/NumberFormatRepository.php

    in 'fa'

    from
    'currency_pattern' => '‎¤#,##0.00',
    'accounting_currency_pattern' => '‎¤ #,##0.00;‎(¤ #,##0.00)',

    grouping_separator' => '٬',

    to
    'currency_pattern' => '‏#,##0.00 ¤',
    'accounting_currency_pattern' => '‎‏#,##0.00 ¤;‎(‏#,##0.00 ¤)',
    'grouping_separator' => ',',

    clear all cache

Production build 0.71.5 2024