|
29 | 29 | <script src="./main.js"></script>
|
30 | 30 | </head>
|
31 | 31 | <body>
|
32 |
| - <h1 lang="tok">ilo Token</h1> |
33 |
| - <p> |
34 |
| - <strong>⚠ WARNING:</strong> Work in progress; Some things may not work |
35 |
| - properly. |
36 |
| - </p> |
37 |
| - <p> |
38 |
| - An open-source rule-based Toki Pona to English translator. |
39 |
| - <a |
40 |
| - href="https://github.com/ilo-token/ilo-token.github.io/wiki/Limitations" |
41 |
| - >Limitations</a>. |
42 |
| - </p> |
43 |
| - <p> |
44 |
| - <button id="custom-dictionary-button">Custom Dictionary</button> |
45 |
| - <button id="settings-button">Settings</button> |
46 |
| - </p> |
47 |
| - <textarea |
48 |
| - id="input" |
49 |
| - placeholder="o toki tawa ni" |
50 |
| - lang="tok" |
51 |
| - cols="10" |
52 |
| - rows="1" |
53 |
| - ></textarea> |
54 |
| - <div> |
55 |
| - <button id="translate-button">Translate (Ctrl + Enter)</button> |
56 |
| - </div> |
57 |
| - <noscript> |
58 |
| - <p>This page needs JavaScript enabled for translation.</p> |
59 |
| - </noscript> |
60 |
| - <ul id="output"></ul> |
61 |
| - <p id="error"></p> |
62 |
| - <ul id="error-list"></ul> |
63 |
| - <details> |
64 |
| - <summary>Provide feedback</summary> |
65 |
| - <ul> |
66 |
| - <li> |
67 |
| - <a href="https://github.com/ilo-token/ilo-token.github.io">GitHub</a> |
68 |
| - (public) (<a |
69 |
| - href="https://github.com/ilo-token/ilo-token.github.io/blob/master/CONTRIBUTING.md" |
70 |
| - >Contributing Instruction</a>) |
71 |
| - </li> |
72 |
| - <li> |
73 |
| - <a |
74 |
| - href="https://conlangsfrom.space/t/ilo-token-a-wip-rule-based-toki-pona-to-english-translator/452" |
75 |
| - >Conlangs from Space</a> |
76 |
| - (public) |
77 |
| - </li> |
78 |
| - <li> |
79 |
| - <a |
80 |
| - href="https://docs.google.com/forms/d/e/1FAIpQLSfdDEMbde9mieybZdbZr8haRzNzGsg0BVkuTIzuHaATCdcrlw/viewform?usp=sf_link" |
81 |
| - >Google forms</a> |
82 |
| - (private) |
83 |
| - </li> |
84 |
| - <li><a href=" mailto:[email protected]" >Email </a> (private) </li> |
85 |
| - </ul> |
86 |
| - </details> |
| 32 | + <header> |
| 33 | + <h1 lang="tok">ilo Token</h1> |
| 34 | + </header> |
| 35 | + <main> |
| 36 | + <p> |
| 37 | + <strong>⚠ WARNING:</strong> Work in progress; Some things may not work |
| 38 | + properly. |
| 39 | + </p> |
| 40 | + <p> |
| 41 | + An open-source rule-based Toki Pona to English translator. |
| 42 | + <a |
| 43 | + href="https://github.com/ilo-token/ilo-token.github.io/wiki/Limitations" |
| 44 | + >Limitations</a>. |
| 45 | + </p> |
| 46 | + <p> |
| 47 | + <button id="custom-dictionary-button">Custom Dictionary</button> |
| 48 | + <button id="settings-button">Settings</button> |
| 49 | + </p> |
| 50 | + <textarea |
| 51 | + id="input" |
| 52 | + placeholder="o toki tawa ni" |
| 53 | + lang="tok" |
| 54 | + cols="10" |
| 55 | + rows="1" |
| 56 | + ></textarea> |
| 57 | + <div> |
| 58 | + <button id="translate-button">Translate (Ctrl + Enter)</button> |
| 59 | + </div> |
| 60 | + <noscript> |
| 61 | + <p>This page needs JavaScript enabled for translation.</p> |
| 62 | + </noscript> |
| 63 | + <ul id="output"></ul> |
| 64 | + <p id="error"></p> |
| 65 | + <ul id="error-list"></ul> |
| 66 | + </main> |
87 | 67 | <footer>
|
| 68 | + <details> |
| 69 | + <summary>Provide feedback</summary> |
| 70 | + <ul> |
| 71 | + <li> |
| 72 | + <a href="https://github.com/ilo-token/ilo-token.github.io" |
| 73 | + >GitHub</a> |
| 74 | + (public) (<a |
| 75 | + href="https://github.com/ilo-token/ilo-token.github.io/blob/master/CONTRIBUTING.md" |
| 76 | + >Contributing Instruction</a>) |
| 77 | + </li> |
| 78 | + <li> |
| 79 | + <a |
| 80 | + href="https://conlangsfrom.space/t/ilo-token-a-wip-rule-based-toki-pona-to-english-translator/452" |
| 81 | + >Conlangs from Space</a> |
| 82 | + (public) |
| 83 | + </li> |
| 84 | + <li> |
| 85 | + <a |
| 86 | + href="https://docs.google.com/forms/d/e/1FAIpQLSfdDEMbde9mieybZdbZr8haRzNzGsg0BVkuTIzuHaATCdcrlw/viewform?usp=sf_link" |
| 87 | + >Google forms</a> |
| 88 | + (private) |
| 89 | + </li> |
| 90 | + <li><a href=" mailto:[email protected]" >Email </a> (private) </li> |
| 91 | + </ul> |
| 92 | + </details> |
88 | 93 | <p>
|
89 | 94 | <a
|
90 | 95 | href="https://github.com/ilo-token/ilo-token.github.io/blob/master/CHANGELOG.md"
|
|
0 commit comments