Add encoding: utf-8 to locales/ js.erb files to fix rake assets:precompile:all

This commit is contained in:
Neil Lalonde
2013-03-19 15:36:30 -04:00
parent 7b35a93db6
commit 7ecfc0be9c
9 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
<%# encoding: utf-8 %>
//= depend_on 'client.nl.yml'
//= require locales/i18n
<%= JsLocaleHelper.output_locale(:nl) %>