aboutsummaryrefslogtreecommitdiff
path: root/ext/bg/js/translator.js
Commit message (Collapse)AuthorAge
* Use Map for Translator.tagCachetoasted-nutbread2020-02-13
|
* fix Map set in Translator.buildTermFrequenciessiikamiika2020-02-14
|
* Change no-undef from off to errortoasted-nutbread2020-02-11
|
* Simplify getSequencedDefinitions and dictTermsMergeBySequencetoasted-nutbread2020-02-01
|
* Create buildKanjiMeta for parity with buildTermMetatoasted-nutbread2020-01-24
|
* Update how frequency data is set uptoasted-nutbread2020-01-24
|
* Rename buildTermFrequencies to buildTermMetatoasted-nutbread2020-01-24
|
* Change termsUniqueMap to use a real maptoasted-nutbread2020-01-24
|
* Change uniqueDeinflectionsMap to use a real Maptoasted-nutbread2020-01-24
|
* Add convertHiraganaToKatakana optiontoasted-nutbread2020-01-24
|
* Reorganized variants to better reflect usage ordertoasted-nutbread2020-01-24
|
* Replace and remove old character/string testing functionstoasted-nutbread2020-01-24
|
* Update detection of Japanese characterstoasted-nutbread2020-01-24
|
* Remove redundant alphanumeric parameter from findTermsInternaltoasted-nutbread2020-01-24
|
* Implement new translation optionstoasted-nutbread2020-01-24
|
* Update how deinflections are generatedtoasted-nutbread2020-01-24
|
* Fix invalid variablestoasted-nutbread2020-01-16
|
* Fix furigana segmentationtoasted-nutbread2020-01-16
|
* Update license info URLtoasted-nutbread2020-01-01
|
* Update copyrighttoasted-nutbread2020-01-01
|
* Add support for prefix wildcardstoasted-nutbread2019-12-07
|
* Update arrow-parens to alwaystoasted-nutbread2019-11-26
|
* Replace hasOwnProperty with simplified hasOwn functiontoasted-nutbread2019-11-26
|
* Replace string.substr and string.slice with string.substringtoasted-nutbread2019-11-24
| | | | Improves semantic clarity, and it's recommended to not use substr.
* Add support for wildcardstoasted-nutbread2019-11-10
|
* Add details field to apiTermsFindtoasted-nutbread2019-11-10
|
* Give findKanji the same API as findTermstoasted-nutbread2019-11-10
|
* Update how apiTermsFind workstoasted-nutbread2019-11-10
|
* Rename functiontoasted-nutbread2019-11-10
|
* Move functiontoasted-nutbread2019-11-10
|
* Add support for deleting individual dictionariestoasted-nutbread2019-11-07
|
* Use chrome.runtime.getURL instead of chrome.extension.getURLtoasted-nutbread2019-10-22
|
* Simplify score to term frequency conversiontoasted-nutbread2019-10-19
|
* Move tagCache out of Database and into Translatortoasted-nutbread2019-10-19
|
* Update getMergedSecondarySearchResults to use findTermsExactBulktoasted-nutbread2019-10-19
|
* Create getMergedSecondarySearchResultstoasted-nutbread2019-10-19
|
* Create function for body of findTermsMerged's sequencedDefinitions looptoasted-nutbread2019-10-19
|
* Use findTermsBySequenceBulk instead of findTermsBySequencetoasted-nutbread2019-10-19
|
* Use findKanjiBulk and findKanjiMetaBulk in Translator.findKanjitoasted-nutbread2019-10-19
|
* Optimize internal data structure used by the Deinflector classtoasted-nutbread2019-10-05
|
* Fix deinflections not being handled correctlytoasted-nutbread2019-09-30
|
* Use bulk database searchestoasted-nutbread2019-09-28
|
* Use non-async function for cache lookupstoasted-nutbread2019-09-28
|
* Pass options directly to translator.findTerms*toasted-nutbread2019-09-10
|
* Use string.substr instead of string.splittoasted-nutbread2019-09-02
|
* Replace some instances of Array.concattoasted-nutbread2019-09-02
| | | | .push or .unshift can accomplish the same operation without constructing new arrays.
* merged mode: expand termTags earliersiikamiika2017-11-09
| | | | Fixes errors with main dictionary other than JMdict
* translator.js: coding stylesiikamiika2017-10-24
|
* expand tags before dictTermsMergeByGlosssiikamiika2017-10-24
|
* settings: main dictionary selection as dropdownsiikamiika2017-10-24
|