Skip to content

Some translations strings have incorrect %{} syntax #901

@bdelbasso

Description

@bdelbasso

Hi.

I found out that some translations strings seem to have an incorrect syntax. Example (french):

Current: Récapitulatif de la commande% {number}
Expected: Récapitulatif de la commande %{number} (so that number is correctly inserted)

A quick grep indicates it concerns the following translation files:

./config/locales/es-CL.yml:1
./config/locales/nb.yml:18
./config/locales/es.yml:1
./config/locales/de.yml:3
./config/locales/pl.yml:5
./config/locales/sv.yml:23
./config/locales/fr.yml:10

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