Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions common/main/ko.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2938,9 +2938,9 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<dayPeriodContext type="format">
<dayPeriodWidth type="abbreviated">
<dayPeriod type="midnight">자정</dayPeriod>
<dayPeriod type="am">↑↑↑</dayPeriod>
<dayPeriod type="am">오전</dayPeriod>
<dayPeriod type="noon">정오</dayPeriod>
<dayPeriod type="pm">↑↑↑</dayPeriod>
<dayPeriod type="pm">오후</dayPeriod>
<dayPeriod type="morning1">아침</dayPeriod>
<dayPeriod type="morning2">오전</dayPeriod>
<dayPeriod type="afternoon1">오후</dayPeriod>
Expand All @@ -2949,9 +2949,9 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
</dayPeriodWidth>
<dayPeriodWidth type="narrow">
<dayPeriod type="midnight">↑↑↑</dayPeriod>
<dayPeriod type="am">↑↑↑</dayPeriod>
<dayPeriod type="am">오전</dayPeriod>
<dayPeriod type="noon">↑↑↑</dayPeriod>
<dayPeriod type="pm">↑↑↑</dayPeriod>
<dayPeriod type="pm">오후</dayPeriod>
<dayPeriod type="morning1">↑↑↑</dayPeriod>
<dayPeriod type="morning2">↑↑↑</dayPeriod>
<dayPeriod type="afternoon1">↑↑↑</dayPeriod>
Expand All @@ -2973,9 +2973,9 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<dayPeriodContext type="stand-alone">
<dayPeriodWidth type="abbreviated">
<dayPeriod type="midnight">↑↑↑</dayPeriod>
<dayPeriod type="am">↑↑↑</dayPeriod>
<dayPeriod type="am">오전</dayPeriod>
<dayPeriod type="noon">↑↑↑</dayPeriod>
<dayPeriod type="pm">↑↑↑</dayPeriod>
<dayPeriod type="pm">오후</dayPeriod>
<dayPeriod type="morning1">↑↑↑</dayPeriod>
<dayPeriod type="morning2">↑↑↑</dayPeriod>
<dayPeriod type="afternoon1">↑↑↑</dayPeriod>
Expand All @@ -2984,9 +2984,9 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
</dayPeriodWidth>
<dayPeriodWidth type="narrow">
<dayPeriod type="midnight">↑↑↑</dayPeriod>
<dayPeriod type="am">↑↑↑</dayPeriod>
<dayPeriod type="am">오전</dayPeriod>
<dayPeriod type="noon">↑↑↑</dayPeriod>
<dayPeriod type="pm">↑↑↑</dayPeriod>
<dayPeriod type="pm">오후</dayPeriod>
<dayPeriod type="morning1">↑↑↑</dayPeriod>
<dayPeriod type="morning2">↑↑↑</dayPeriod>
<dayPeriod type="afternoon1">↑↑↑</dayPeriod>
Expand Down
4 changes: 2 additions & 2 deletions common/main/ps.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1504,8 +1504,8 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<dayPeriods>
<dayPeriodContext type="format">
<dayPeriodWidth type="abbreviated">
<dayPeriod type="am">↑↑↑</dayPeriod>
<dayPeriod type="pm">↑↑↑</dayPeriod>
<dayPeriod type="am">غ.م.</dayPeriod>
<dayPeriod type="pm">غ.و.</dayPeriod>
</dayPeriodWidth>
<dayPeriodWidth type="narrow">
<dayPeriod type="am">غ.م.</dayPeriod>
Expand Down
Loading