7 references to XlfFile
Microsoft.DotNet.XliffTasks (7)
Tasks\TranslateSource.cs (7)
18
string sourcePath =
XlfFile
.GetMetadataOrThrow(MetadataKey.XlfSource);
19
string sourceFormat =
XlfFile
.GetMetadataOrThrow(MetadataKey.XlfSourceFormat);
20
string language =
XlfFile
.GetMetadataOrThrow(MetadataKey.XlfLanguage);
21
string translatedFullPath =
XlfFile
.GetMetadataOrThrow(MetadataKey.XlfTranslatedFullPath);
23
TranslatableDocument sourceDocument = XlfTask.LoadSourceDocument(sourcePath,
XlfFile
.GetMetadata(MetadataKey.XlfSourceFormat));
24
XlfDocument xlfDocument = XlfTask.LoadXlfDocument(
XlfFile
.ItemSpec);
30
Log.LogErrorInFile(
XlfFile
.ItemSpec, validationError.LineNumber, validationError.Message);