Skip to content

Commit

Permalink
CLDR-17689 Dashboard download has empty Category column (#3791)
Browse files Browse the repository at this point in the history
  • Loading branch information
btangmu authored Jun 7, 2024
1 parent 35acbba commit 2ea0301
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/cldr-apps/js/src/esm/cldrDash.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -446,8 +446,9 @@ async function downloadXlsx(data, locale, cb) {
}
const xpath = await getXpath();
const url = `https://st.unicode.org/cldr-apps/v#/${e.locale}/${e.page}/${e.xpstrid}`;
const cats = Array.from(e.cats).join(", ");
ws_data.push([
e.cat,
cats,
e.header,
e.page,
e.section,
Expand Down

0 comments on commit 2ea0301

Please sign in to comment.