-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Updates for new Japanese calendar era #1979
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
includes/calendar-era.md
Outdated
@@ -1,4 +1,3 @@ | |||
|
|||
> [!IMPORTANT] | |||
> A new era in the <xref:System.Globalization.JapaneseCalendar> and <xref:System.Globalization.JapaneseLunisolarCalendar> begins on May 1, 2019. This change affects all applications that use these calendars. See [Handling a new era in the Japanese calendar in .NET](https://blogs.msdn.microsoft.com/dotnet/2018/11/14/handling-a-new-era-in-the-japanese-calendar-in-net/) for more information and to determine whether your applications are affected. See [Prepare your application for the Japanese era change](/windows/uwp/design/globalizing/japanese-era-change) for information on testing your applications on Windows systems to ensure their readiness for the era change. | |||
|
|||
> A new era in the <xref:System.Globalization.JapaneseCalendar> and <xref:System.Globalization.JapaneseLunisolarCalendar> begins on May 1, 2019. This change affects all applications that use these calendars. See [Handling a new era in the Japanese calendar in .NET](https://blogs.msdn.microsoft.com/dotnet/2018/11/14/handling-a-new-era-in-the-japanese-calendar-in-net/) for more information and to determine whether your applications are affected. See [Prepare your application for the Japanese era change](/windows/uwp/design/globalizing/japanese-era-change) for information on testing your applications on Windows systems to ensure their readiness for the era change. See the ["Working with eras"](~/docs/standard/datetime/working-with-calendars.md#working-with-eras) section of the [Working with calendars](~/docs/standard/datetime/working-with-calendars.md) article for additional information and recommendations for using eras in the Japanese calendars. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The link (/windows/uwp/design/globalizing/japanese-era-change) looks not working. is this a place holder?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
other links looks not working too. I may be missing something but wanted to tell.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tarekgh, the links work in live builds but not in review builds. Any content that originates outside of the dotnet/docs repo isn't build as part of this PR, so Windows content isn't built.
New examples also aren't included since they still haven't been merged in the dotnet/samples repo.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than the hyperlinks, LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This LGTM @rpetrusha
You can when you merge the associated samples and you get a clean build.
Closing and reopening to begin new build after dotnet/samples#686 was merged. |
Closing and reopening to begin new build before merge. |
Updates for new Japanese calendar era
Related to dotnet/samples#686
Contributes to dotnet/docs#10192
Depends on dotnet/docs#10853
//cc @tarekgh