|
1 | 1 | # Changelog
|
2 | 2 |
|
| 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 | + |
3 | 47 | ## 0.0.1
|
4 | 48 |
|
5 | 49 | 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.
|
|
0 commit comments