adding JS support for id and pt languages

This commit is contained in:
Kuba Brecka 2013-03-22 16:18:06 +01:00
parent d2a3fc8c47
commit 4f74d4e8fc
2 changed files with 6 additions and 0 deletions

View file

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

View file

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