Skip to content

Commit

Permalink
Marked confirmed translations with "Native speaker".
Browse files Browse the repository at this point in the history
  • Loading branch information
MaStr11 committed May 4, 2017
1 parent 5a38789 commit dafcc6c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public class TimeSpanHumanizeTests
{

[Theory]
[Trait("Translation", "Google")]
[Trait("Translation", "Native speaker")]
[InlineData(366, "یک سال")]
[InlineData(731, "2 سال")]
[InlineData(1096, "3 سال")]
Expand All @@ -19,7 +19,7 @@ public void Years(int days, string expected)
}

[Theory]
[Trait("Translation", "Google")]
[Trait("Translation", "Native speaker")]
[InlineData(31, "یک ماه")]
[InlineData(61, "2 ماه")]
[InlineData(92, "3 ماه")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public class TimeSpanHumanizeTests
{

[Theory]
[Trait("Translation", "Google")]
[Trait("Translation", "Native speaker")]
[InlineData(366, "ett år")]
[InlineData(731, "2 år")]
[InlineData(1096, "3 år")]
Expand All @@ -19,7 +19,7 @@ public void Years(int days, string expected)
}

[Theory]
[Trait("Translation", "Google")]
[Trait("Translation", "Native speaker")]
[InlineData(31, "en måned")]
[InlineData(61, "2 måneder")]
[InlineData(92, "3 måneder")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ public void Years(int days, string expected)
Assert.Equal(expected, TimeSpan.FromDays(days).Humanize(maxUnit: Humanizer.Localisation.TimeUnit.Year));
}


[Theory]
[Trait("Translation", "Native speaker")]
[InlineData(31, "en måned")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public class TimeSpanHumanizeTests
{

[Theory]
[Trait("Translation", "Google")]
[Trait("Translation", "Native speaker")]
[InlineData(366, "1 jaar")]
[InlineData(731, "2 jaar")]
[InlineData(1096, "3 jaar")]
Expand All @@ -20,7 +20,7 @@ public void Years(int days, string expected)


[Theory]
[Trait("Translation", "Google")]
[Trait("Translation", "Native speaker")]
[InlineData(31, "1 maand")]
[InlineData(61, "2 maanden")]
[InlineData(92, "3 maanden")]
Expand Down

0 comments on commit dafcc6c

Please sign in to comment.