I18N: include 'usersettings' in zenlinks
This commit is contained in:
parent
45380ab9c8
commit
4a6d79cb65
2 changed files with 6 additions and 5 deletions
|
@ -245,7 +245,7 @@ export default class LayoutConfig implements LayoutInformation {
|
|||
return this.layers.some((l) => l.isLeftRightSensitive())
|
||||
}
|
||||
|
||||
public missingTranslations(): {
|
||||
public missingTranslations(extraInspection: any): {
|
||||
untranslated: Map<string, string[]>
|
||||
total: number
|
||||
} {
|
||||
|
@ -254,7 +254,7 @@ export default class LayoutConfig implements LayoutInformation {
|
|||
const untranslated = new Map<string, string[]>()
|
||||
|
||||
Utils.WalkObject(
|
||||
layout,
|
||||
[layout, extraInspection],
|
||||
(o) => {
|
||||
const translation = <Translation>(<any>o)
|
||||
if (translation.translations["*"] !== undefined) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue