Skip to content

Commit e233f8d

Browse files
AEApplepedberg-icu
authored andcommitted
CLDR-19304 Fix abbreviated AM/PM day periods for ko and ps (unicode-org#5460)
(cherry picked from commit 9de60d8)
1 parent ae4a790 commit e233f8d

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

common/main/ko.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2934,9 +2934,9 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
29342934
<dayPeriodContext type="format">
29352935
<dayPeriodWidth type="abbreviated">
29362936
<dayPeriod type="midnight">자정</dayPeriod>
2937-
<dayPeriod type="am">↑↑↑</dayPeriod>
2937+
<dayPeriod type="am">오전</dayPeriod>
29382938
<dayPeriod type="noon">정오</dayPeriod>
2939-
<dayPeriod type="pm">↑↑↑</dayPeriod>
2939+
<dayPeriod type="pm">오후</dayPeriod>
29402940
<dayPeriod type="morning1">아침</dayPeriod>
29412941
<dayPeriod type="morning2">오전</dayPeriod>
29422942
<dayPeriod type="afternoon1">오후</dayPeriod>
@@ -2945,9 +2945,9 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
29452945
</dayPeriodWidth>
29462946
<dayPeriodWidth type="narrow">
29472947
<dayPeriod type="midnight">↑↑↑</dayPeriod>
2948-
<dayPeriod type="am">↑↑↑</dayPeriod>
2948+
<dayPeriod type="am">오전</dayPeriod>
29492949
<dayPeriod type="noon">↑↑↑</dayPeriod>
2950-
<dayPeriod type="pm">↑↑↑</dayPeriod>
2950+
<dayPeriod type="pm">오후</dayPeriod>
29512951
<dayPeriod type="morning1">↑↑↑</dayPeriod>
29522952
<dayPeriod type="morning2">↑↑↑</dayPeriod>
29532953
<dayPeriod type="afternoon1">↑↑↑</dayPeriod>
@@ -2969,9 +2969,9 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
29692969
<dayPeriodContext type="stand-alone">
29702970
<dayPeriodWidth type="abbreviated">
29712971
<dayPeriod type="midnight">↑↑↑</dayPeriod>
2972-
<dayPeriod type="am">↑↑↑</dayPeriod>
2972+
<dayPeriod type="am">오전</dayPeriod>
29732973
<dayPeriod type="noon">↑↑↑</dayPeriod>
2974-
<dayPeriod type="pm">↑↑↑</dayPeriod>
2974+
<dayPeriod type="pm">오후</dayPeriod>
29752975
<dayPeriod type="morning1">↑↑↑</dayPeriod>
29762976
<dayPeriod type="morning2">↑↑↑</dayPeriod>
29772977
<dayPeriod type="afternoon1">↑↑↑</dayPeriod>
@@ -2980,9 +2980,9 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
29802980
</dayPeriodWidth>
29812981
<dayPeriodWidth type="narrow">
29822982
<dayPeriod type="midnight">↑↑↑</dayPeriod>
2983-
<dayPeriod type="am">↑↑↑</dayPeriod>
2983+
<dayPeriod type="am">오전</dayPeriod>
29842984
<dayPeriod type="noon">↑↑↑</dayPeriod>
2985-
<dayPeriod type="pm">↑↑↑</dayPeriod>
2985+
<dayPeriod type="pm">오후</dayPeriod>
29862986
<dayPeriod type="morning1">↑↑↑</dayPeriod>
29872987
<dayPeriod type="morning2">↑↑↑</dayPeriod>
29882988
<dayPeriod type="afternoon1">↑↑↑</dayPeriod>

common/main/ps.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1500,8 +1500,8 @@ CLDR data files are interpreted according to the LDML specification (http://unic
15001500
<dayPeriods>
15011501
<dayPeriodContext type="format">
15021502
<dayPeriodWidth type="abbreviated">
1503-
<dayPeriod type="am">↑↑↑</dayPeriod>
1504-
<dayPeriod type="pm">↑↑↑</dayPeriod>
1503+
<dayPeriod type="am">غ.م.</dayPeriod>
1504+
<dayPeriod type="pm">غ.و.</dayPeriod>
15051505
</dayPeriodWidth>
15061506
<dayPeriodWidth type="narrow">
15071507
<dayPeriod type="am">غ.م.</dayPeriod>

0 commit comments

Comments
 (0)