-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
Hardcoded labels instead of i18n shortcodes #382
Comments
Moved into issue description |
We were discussing this in the Solidus Slack. I suggested that This is much better than hard coding the English strings into the views, as they are now. |
Since |
Hey, not having massive experience here, if you create one as an example I am willing to add the missing ones and do also German, Italian and Spanish. I have the feeling I will need it down the road. |
#382 Convert Hardcoded Text Strings to i18 variable
We should leave this open. There are others. |
@benjaminwil post them and I fix them! 😜 |
They seem to already be referenced in the initial message here. |
Ok if you find more do not hesitate to comment here, I will fix them gradually where I find them |
Not all relevant text strings have been integrated with i18 properly.
Solidus Version:
N/A
To Reproduce
Current behavior
Following items need strings in the language master:
Expected behavior
Should use correct translation strings such as
<%= I18n.t('spree.my_account') %>
Screenshots
N/A
Desktop (please complete the following information):
Not platform related
Smartphone (please complete the following information):
Not platform related
The text was updated successfully, but these errors were encountered: