spree-contrib / spree_i18n

I18n translation files for Spree Commerce.
http://guides.spreecommerce.org
BSD 3-Clause "New" or "Revised" License
348 stars 762 forks source link

Some translations strings have incorrect %{} syntax #901

Open bdelbasso opened 2 years ago

bdelbasso commented 2 years ago

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
kgorazd commented 2 years ago

https://github.com/spree-contrib/spree_i18n/pull/902 - merged to the main branch