mirror of https://github.com/layui/layui
wip(i18n): update code
parent
f2c7f6c73b
commit
80575b726d
|
@ -1290,7 +1290,6 @@
|
|||
Class.prototype.i18nTranslation = function(key){
|
||||
var that = this;
|
||||
var args = arguments;
|
||||
console.log(that);
|
||||
|
||||
var i18n = that.cache.i18n;
|
||||
var i18nMessage = i18n.messages[i18n.locale];
|
||||
|
|
Loading…
Reference in New Issue