fix so some half working locales boot

This commit is contained in:
Sam 2013-07-25 11:25:30 +10:00
parent e922f10f4e
commit 589e9916f2
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,3 @@
//= depend_on 'client.ko.yml'
//= require locales/i18n
<%= JsLocaleHelper.output_locale(:ko) %>

View File

@ -0,0 +1,3 @@
//= depend_on 'client.nb_NO.yml'
//= require locales/i18n
<%= JsLocaleHelper.output_locale(:nb_NO) %>