You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ilo Token is designed to show first the translation that uses interesting grammatical features of Toki Pona, it also tries to respect the definition order from its dictionary. However, these seems to not work Firefox but it works in Deno and in Microsoft Edge.
To test this, turn off "randomize output order" from the settings then enter "luka wan". To ilo Token, "luka wan" being a single number "6" is more interesting than other interpretation, and so it must appear first.
You may test this on Deno by adding console.log(translate("luka wan").output) on lowermost point on src/composer.ts then run deno run src/composer.ts.
If you can test this, please do so and tell me the result, also tell me what browser/runtime do you use.
The text was updated successfully, but these errors were encountered:
ilo Token is designed to show first the translation that uses interesting grammatical features of Toki Pona, it also tries to respect the definition order from its dictionary. However, these seems to not work Firefox but it works in Deno and in Microsoft Edge.
To test this, turn off "randomize output order" from the settings then enter "luka wan". To ilo Token, "luka wan" being a single number "6" is more interesting than other interpretation, and so it must appear first.
You may test this on Deno by adding
console.log(translate("luka wan").output)
on lowermost point onsrc/composer.ts
then rundeno run src/composer.ts
.If you can test this, please do so and tell me the result, also tell me what browser/runtime do you use.
The text was updated successfully, but these errors were encountered: