mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: We also need a base key for admin_js
This commit is contained in:
@@ -46,7 +46,8 @@ module JsLocaleHelper
|
||||
# so let's start with a basic object we can merge into
|
||||
translations = {
|
||||
locale_str => {
|
||||
'js' => {}
|
||||
'js' => {},
|
||||
'admin_js' => {}
|
||||
}
|
||||
}
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user