spree_i18n
spree_i18n copied to clipboard
Some translations strings have incorrect %{} syntax
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
https://github.com/spree-contrib/spree_i18n/pull/902 - merged to the main
branch