Fixed Locale settings for location navigation
This commit is contained in:
parent
06c2240d34
commit
36e7e3d3e8
|
@ -1,5 +1,6 @@
|
||||||
en:
|
en:
|
||||||
location: Location
|
location: Location
|
||||||
|
locations: Locations
|
||||||
new_category: "New Category"
|
new_category: "New Category"
|
||||||
save: Save
|
save: Save
|
||||||
select_category: "Select Category"
|
select_category: "Select Category"
|
|
@ -1,6 +1,6 @@
|
||||||
module Location
|
module Location
|
||||||
OrbitApp.registration "Location",:type=> 'ModuleApp' do
|
OrbitApp.registration "Location",:type=> 'ModuleApp' do
|
||||||
module_label 'location.location'
|
module_label 'locations'
|
||||||
base_url File.expand_path File.dirname(__FILE__)
|
base_url File.expand_path File.dirname(__FILE__)
|
||||||
# personal_plugin :enable => true,:path=>"panel/location/plugin/profile",:i18n=>'admin.location'
|
# personal_plugin :enable => true,:path=>"panel/location/plugin/profile",:i18n=>'admin.location'
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@ module Location
|
||||||
# end
|
# end
|
||||||
|
|
||||||
side_bar do
|
side_bar do
|
||||||
head_label_i18n 'location.location',:icon_class=>"icons-location"
|
head_label_i18n 'locations',:icon_class=>"icons-location"
|
||||||
available_for [:admin,:guest,:manager,:sub_manager]
|
available_for [:admin,:guest,:manager,:sub_manager]
|
||||||
active_for_controllers ({:private=>['locations']})
|
active_for_controllers ({:private=>['locations']})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue