Skip to content

Commit 748acde

Browse files
authored
Merge pull request #83 from ilo-token/master
0.7.0
2 parents 7350610 + 7283980 commit 748acde

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+4122
-3689
lines changed

.github/workflows/build_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Deno
2828
uses: denoland/setup-deno@v2
2929
with:
30-
deno-version: v2.x
30+
deno-version: v2.4.x
3131
- name: Install Dependencies
3232
run: deno install --frozen
3333
- name: Build

CHANGELOG.md

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,54 @@
22

33
<!--
44
NOTE: Before publishing:
5-
- run `deno task update` to update all dependencies including telo misikeke
5+
- run `deno outdated --update`
66
- set parameters on `project-data.json`
77
- update this very document, don't forget to add release date
88
-->
99

1010
<!--
1111
<details>
12+
1213
<summary>On development changelog</summary>
1314
14-
## (On development)
15+
## 0.7.1 (On development)
1516
1617
The latest on-development version can be accessed by building the source code.
1718
On this on-development version, things can be broken.
19+
1820
</details>
1921
-->
2022

23+
## 0.7.0
24+
25+
Released 25 September 2025
26+
27+
ilo Token can now translate preverbs! Currently this only works when the
28+
predicate is translated as a verb unless the preverb is translated as a linking
29+
verb. This will be expanded soon.
30+
31+
ilo Token will now recognize "taso" as sentence starting particle along with
32+
other particle with similar function such as "kin" and "anu". ilo Token will
33+
also recognize "anu la" treating it similarly like "anu" as sentence starting
34+
particle.
35+
36+
ilo Token now performs proper verb negation: "mi toki ala" will translate to "I
37+
do not communicate" instead of the grammatically awkward "I not communicate".
38+
39+
- Implement preverb translation.
40+
- Implement translation of "taso", "kin", and "anu" as sentence starting
41+
particle.
42+
- Implement translation of "anu la".
43+
- Implement proper verb negation.
44+
- Implement modal verb translation e.g. "mi ken" into "I can".
45+
- Implement pagination. This also prevents browser crashes due to numerous
46+
translation output.
47+
- Number as english words e.g. "ten" instead of "10" are now used for small
48+
numbers (&leq; 20). Thanks soweli Eweke for the suggestion!
49+
- Remove telo misikeke. ilo Token's own error messages still needs more work.
50+
- Remove "allow separate repeated modifiers". It'll be hardcoded to be turned
51+
on.
52+
2153
## 0.6.0
2254

2355
Released 22 April 2025

CONTRIBUTING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ More things to remember:
5858
- Keep the source code as runtime agnostic as possible. We target the browser
5959
and Deno. This is necessary because we use `deno test`. If a module is
6060
exclusive to one runtime, add a note above the code:
61-
`// This code is browser/Deno only`.
61+
`// this code is browser/Deno only`.
6262

6363
(The following aren't strict rules. It's perfectly fine to not follow any of
6464
these for any reason e.g. you just want to fix typo.)
@@ -87,16 +87,16 @@ themselves serves as a space for broader topics, not just ilo Token.
8787
- [ma pona pi toki pona Discord Server](https://discord.gg/Byqn5z9)
8888
([Thread for ilo Token](https://discord.com/channels/301377942062366741/1053538532993548320)):
8989
A Discord server for Toki Pona.
90-
-->
91-
92-
- [Conlangs from Space](https://conlangsfrom.space/)
93-
([Forum page for ilo Token](https://conlangsfrom.space/t/ilo-token-a-wip-rule-based-toki-pona-to-english-translator/452)):
94-
A forum site dedicated for all conlangs, not just Toki Pona.
9590
- [r/ProgrammingLanguages Discord Server](https://discord.gg/4Kjt3ZE)
9691
([Channel for ilo Token](https://discord.com/channels/530598289813536771/1224854915214737522)):
9792
A Discord server for programming language development. While ilo Token isn't a
9893
programming language, it uses similar techniques found in programming language
9994
development e.g. parsing.
95+
-->
96+
97+
- [Conlangs from Space](https://conlangsfrom.space/)
98+
([Forum page for ilo Token](https://conlangsfrom.space/t/ilo-token-a-wip-rule-based-toki-pona-to-english-translator/452)):
99+
A forum site dedicated for all conlangs, not just Toki Pona.
100100

101101
These are unofficial spaces and are not subject to the
102102
[Contributor Covenant Code of Conduct](https://github.com/ilo-token/ilo-token.github.io/blob/master/CODE_OF_CONDUCT.md).

0 commit comments

Comments
 (0)