Add german translation

This commit is contained in:
René Pfeuffer
2020-06-10 10:54:14 +02:00
parent f6916fc7e1
commit cb37e7b069
3 changed files with 16 additions and 4 deletions

View File

@@ -231,7 +231,7 @@ class DiffFile extends React.Component<Props, State> {
<HunkExpandLink
icon={"fa-angle-down"}
onClick={this.expandBottom(expandableHunk, 10)}
text={this.props.t("diff.expandLastBottomByLines")}
text={this.props.t("diff.expandLastBottomByLines", { count: 10 })}
/>{" "}
<HunkExpandLink
icon={"fa-angle-double-down"}