Skip to content

Commit

Permalink
CLDR-17462 update ST status icons for clarity
Browse files Browse the repository at this point in the history
- update missing and inherited
  • Loading branch information
srl295 committed May 30, 2024
1 parent 154c842 commit 4a10a6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tools/cldr-apps/js/src/esm/cldrTable.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ function getStatusIcon(statusClass) {
case "inherited-unconfirmed":
return cldrText.get("inherited");
default:
return "?"; // U+003F
return "\ufffd";
}
}

Expand Down
4 changes: 2 additions & 2 deletions tools/cldr-apps/js/src/esm/cldrText.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -476,8 +476,8 @@ const strings = {
status_contributed: "☑️",
status_provisional: "✖️",
status_unconfirmed: "❌",
status_missing: "️",
status_inherited: "",
status_missing: "🕳️",
status_inherited: "⬆️",

special_about: "About Survey Tool",
special_announcements: "Announcements",
Expand Down

0 comments on commit 4a10a6c

Please sign in to comment.