Repo for bug fixes, improvements?

Hello,
I am right now setting up my first melonCart Shop!
I wonder, if a public repo for bug fixes or improvments is planned.
For example, some things in the german translation are not quite right and I am happy to help you with the translation.

Thanks!

1 Like

Hey @ogalbnafets

Welcome! Yes you can find support on GitHub, or even on this forum.

I hope this helps!

hey @daftspunk
i was looking at the translated files and it seems that the variables (:count) have also being translated (:compte), therefore the values will never been properly displayed

looking at this for instance

 ":count item(s) added to your cart.": ":nombre d'articles ajoutés à votre panier.",
  ":count product(s) added.": ":compte le(s) produit(s) ajouté(s).",
  ":count review(s) approved.": ":nombre d'avis approuvés.",

Thanks for spotting this @chris. I added a fix for it, and the other languages too:

1 Like