Skip to content

Commit

Permalink
merge with master
Browse files Browse the repository at this point in the history
  • Loading branch information
martinroob committed May 3, 2017
2 parents 0f015c7 + 8ede4cd commit 4e50c8f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/xliffmerge/xliff-merge-parameters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -323,4 +323,4 @@ export class XliffMergeParameters {
public useSourceAsTarget(): boolean {
return (isNullOrUndefined(this._useSourceAsTarget)) ? true : this._useSourceAsTarget;
}
}
}
3 changes: 2 additions & 1 deletion src/xliffmerge/xliff-merge.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,8 @@ describe('XliffMerge test spec', () => {
defaultLanguage: 'de',
srcDir: WORKDIR,
genDir: WORKDIR,
i18nFile: MASTERFILE
i18nFile: MASTERFILE,
useSourceAsTarget: false
}
};
let xliffMergeCmd = XliffMerge.createFromOptions(commandOut, {languages: ['de']}, profileContent);
Expand Down
2 changes: 1 addition & 1 deletion src/xliffmerge/xliff-merge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -278,4 +278,4 @@ export class XliffMerge {
}
}

}
}

0 comments on commit 4e50c8f

Please sign in to comment.