mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 00:36:01 +08: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