Merge pull request #44 from iddan-flycode/patch-1

Make obsolete public
This commit is contained in:
Ruben Vermeersch
2022-01-19 15:37:10 +01:00
committed by GitHub

2
pofile.d.ts vendored
View File

@@ -21,8 +21,8 @@ declare class Item {
public comments: string[];
public extractedComments: string[];
public flags: Record<string, boolean | undefined>;
public obsolete: boolean;
private nplurals: number;
private obsolete: boolean;
public toString(): string;
}