DEV: Fixup verbose localization method name (#30208)

Followup to e5a2ed596c
This commit is contained in:
David Taylor
2024-12-10 17:30:36 +00:00
committed by GitHub
parent 00f8d7bb5d
commit e2dcb71c11

View File

@@ -387,7 +387,7 @@ export class I18n {
}
}
verboseTranslate(scope, options) {
_verboseTranslate(scope, options) {
const result = this._translate(scope, options);
let i = this.verboseIndicies.get(scope);
if (!i) {