Skip to content

Commit 9de60d8

Browse files
authored
CLDR-19304 Fix abbreviated AM/PM day periods for ko and ps (#5460)
1 parent 7731982 commit 9de60d8

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
@@ -2938,9 +2938,9 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
29382938
<dayPeriodContext type="format">
29392939
<dayPeriodWidth type="abbreviated">
29402940
<dayPeriod type="midnight">자정</dayPeriod>
2941-
<dayPeriod type="am">↑↑↑</dayPeriod>
2941+
<dayPeriod type="am">오전</dayPeriod>
29422942
<dayPeriod type="noon">정오</dayPeriod>
2943-
<dayPeriod type="pm">↑↑↑</dayPeriod>
2943+
<dayPeriod type="pm">오후</dayPeriod>
29442944
<dayPeriod type="morning1">아침</dayPeriod>
29452945
<dayPeriod type="morning2">오전</dayPeriod>
29462946
<dayPeriod type="afternoon1">오후</dayPeriod>
@@ -2949,9 +2949,9 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
29492949
</dayPeriodWidth>
29502950
<dayPeriodWidth type="narrow">
29512951
<dayPeriod type="midnight">↑↑↑</dayPeriod>
2952-
<dayPeriod type="am">↑↑↑</dayPeriod>
2952+
<dayPeriod type="am">오전</dayPeriod>
29532953
<dayPeriod type="noon">↑↑↑</dayPeriod>
2954-
<dayPeriod type="pm">↑↑↑</dayPeriod>
2954+
<dayPeriod type="pm">오후</dayPeriod>
29552955
<dayPeriod type="morning1">↑↑↑</dayPeriod>
29562956
<dayPeriod type="morning2">↑↑↑</dayPeriod>
29572957
<dayPeriod type="afternoon1">↑↑↑</dayPeriod>
@@ -2973,9 +2973,9 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
29732973
<dayPeriodContext type="stand-alone">
29742974
<dayPeriodWidth type="abbreviated">
29752975
<dayPeriod type="midnight">↑↑↑</dayPeriod>
2976-
<dayPeriod type="am">↑↑↑</dayPeriod>
2976+
<dayPeriod type="am">오전</dayPeriod>
29772977
<dayPeriod type="noon">↑↑↑</dayPeriod>
2978-
<dayPeriod type="pm">↑↑↑</dayPeriod>
2978+
<dayPeriod type="pm">오후</dayPeriod>
29792979
<dayPeriod type="morning1">↑↑↑</dayPeriod>
29802980
<dayPeriod type="morning2">↑↑↑</dayPeriod>
29812981
<dayPeriod type="afternoon1">↑↑↑</dayPeriod>
@@ -2984,9 +2984,9 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
29842984
</dayPeriodWidth>
29852985
<dayPeriodWidth type="narrow">
29862986
<dayPeriod type="midnight">↑↑↑</dayPeriod>
2987-
<dayPeriod type="am">↑↑↑</dayPeriod>
2987+
<dayPeriod type="am">오전</dayPeriod>
29882988
<dayPeriod type="noon">↑↑↑</dayPeriod>
2989-
<dayPeriod type="pm">↑↑↑</dayPeriod>
2989+
<dayPeriod type="pm">오후</dayPeriod>
29902990
<dayPeriod type="morning1">↑↑↑</dayPeriod>
29912991
<dayPeriod type="morning2">↑↑↑</dayPeriod>
29922992
<dayPeriod type="afternoon1">↑↑↑</dayPeriod>

common/main/ps.xml

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

0 commit comments

Comments
 (0)