File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
You may need to force restart the page in order to use the latest version: shift + click the restart button; or ctrl + shift + R.
4
4
5
- ## 0.2.1 (On development)
5
+ ## 0.2.1
6
6
7
- The definition list has been given a huge overhaul.
7
+ The project has been renamed to ilo Token. The definition list has been given a huge overhaul.
8
8
9
+ - Change name to ilo Token.
9
10
- Remove unintended commas, these were found when translating "en" with more than 3 phrases.
10
11
- Remove copyright and license footer.
11
12
- Update definition list:
Original file line number Diff line number Diff line change 5
5
< meta name ="author " content ="neverRare " />
6
6
< meta
7
7
name ="description "
8
- content ="Toki Pona sentence to multi English sentence translator "
8
+ content ="A rule-based Toki Pona to English translator "
9
9
/>
10
10
< link
11
11
rel ="stylesheet "
Original file line number Diff line number Diff line change 1
1
import { translate } from "./translator.ts" ;
2
2
3
3
// Set to false when releasing, set to true when developing
4
- const DEVELOPMENT = true ;
4
+ const DEVELOPMENT = false ;
5
5
// Don't forget these two when releasing
6
- const DATE_RELEASED = new Date ( "2024-1-26 " ) ;
6
+ const DATE_RELEASED = new Date ( "2024-2-1 " ) ;
7
7
const VERSION = "v0.2.1" ;
8
8
9
9
// TODO: maybe use worker
You can’t perform that action at this time.
0 commit comments