yomichan/test/data/dictionaries/valid-dictionary1/kanji_meta_bank_1.json
toasted-nutbread 75aabd983d
String frequency support (#1989)
* Restore support for string frequency values

* Add support for {value, displayValue} frequencies

* Update test data

* Improve number parsing of string frequencies

* Improve reading detection

* Expose a displayValue property for frequency information

* Update docs

* Expose displayValue to Anki note data

* Fix translator

* Update display generation

* Update test data

* Update counts
2021-10-14 21:26:53 -04:00

8 lines
206 B
JSON

[
["打", "freq", 1],
["込", "freq", 2],
["打", "freq", "three"],
["込", "freq", "four (4)"],
["打", "freq", {"value": 5}],
["込", "freq", {"value": 6, "displayValue": "six"}]
]