mirror of
https://github.com/discourse/discourse.git
synced 2024-12-20 14:53:50 +08:00
DEV: Fixup verbose localization method name (#30208)
Followup to e5a2ed596c
This commit is contained in:
parent
00f8d7bb5d
commit
e2dcb71c11
|
@ -387,7 +387,7 @@ export class I18n {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
verboseTranslate(scope, options) {
|
_verboseTranslate(scope, options) {
|
||||||
const result = this._translate(scope, options);
|
const result = this._translate(scope, options);
|
||||||
let i = this.verboseIndicies.get(scope);
|
let i = this.verboseIndicies.get(scope);
|
||||||
if (!i) {
|
if (!i) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user