Skip to content

Commit

Permalink
New Ithkuil v1.3, Ithkapp v1.5.0
Browse files Browse the repository at this point in the history
Updates to Ithkapp as required:
- Ca substitutions have been updated
- Slot IV values for affix-as-root words now shows Context instead of Specification
- CAR carrier-end adjunct has been relabeled to END
- MTH register adjunct has been renamed and CGT now has a new value
- Suppletive Adjuncts now have an official three-letter shorthand (CAR, QUO, NAM, PHR)
- Mood/Case-scope adjuncts have been eliminated
All other updates are irrelevant to this software
  • Loading branch information
chromonym committed Jan 24, 2023
1 parent 308a25d commit 312ac60
Show file tree
Hide file tree
Showing 11 changed files with 39 additions and 61 deletions.
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><!--[if IE]><link rel="icon" href="/ithkapp/favicon.ico"><![endif]--><link rel="apple-touch-icon" sizes="180x180" href="/ithkapp/apple-touch-icon.png"><script src="https://kit.fontawesome.com/719ae0144d.js" crossorigin="anonymous"></script><script defer="defer" src="/ithkapp/js/chunk-vendors.9286022d.js"></script><script defer="defer" src="/ithkapp/js/app.5c520568.js"></script><link href="/ithkapp/css/app.3110144d.css" rel="stylesheet"><link rel="icon" type="image/svg+xml" href="/ithkapp/img/icons/favicon.svg"><link rel="icon" type="image/png" sizes="32x32" href="/ithkapp/img/icons/favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="/ithkapp/img/icons/favicon-16x16.png"><link rel="manifest" href="/ithkapp/manifest.json"><meta name="theme-color" content="#edf3f5"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-status-bar-style" content="default"><meta name="apple-mobile-web-app-title" content="Ithkapp"><link rel="apple-touch-icon" href="/ithkapp/img/icons/apple-touch-icon-152x152.png"><link rel="mask-icon" href="/ithkapp/img/icons/safari-pinned-tab.svg" color="#edf3f5"><meta name="msapplication-TileImage" content="/ithkapp/img/icons/msapplication-icon-144x144.png"><meta name="msapplication-TileColor" content="#edf3f5"></head><body><noscript><strong>We're sorry but ithkapp doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>
<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><!--[if IE]><link rel="icon" href="/ithkapp/favicon.ico"><![endif]--><link rel="apple-touch-icon" sizes="180x180" href="/ithkapp/apple-touch-icon.png"><script src="https://kit.fontawesome.com/719ae0144d.js" crossorigin="anonymous"></script><script defer="defer" src="/ithkapp/js/chunk-vendors.9286022d.js"></script><script defer="defer" src="/ithkapp/js/app.77bd15df.js"></script><link href="/ithkapp/css/app.3110144d.css" rel="stylesheet"><link rel="icon" type="image/svg+xml" href="/ithkapp/img/icons/favicon.svg"><link rel="icon" type="image/png" sizes="32x32" href="/ithkapp/img/icons/favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="/ithkapp/img/icons/favicon-16x16.png"><link rel="manifest" href="/ithkapp/manifest.json"><meta name="theme-color" content="#edf3f5"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-status-bar-style" content="default"><meta name="apple-mobile-web-app-title" content="Ithkapp"><link rel="apple-touch-icon" href="/ithkapp/img/icons/apple-touch-icon-152x152.png"><link rel="mask-icon" href="/ithkapp/img/icons/safari-pinned-tab.svg" color="#edf3f5"><meta name="msapplication-TileImage" content="/ithkapp/img/icons/msapplication-icon-144x144.png"><meta name="msapplication-TileColor" content="#edf3f5"></head><body><noscript><strong>We're sorry but ithkapp doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>
2 changes: 0 additions & 2 deletions dist/js/app.5c520568.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/js/app.5c520568.js.map

This file was deleted.

2 changes: 2 additions & 0 deletions dist/js/app.77bd15df.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/js/app.77bd15df.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/service-worker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/service-worker.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ithkapp",
"version": "1.4.1",
"version": "1.5.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
1 change: 0 additions & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<span @click="switchWordType('modular')" :class="{active: wordType == 'modular'}">Modular</span>
<span @click="switchWordType('register')" :class="{active: wordType == 'register'}">Register</span>
<span @click="switchWordType('suppletive')" :class="{active: wordType == 'suppletive'}">Suppletive</span>
<span @click="switchWordType('mcs')" :class="{active: wordType == 'mcs'}">Mood/Case-Scope</span>
<span @click="switchWordType('bias')" :class="{active: wordType == 'bias'}">Bias</span>
</div>
</div>
Expand Down
Loading

0 comments on commit 312ac60

Please sign in to comment.