FIX: We also need a base key for `admin_js`

This commit is contained in:
Robin Ward 2017-11-27 11:57:06 -05:00
parent 77f90876d3
commit 5a959ca4e4
1 changed files with 2 additions and 1 deletions

View File

@ -46,7 +46,8 @@ module JsLocaleHelper
# so let's start with a basic object we can merge into # so let's start with a basic object we can merge into
translations = { translations = {
locale_str => { locale_str => {
'js' => {} 'js' => {},
'admin_js' => {}
} }
} }
end end