mirror of
https://gitee.com/layui/layui.git
synced 2025-10-07 23:24:32 +08:00
wip(i18n): update code
This commit is contained in:
@@ -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];
|
||||
|
Reference in New Issue
Block a user