wip(i18n): update code

pull/2695/head
sight 2025-05-23 20:17:36 +08:00
parent f2c7f6c73b
commit 80575b726d
1 changed files with 0 additions and 1 deletions

View File

@ -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];