wip(i18n): update code

This commit is contained in:
sight
2025-05-23 20:17:36 +08:00
parent f2c7f6c73b
commit 80575b726d

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