ArturT/Railstom

View on GitHub
app/views/layouts/_i18n_js.html.erb

Summary

Maintainability
Test Coverage
<script type="text/javascript">
  I18n.defaultLocale = "<%= I18n.default_locale %>";
  I18n.locale = "<%= I18n.locale %>";
</script>