Skip to content

Commit

Permalink
ICU4X: compact decimal formatting, lang display names (#81)
Browse files Browse the repository at this point in the history
* ICU4X: compact decimal formatting, lang display names

* Working to fix langnames

* Fixing language display names executor

* Adding test input and expected to passing test display

* Added min/max fraction digits

* Add minimum integer digits to number format

* Fixing detail report formatting

* Working on ICU4X tests

* NoteJS: Use 'standard' option for language names

* Add passing characterization. Find diffs with () vs []

* Updating characterization handling

* ICU4X numberfmt and langnames - marking unsupported

* Fix checkbox line-through

* apply

* ICU4X numberformat updates, adding debug info
  • Loading branch information
sven-oly authored Jul 20, 2023
1 parent 469de58 commit 8e1fc43
Show file tree
Hide file tree
Showing 13 changed files with 755 additions and 364 deletions.
2 changes: 1 addition & 1 deletion executors/node/langnames.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
}

// options = json['options'];
options = {'type': 'language'};
options = {type: 'language', languageDisplay: 'standard'};
let label = json['label'];
let input = json['language_label'].replace(/_/g, '-');

Expand Down
Loading

0 comments on commit 8e1fc43

Please sign in to comment.