diff --git a/release_notes.md b/release_notes.md index 6ed81e480..3f1f35993 100644 --- a/release_notes.md +++ b/release_notes.md @@ -1,6 +1,7 @@ ###In Development - [#257](https://github.com/Mehdik/Humanizer/pull/257): Added German localisation for ToOrdinalWords and Ordinalize - [#261](https://github.com/Mehdik/Humanizer/pull/261): Added future dates to Portuguese - Brazil + - [#269](https://github.com/MehdiK/Humanizer/pull/269): Added Vietnamese localisation [Commits](https://github.com/MehdiK/Humanizer/compare/v1.25.4...master) diff --git a/src/Humanizer.Tests/Humanizer.Tests.csproj b/src/Humanizer.Tests/Humanizer.Tests.csproj index 1af33bcef..326f9e612 100644 --- a/src/Humanizer.Tests/Humanizer.Tests.csproj +++ b/src/Humanizer.Tests/Humanizer.Tests.csproj @@ -127,6 +127,8 @@ + + @@ -171,6 +173,7 @@ + - \ No newline at end of file + diff --git a/src/Humanizer/Properties/Resources.vi.resx b/src/Humanizer/Properties/Resources.vi.resx new file mode 100644 index 000000000..e2e015a60 --- /dev/null +++ b/src/Humanizer/Properties/Resources.vi.resx @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + cách đây một giây + + + cách đây {0} giây + + + cách đây một phút + + + cách đây {0} phút + + + cách đây một tiếng + + + cách đây {0} tiếng + + + hôm qua + + + cách đây {0} ngày + + + cách đây một tháng + + + cách đây {0} tháng + + + cách đây một năm + + + cách đây {0} năm + + + {0} ngày + + + {0} giờ + + + {0} phần ngàn giây + + + {0} phút + + + {0} giây + + + 1 ngày + + + 1 giờ + + + 1 phần ngàn giây + + + 1 phút + + + 1 giây + + + không giờ + + + {0} tuần + + + 1 tuần + + + {0} ngày nữa + + + {0} tiếng nữa + + + {0} phút nữa + + + {0} tháng nữa + + + {0} giây nữa + + + {0} năm nữa + + + bây giờ + + + ngày mai + + + một tiếng nữa + + + một phút nữa + + + một tháng nữa + + + một giây nữa + + + một năm nữa + + \ No newline at end of file