mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-07-31 10:30:15 +02:00
Cleans code.
This commit is contained in:
@@ -1,12 +1,5 @@
|
||||
|
||||
modulejs.define('core/langs', ['config', '_'], function (config, _) {
|
||||
|
||||
var langs = {};
|
||||
|
||||
_.each(_.extend({}, config.langs), function (trans, lang) {
|
||||
|
||||
langs[lang] = trans;
|
||||
});
|
||||
|
||||
return langs;
|
||||
return _.extend({}, config.langs);
|
||||
});
|
||||
|
Reference in New Issue
Block a user