mirror of
https://github.com/discourse/discourse.git
synced 2025-03-08 09:35:24 +08:00
DEV: Fixup verbose localization method name (#30208)
Followup to e5a2ed596cc4e8470d073714fadb635b8c329923
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…
x
Reference in New Issue
Block a user