From dafcc6cbe4833de5aeed7c80f32f4f0b2a1d7fb0 Mon Sep 17 00:00:00 2001 From: Martin Strecker Date: Thu, 4 May 2017 16:01:49 +0200 Subject: [PATCH] Marked confirmed translations with "Native speaker". --- .../Localisation/fa/TimeSpanHumanizeTests.cs | 4 ++-- .../Localisation/nb-NO/TimeSpanHumanizeTests.cs | 4 ++-- .../Localisation/nb/TimeSpanHumanizeTests.cs | 1 - .../Localisation/nl/TimeSpanHumanizeTests.cs | 4 ++-- 4 files changed, 6 insertions(+), 7 deletions(-) diff --git a/src/Humanizer.Tests.Shared/Localisation/fa/TimeSpanHumanizeTests.cs b/src/Humanizer.Tests.Shared/Localisation/fa/TimeSpanHumanizeTests.cs index 66e767903..c8362926b 100644 --- a/src/Humanizer.Tests.Shared/Localisation/fa/TimeSpanHumanizeTests.cs +++ b/src/Humanizer.Tests.Shared/Localisation/fa/TimeSpanHumanizeTests.cs @@ -8,7 +8,7 @@ public class TimeSpanHumanizeTests { [Theory] - [Trait("Translation", "Google")] + [Trait("Translation", "Native speaker")] [InlineData(366, "یک سال")] [InlineData(731, "2 سال")] [InlineData(1096, "3 سال")] @@ -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 ماه")] diff --git a/src/Humanizer.Tests.Shared/Localisation/nb-NO/TimeSpanHumanizeTests.cs b/src/Humanizer.Tests.Shared/Localisation/nb-NO/TimeSpanHumanizeTests.cs index 050f3d9a9..2c3b57252 100644 --- a/src/Humanizer.Tests.Shared/Localisation/nb-NO/TimeSpanHumanizeTests.cs +++ b/src/Humanizer.Tests.Shared/Localisation/nb-NO/TimeSpanHumanizeTests.cs @@ -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")] @@ -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")] diff --git a/src/Humanizer.Tests.Shared/Localisation/nb/TimeSpanHumanizeTests.cs b/src/Humanizer.Tests.Shared/Localisation/nb/TimeSpanHumanizeTests.cs index f0c3ba0b5..2f8aab112 100644 --- a/src/Humanizer.Tests.Shared/Localisation/nb/TimeSpanHumanizeTests.cs +++ b/src/Humanizer.Tests.Shared/Localisation/nb/TimeSpanHumanizeTests.cs @@ -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")] diff --git a/src/Humanizer.Tests.Shared/Localisation/nl/TimeSpanHumanizeTests.cs b/src/Humanizer.Tests.Shared/Localisation/nl/TimeSpanHumanizeTests.cs index 26be05005..8cb748e94 100644 --- a/src/Humanizer.Tests.Shared/Localisation/nl/TimeSpanHumanizeTests.cs +++ b/src/Humanizer.Tests.Shared/Localisation/nl/TimeSpanHumanizeTests.cs @@ -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")] @@ -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")]