2
pofile.d.ts
vendored
2
pofile.d.ts
vendored
@@ -21,8 +21,8 @@ declare class Item {
|
|||||||
public comments: string[];
|
public comments: string[];
|
||||||
public extractedComments: string[];
|
public extractedComments: string[];
|
||||||
public flags: Record<string, boolean | undefined>;
|
public flags: Record<string, boolean | undefined>;
|
||||||
|
public obsolete: boolean;
|
||||||
private nplurals: number;
|
private nplurals: number;
|
||||||
private obsolete: boolean;
|
|
||||||
|
|
||||||
public toString(): string;
|
public toString(): string;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user