mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Fixup verbose localization method name (#30208)
Followup to e5a2ed596c
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user