From 2810ff94f400329b758a737a01181c4c5c83153b Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Mon, 17 Feb 2014 15:12:37 +0000 Subject: [PATCH] enable locale menu --- static/js/mainMenu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/mainMenu.js b/static/js/mainMenu.js index 7f0ceb117..1c1991d3f 100644 --- a/static/js/mainMenu.js +++ b/static/js/mainMenu.js @@ -189,7 +189,7 @@ pandora.ui.mainMenu = function() { return {id: theme, title: Ox.Theme.getThemeData(theme).themeName, checked: ui.theme == theme} }) } ] }, - { id: 'locale', disabled: pandora.user.level != 'admin', + { id: 'locale', title: Ox._('Language'), items: [ { group: 'setlocale', min: 1, max: 1, items: Object.keys(Ox.LOCALE_NAMES).map(function(locale) { return {id: locale, title: Ox.LOCALE_NAMES[locale], checked: ui.locale == locale}