Skip to content

Esperanto translation #95

Description

@syloo23

Hello

The CurrencyFormatter, which relies on commerceguys/intl, does not support Esperanto (it is not translated), so the price is displayed in the default format (€1.23) when it should be displayed as 1,23 € in Esperanto.

I think next lines should be added in NumberFormatRepository.php (exactly same format as french) :

'eo' => [
'percent_pattern' => '#,##0 %',
'currency_pattern' => '#,##0.00 ¤',
'accounting_currency_pattern' => '#,##0.00 ¤;(#,##0.00 ¤)',
'decimal_separator' => ',',
'grouping_separator' => ' ',
],

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions