Skip to content

Commit c53894c

Browse files
authored
Merge pull request #3 from neverRare/master
version 0.0.2
2 parents a972ade + 7cbe820 commit c53894c

File tree

3 files changed

+142
-66
lines changed

3 files changed

+142
-66
lines changed

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,49 @@
11
# Changelog
22

3+
## 0.0.2
4+
5+
For this version. Major bugs related to phrase translation has been fixed. The translation lists has been updated as well.
6+
7+
You may need to force restart the webpage: shift + click the restart button; or ctrl + shift + R.
8+
9+
- Translator can now put emphasis on whole phrases.
10+
- Fix "(content word) a" not being parsed properly.
11+
- Fix "a (words)" not being parsed properly.
12+
- Proper name now can't modify adjective translations – translations like "good named Nimi" are now removed.
13+
- Untranslatable phrases now handled as untranslatable error.
14+
- New kind of error where the sentence can't be translated but it should be
15+
- Replaced "whoops" error with untranslatable error.
16+
- Having at most one modifier after "pi" is now considered unrecognized error.
17+
- Multiple "pi" is now considered unrecognized error.
18+
- Fix adverbs and adjective not being translated properly.
19+
- Handle multiple proper word as error – phrases like "jan Sonja pona Lang" will be unrecognizable.
20+
- Simplify translation lists:
21+
- _toki_ – merge adjectives "speaking" and "writing" as "communicating".
22+
- _mun_ – merge "moon", "moons", "star", "stars", "planet" and "planets" into "celestial object" and "celestial objects".
23+
- _pilin_ – remove "feeling" and "feelings", "emotion" and "emotions" seems enough
24+
- _sona_ – remove "knowledgeably", doesn't seems to match the definition of _sona_.
25+
- Replace translation words:
26+
- _ante_ – replace nouns "change" and "changes" with noun "changing".
27+
- _jan_ – replace "humanly" with "person-like".
28+
- _kama_ – replace "arrival" and "arrivals" with noun "arriving".
29+
- _pona_ – replace "properly" with "nicely".
30+
- _toki_ – replace "speech" and "speeches" with "communication" and "communications".
31+
- _selo_ – replace "shape" and "shapes" with "outer form", "boundary", and "boundaries".
32+
- _sewi_ – replace "up" with "above".
33+
- Add translation words:
34+
- _anpa_ – add "under".
35+
- _lape_ – add adjective "sleeping".
36+
- _lawa_ – add adjective "controlling".
37+
- _lete_ – add "uncooked".
38+
- _mama_ – add "creators".
39+
- _musi_ – add "entertainingly".
40+
- _moli_ – add "deadly".
41+
- _nasa_ – add "strangely".
42+
- _pini_ – add adjective "ended".
43+
- _suwi_ – add "cuteness", "cute", and "sweetly".
44+
- _tan_ – add "origin".
45+
- Minor fixes and changes.
46+
347
## 0.0.1
448

549
For this version, the word list and translations have been updated. Few words that have been missed has been added. Translation lists has been updated. This includes simplifying translation lists such as deduplicating translation words that have mostly the same meaning, as well as adding more translation words.

index.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ <h1>Toki Pona Translator</h1>
4848
and ping me (@neverRare#1517) at dedicated forum channel:
4949
<a
5050
href="https://discord.com/channels/301377942062366741/1053538532993548320"
51-
>Toki Pona to multiple English Translator</a
51+
>Toki Pona to multiple English sentence translator</a
5252
>.
5353
</li>
5454
<li>Dm me on Discord: @neverRare#1517</li>
@@ -62,7 +62,11 @@ <h1>Toki Pona Translator</h1>
6262
</details>
6363
<footer>
6464
<p>
65-
v0.0.1 - &copy; 2022 neverRare -
65+
<a
66+
href="https://github.com/neverRare/toki-pona-translator/blob/master/CHANGELOG.md#002"
67+
>v0.0.2</a
68+
>
69+
- &copy; 2022 neverRare -
6670
<a
6771
href="https://github.com/neverRare/toki-pona-translator/blob/master/LICENSE"
6872
>MIT License</a

0 commit comments

Comments
 (0)