mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
fix so some half working locales boot
This commit is contained in:
parent
e922f10f4e
commit
589e9916f2
2 changed files with 6 additions and 0 deletions
3
app/assets/javascripts/locales/ko.js.erb
Normal file
3
app/assets/javascripts/locales/ko.js.erb
Normal file
|
@ -0,0 +1,3 @@
|
|||
//= depend_on 'client.ko.yml'
|
||||
//= require locales/i18n
|
||||
<%= JsLocaleHelper.output_locale(:ko) %>
|
3
app/assets/javascripts/locales/nb_NO.js.erb
Normal file
3
app/assets/javascripts/locales/nb_NO.js.erb
Normal file
|
@ -0,0 +1,3 @@
|
|||
//= depend_on 'client.nb_NO.yml'
|
||||
//= require locales/i18n
|
||||
<%= JsLocaleHelper.output_locale(:nb_NO) %>
|
Loading…
Reference in a new issue