Skip to content

Commit

Permalink
Deprecate non-BCP-47 language tags for name keys
Browse files Browse the repository at this point in the history
Bug: #1356
Change-Id: Ib079be59b77870f0519a97a5d9365932f57e73a2
  • Loading branch information
winstonsung committed Oct 9, 2024
1 parent 7629cf2 commit 9920095
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions data/deprecated.json
Original file line number Diff line number Diff line change
Expand Up @@ -1166,6 +1166,42 @@
"old": {"museum_type": "public"},
"replace": {"operator:type": "public"}
},
{
"old": {"name:nan-HJ": "*"},
"replace": {"name:nan-Hant": "$1"}
},
{
"old": {"name:nan-POJ": "*"},
"replace": {"name:nan-Latn-pehoeji": "$1"}
},
{
"old": {"name:nan-TL": "*"},
"replace": {"name:nan-Latn-tailo": "$1"}
},
{
"old": {"name:zh_pinyin": "*"},
"replace": {"name:zh-Latn-pinyin": "$1"}
},
{
"old": {"name:zh-CN": "*"},
"replace": {"name:zh-Hans-CN": "$1"}
},
{
"old": {"name:zh-HK": "*"},
"replace": {"name:zh-Hant-HK": "$1"}
},
{
"old": {"name:zh-MO": "*"},
"replace": {"name:zh-Hant-MO": "$1"}
},
{
"old": {"name:zh-SG": "*"},
"replace": {"name:zh-Hans-SG": "$1"}
},
{
"old": {"name:zh-TW": "*"},
"replace": {"name:zh-Hant-TW": "$1"}
},
{
"old": {"natural": "marsh"},
"replace": {"natural": "wetland", "wetland": "marsh"}
Expand Down

0 comments on commit 9920095

Please sign in to comment.