apostrophecms / apostrophe-events

10 stars 5 forks source link

Wrapped all view strings with locale for i18n #2

Closed etodanik closed 10 years ago

etodanik commented 10 years ago

This is one of a series of commits for i18n. All view strings have been wrapped in a local.

Note: This will not negatively affect users who are only interested in running an English locale (as long as i18n is merged into apostrophe-sites, it's completely transparent to the user)

etodanik commented 10 years ago

I'm closing this for now, since it got dirty with a thousand other commits. I'll submit a future pull request from a i18n branch of master with all the proper changes.