-
Notifications
You must be signed in to change notification settings - Fork 146
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
cleanup i18n #137
Comments
Often labels are referenced in the |
started moving keys from the |
|
@JuliusR thanks! Responding to your points:
|
I'd like to merge current changes back into master already to minimise keeping them synchronised. Please raise any objections. One thing to look at is heading_helper. |
Merged
wvengen
referenced
this issue
in foodcoop-adam/foodsoft
Nov 23, 2013
wvengen
added a commit
that referenced
this issue
Dec 6, 2013
wvengen
added a commit
that referenced
this issue
Dec 6, 2013
wvengen
added a commit
that referenced
this issue
Dec 10, 2013
wvengen
added a commit
to wvengen/foodsoft
that referenced
this issue
Dec 11, 2013
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Begin 2013, foodsoft has been internationalised (meaning that all texts have been replaced by identifiers, and the texts have been associated with these identifiers) and translated to English. simple_form has been used to i18n form labels, and sometimes direct
t('simple_form.labels.foo.bar')
was used. Now these sometimes contain duplicates, and it would be useful to normalise the data, and also to move the strings to ActiveRecord's model i18n when possible. Special cases can remain in simple_form's i18n.See commit 98b729e for an example. Also see #84 (in particular this comment)
ordering.js
)human_attribute_name
&factiverecord
namespace where sensibleThe text was updated successfully, but these errors were encountered: