Skip to content

Commit

Permalink
Merge pull request #21 from neverRare/master
Browse files Browse the repository at this point in the history
0.2.2
  • Loading branch information
neverRare authored Feb 2, 2024
2 parents 73f83b7 + 2f49d44 commit 2184ec9
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

You may need to force restart the page in order to use the latest version: shift + click the restart button; or ctrl + shift + R.

## 0.2.2

Update missed links.

## 0.2.1

The project has been renamed to ilo Token. The definition list has been given a huge overhaul.
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ You can do the usual github stuff: Open issue if there's an issue or you have a

## The wiki

The wiki provides useful information for contributors, although it's not complete yet. Check it out: [Visit wiki](https://github.com/neverRare/toki-pona-translator/wiki).
The wiki provides useful information for contributors, although it's not complete yet. Check it out: [Visit wiki](https://github.com/neverRare/ilo-token/wiki).
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
A rule-based Toki Pona to English translator that translates into multiple sentences. This emphasizes how broad Toki Pona can be. Everything is hardcoded, no machine learning involved.

[Try it](https://neverrare.github.io/toki-pona-translator/)
[Try it](https://neverrare.github.io/ilo-token/)

## Building

Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h1 lang="tok">ilo Token</h1>
<p>
A rule-based Toki Pona to English translator.
<a
href="https://github.com/neverRare/toki-pona-translator/wiki/Limitations"
href="https://github.com/neverRare/ilo-token/wiki/Limitations"
>Limitations</a
>.
</p>
Expand All @@ -40,8 +40,8 @@ <h1 lang="tok">ilo Token</h1>
<ul>
<li>
Open an issue on Github:
<a href="https://github.com/neverRare/toki-pona-translator"
>neverRare/toki-pona-translator</a
<a href="https://github.com/neverRare/ilo-token"
>neverRare/ilo-token</a
>.
</li>
<li>
Expand All @@ -66,7 +66,7 @@ <h1 lang="tok">ilo Token</h1>
<footer>
<p>
<a
href="https://github.com/neverRare/toki-pona-translator/blob/master/CHANGELOG.md"
href="https://github.com/neverRare/ilo-token/blob/master/CHANGELOG.md"
id="version"
></a>
</p>
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { translate } from "./translator.ts";
const DEVELOPMENT = false;
// Don't forget these two when releasing
const DATE_RELEASED = new Date("2024-2-1");
const VERSION = "v0.2.1";
const VERSION = "v0.2.2";

// TODO: maybe use worker
document.addEventListener("DOMContentLoaded", () => {
Expand Down

0 comments on commit 2184ec9

Please sign in to comment.