75aabd983d
* 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
8 lines
206 B
JSON
8 lines
206 B
JSON
[
|
|
["打", "freq", 1],
|
|
["込", "freq", 2],
|
|
["打", "freq", "three"],
|
|
["込", "freq", "four (4)"],
|
|
["打", "freq", {"value": 5}],
|
|
["込", "freq", {"value": 6, "displayValue": "six"}]
|
|
] |