mirror of
https://github.com/discourse/discourse.git
synced 2025-03-21 04:05:43 +08:00
FIX: We also need a base key for admin_js
This commit is contained in:
parent
77f90876d3
commit
5a959ca4e4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user