mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-18 06:49:47 +02:00
Add global locale change event, application now automatically change language when the event is triggered
This commit is contained in:
@ -7,11 +7,11 @@ class UserService extends this.OS.GUI.BaseService
|
||||
me = @
|
||||
@child = [
|
||||
{
|
||||
text: __("About"), dataid: "user-about",
|
||||
text: "__(About)", dataid: "user-about",
|
||||
iconclass: "fa fa-user-circle-o"
|
||||
},
|
||||
{
|
||||
text: __("Logout"), dataid: "sys-logout",
|
||||
text: "__(Logout)", dataid: "sys-logout",
|
||||
iconclass: "fa fa-user-times"
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user