<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yomitan/ext/js/language, branch 24.6.3.0</title>
<subtitle>refold-tools yomitan fork</subtitle>
<id>https://git.pipeframe.xyz/fork/yomitan/atom?h=24.6.3.0</id>
<link rel='self' href='https://git.pipeframe.xyz/fork/yomitan/atom?h=24.6.3.0'/>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/'/>
<updated>2024-06-03T17:25:51+00:00</updated>
<entry>
<title>display inflection rule descriptions (#1000)</title>
<updated>2024-06-03T17:25:51+00:00</updated>
<author>
<name>StefanVukovic99</name>
<email>stefanvukovic44@gmail.com</email>
</author>
<published>2024-06-03T17:25:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=7955fc85ac089d856b44bdea78eccd26ffbd690c'/>
<id>urn:sha1:7955fc85ac089d856b44bdea78eccd26ffbd690c</id>
<content type='text'>
* load descriptions in deinflector

* description functions in deinflectors

* show descriptions in title

* use toaster

* use names without internal

* css lint

* reformat transform descriptors

* fix merge errors

* done?

* rename method</content>
</entry>
<entry>
<title>Add isTextLookupWorthy function for Chinese (#743)</title>
<updated>2024-05-31T23:58:41+00:00</updated>
<author>
<name>Cashew</name>
<email>52880648+cashewnuttynuts@users.noreply.github.com</email>
</author>
<published>2024-05-31T23:58:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=b6341f312d8332ccff0d928d936e9290da0e9584'/>
<id>urn:sha1:b6341f312d8332ccff0d928d936e9290da0e9584</id>
<content type='text'>
* add is Chinese check move

* fix lint

* fix lint

* fixes

---------

Co-authored-by: Darius Jahandarie &lt;djahandarie@gmail.com&gt;
Co-authored-by: Stefan Vukovic &lt;stefanvukovic44@gmail.com&gt;</content>
</entry>
<entry>
<title>Allow trailing commas in ESLint (#1013)</title>
<updated>2024-05-31T15:06:52+00:00</updated>
<author>
<name>James Maa</name>
<email>jmaa@berkeley.edu</email>
</author>
<published>2024-05-31T15:06:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=76ca08bd59f0e8bfa1bb20ac813f48e7ab241265'/>
<id>urn:sha1:76ca08bd59f0e8bfa1bb20ac813f48e7ab241265</id>
<content type='text'>
* Update comma-dangle rule

* Fix dangling commas</content>
</entry>
<entry>
<title>Clear mouse position on popup close (#997)</title>
<updated>2024-05-27T14:49:54+00:00</updated>
<author>
<name>Kuuuube</name>
<email>61125188+Kuuuube@users.noreply.github.com</email>
</author>
<published>2024-05-27T14:49:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=e1c3613da0189c9c234d59d4474cfc3f958af79d'/>
<id>urn:sha1:e1c3613da0189c9c234d59d4474cfc3f958af79d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Basic Spanish Transforms (#908)</title>
<updated>2024-05-23T22:23:10+00:00</updated>
<author>
<name>James Maa</name>
<email>jmaa@berkeley.edu</email>
</author>
<published>2024-05-23T22:23:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=d6aa6737821f5db61e932714322f2401f86b5200'/>
<id>urn:sha1:d6aa6737821f5db61e932714322f2401f86b5200</id>
<content type='text'>
* Spanish transforms

* Add more spanish transforms

* Address comments

* Fix types

* Undo prefix change</content>
</entry>
<entry>
<title>Fix detection of modifiers on Firefox in textarea or input and modifiers sent through virtual keycodes (#986)</title>
<updated>2024-05-23T03:07:07+00:00</updated>
<author>
<name>Kuuuube</name>
<email>61125188+Kuuuube@users.noreply.github.com</email>
</author>
<published>2024-05-23T03:07:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=bbb19669c27a4216ae11937650da173165e72978'/>
<id>urn:sha1:bbb19669c27a4216ae11937650da173165e72978</id>
<content type='text'>
* Fix firefox modifiers in textarea and input

* Fix modifiers sent through virtual keycodes

* Styling fix

* Fix wording in comment</content>
</entry>
<entry>
<title>[ja] add preprocessor for width of alphabetic characters (#964)</title>
<updated>2024-05-22T20:45:39+00:00</updated>
<author>
<name>StefanVukovic99</name>
<email>stefanvukovic44@gmail.com</email>
</author>
<published>2024-05-22T20:45:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=d19b898792bffed8ab2d5724472e5b65a5f5b146'/>
<id>urn:sha1:d19b898792bffed8ab2d5724472e5b65a5f5b146</id>
<content type='text'>
* add japanese text preprocessor for variants in width of alphabetic characters

* try combining with numeric to improve performance

* Update ext/js/language/ja/japanese.js

Co-authored-by: Kuuuube &lt;61125188+Kuuuube@users.noreply.github.com&gt;
Signed-off-by: StefanVukovic99 &lt;stefanvukovic44@gmail.com&gt;

* Update ext/js/language/ja/japanese.js

Co-authored-by: Kuuuube &lt;61125188+Kuuuube@users.noreply.github.com&gt;
Signed-off-by: StefanVukovic99 &lt;stefanvukovic44@gmail.com&gt;

* fix tests

---------

Signed-off-by: StefanVukovic99 &lt;stefanvukovic44@gmail.com&gt;
Co-authored-by: Kuuuube &lt;61125188+Kuuuube@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>improve preprocessing performance (#973)</title>
<updated>2024-05-22T18:52:43+00:00</updated>
<author>
<name>StefanVukovic99</name>
<email>stefanvukovic44@gmail.com</email>
</author>
<published>2024-05-22T18:52:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=125cde3d98c18b08e71e075b4a9776fc7bd4b4a0'/>
<id>urn:sha1:125cde3d98c18b08e71e075b4a9776fc7bd4b4a0</id>
<content type='text'>
* mvp

* cleanup

* cleanup types

* descriptive variable

* type</content>
</entry>
<entry>
<title>Allow ordering term dictionaries with the same priority using the ui order (#981)</title>
<updated>2024-05-21T17:05:47+00:00</updated>
<author>
<name>Kuuuube</name>
<email>61125188+Kuuuube@users.noreply.github.com</email>
</author>
<published>2024-05-21T17:05:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=1cdc1c943e54d1b1dbf7db71ac763044e3523616'/>
<id>urn:sha1:1cdc1c943e54d1b1dbf7db71ac763044e3523616</id>
<content type='text'>
* Remove score from dictionary sorting

* Update tests

* Allow score sorting after dict order

* Update tests

* Sort by score before index

* Move headwordIndices and headwords below score

* Update tests

* Move definition count back under headwords</content>
</entry>
<entry>
<title>Add Cantonese (#976)</title>
<updated>2024-05-21T02:43:15+00:00</updated>
<author>
<name>marv</name>
<email>rotrobmin@gmail.com</email>
</author>
<published>2024-05-21T02:43:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=737e7eab8182fc4e083f7fd6df840327ab83287c'/>
<id>urn:sha1:737e7eab8182fc4e083f7fd6df840327ab83287c</id>
<content type='text'>
* Add Cantonese

* Revert Mandarin Name Change</content>
</entry>
</feed>
