diff --git a/po/po.empty.js b/po/po.empty.js index b27dad9..7c2d480 100644 --- a/po/po.empty.js +++ b/po/po.empty.js @@ -1,14 +1,2 @@ -(function (root, data) { - var loaded, module; - - /* Load into Cockpit locale */ - if (typeof cockpit === 'object') { - cockpit.locale(data) - loaded = true; - } - - if (!loaded) - root.po = data; - -/* The syntax of this line is important by po2json */ -}(this, {"":{"language":"en"}})); +/* The syntax of this line is important for po2json */ +cockpit.locale({"":{"language":"en"}});