aboutsummaryrefslogtreecommitdiff
path: root/ext/bg/js/japanese.js
Commit message (Collapse)AuthorAge
* Japanese util refactor (#510)toasted-nutbread2020-05-06
| | | | | | | | | | | * Convert mixed japanese.js to utility class * Copy functions from bg/js/japanese.js into mixed/js/japanese.js * Remove bg/js/japanese.js * Make wanakana dependency optional * Update tests
* remove "fragment" from jp.convertReading variablessiikamiika2020-04-13
|
* assume and propagate strings for text parsingsiikamiika2020-04-13
|
* Merge pull request #440 from toasted-nutbread/collapse-emphatic-sequencestoasted-nutbread2020-04-12
|\ | | | | Add support for collapsing emphatic character sequences
| * Add support for collapsing the Katakana-Hiragana Prolonged Sound Marktoasted-nutbread2020-04-11
| |
| * Fix source map for characters collapsed at the start of a stringtoasted-nutbread2020-04-10
| |
| * Add support for collapsing emphatic character sequencestoasted-nutbread2020-04-10
| |
* | Update license author field to broader to explicitly reflect thatAlex Yatskov2020-04-10
|/ | | | | Yomichan is an ongoing community project. It really does take a village, and everyone who contributes code owns a part of it :)
* Create simplified source map classtoasted-nutbread2020-03-28
|
* Move basic string/character testing functions into a mixed/js/japanese.jstoasted-nutbread2020-03-21
|
* Remove unnecessary sourceMapping population in convertAlphabeticToKanatoasted-nutbread2020-03-15
|
* Fix case issuetoasted-nutbread2020-03-15
|
* Add more unicode code point rangestoasted-nutbread2020-03-15
|
* Convert Japanese utilities to a module-like styletoasted-nutbread2020-03-15
|
* Update global declarationstoasted-nutbread2020-03-10
|
* Replace charCodeAt and fromCharCode with codePointAt and fromCodePointtoasted-nutbread2020-03-09
|
* Add no-shadowtoasted-nutbread2020-02-22
|
* Change no-undef from off to errortoasted-nutbread2020-02-11
|
* Remove trailing commatoasted-nutbread2020-02-08
|
* Move japanese.js into bgtoasted-nutbread2020-02-08