Skip to content

Commit

Permalink
Update the short and medium dateFormat descriptors for the ja bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpshr authored and dylans committed Nov 30, 2017
1 parent c71d5a0 commit 8fcd1d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cldr/nls/ja/gregorian.js
Expand Up @@ -287,7 +287,7 @@ define(
"dateFormatItem-EHm": "H:mm (E)",
"field-mon-relative+0": "今週の月曜日",
"field-mon-relative+1": "来週の月曜日",
"dateFormat-short": "y/MM/dd",
"dateFormat-short": "y年M月d日",
"dateFormatItem-EHms": "H:mm:ss (E)",
"dateFormatItem-Ehms": "aK:mm:ss (E)",
"dayPeriods-format-narrow-noon": "正午",
Expand All @@ -300,7 +300,7 @@ define(
"dateFormatItem-Ed": "d日(E)",
"dateTimeFormats-appendItem-Timezone": "{0} {1}",
"field-week": "週",
"dateFormat-medium": "y/MM/dd",
"dateFormat-medium": "y年M月d日",
"field-year-relative+0": "今年",
"field-week-relative+-1": "先週",
"field-year-relative+1": "翌年",
Expand All @@ -314,4 +314,4 @@ define(
"field-week-relative+1": "翌週"
}
//end v1.x content
);
);

0 comments on commit 8fcd1d2

Please sign in to comment.