From 7b94c6248feeff6da22ee3fc06b939e4ab33399f Mon Sep 17 00:00:00 2001 From: "Shane F. Carr" Date: Tue, 10 Sep 2024 17:58:16 -0700 Subject: [PATCH] Clarify auto year style in datetimeSkeleton --- docs/ldml/tr35-dates.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/ldml/tr35-dates.md b/docs/ldml/tr35-dates.md index 39ed18f8a0f..ec2883673f3 100644 --- a/docs/ldml/tr35-dates.md +++ b/docs/ldml/tr35-dates.md @@ -2667,9 +2667,9 @@ This means that the Year, Month, and Day semantic field mapping in en-US should The [year style](#Semantic_Skeleton_Year_Style) should change the skeleton for all lengths as follows: -- Auto: No change from datetimeSkeleton -- Full: Change "yy" to "y" -- With era: Change "yy" to "y" and add "G" if there is not already an era field +- Auto: No change from datetimeSkeleton (note: could be "y", "yy", "yG", or another combination of year and era fields) +- Full: Replace "yy" with "y" +- With era: Replace "yy" with "y" and add "G" if there is not already an era field ### Semantic Skeleton Conformance