Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error in german mail translation #596

Open
DanielBenesch opened this issue Jun 30, 2015 · 2 comments
Open

error in german mail translation #596

DanielBenesch opened this issue Jun 30, 2015 · 2 comments

Comments

@DanielBenesch
Copy link

There is an error when using the spree_mail_settings gem.

When a customer orders a product, the message he gets starts with this:

"Dear Customer, "

so far, so good.

When a customer (with locale set to german) orders a product, the message he gets starts with this:

"Sehr geehrter Kunde,\n"

instead of just

"Sehr geehrter Kunde,"

I'm sure, there is a de.yaml file, that i can override to solve this issue. But where is it? I need it to set the virtual path with Deface.

In general. Everytime I want to override something with Deface I have to google around to find the virtual path.. I'm quite new to spree, but I'm sure there is an overview somewhere - can you guys help me out?

@JDutil
Copy link
Member

JDutil commented Jun 30, 2015

Like any rails app/engine locales are under config/locales directory https://github.com/spree-contrib/spree_i18n/blob/master/config/locales/de.yml

@DanielBenesch
Copy link
Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants