mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
[Clinet] Fix i18n
This commit is contained in:
parent
2d1238c199
commit
2c42887ce7
1 changed files with 1 additions and 1 deletions
|
@ -322,7 +322,7 @@ export default Vue.extend({
|
|||
});
|
||||
break;
|
||||
default:
|
||||
alert(`%i18n:@unhandled-error% ${err}`);
|
||||
alert(this.$t('unhandled-error'));
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue