Skip to content

Commit

Permalink
update concepticon app version
Browse files Browse the repository at this point in the history
  • Loading branch information
lingulist committed Jun 8, 2021
1 parent aee6c84 commit 7e96986
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<html>
<head>
<title>Concepticon Lookup</title>
<title>Concepticon Lookup (Version 2.5)</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<script src="concepticon.js" type="text/javascript"></script>
<script src="data/data.js" type="text/javascript"></script>
Expand All @@ -26,7 +26,7 @@

</style>
<body>
<h1>Concepticon Lookup</h1>
<h1>Concepticon Lookup (Version 2.5)</h1>
<form action="">
<input type="radio" name="language" onchange="Concepticon.language='en';document.getElementById('language').innerHTML='English'" value="en" checked>English</br>
<input type="radio" name="language" onchange="Concepticon.language='de';document.getElementById('language').innerHTML='German'" value="de">German</br>
Expand Down
5 changes: 2 additions & 3 deletions mappings/map-en.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -2858,7 +2858,7 @@ ID GLOSS PRIORITY
2755 BUSY///busy (adjective) 7
2755 BUSY///busy (be v) 1
3843 BUT///But 1
3843 BUT///but 9
3843 BUT///but 10
3843 BUT///but, however 1
2569 BUTCHER///butcher 3
2569 BUTCHER///butcher (n) 1
Expand Down Expand Up @@ -2894,10 +2894,9 @@ ID GLOSS PRIORITY
1869 BUY///Buy 1
1869 BUY///Buys st. 1
1869 BUY///I buy 1
1869 BUY///but 1
1869 BUY///buy 45
1869 BUY///buy (vt) 1
1869 BUY///to buy 76
1869 BUY///to buy 75
1869 BUY///to buy cloth 1
1865 BUZZARD///BUZZARD 1
1865 BUZZARD///Buzzard 1
Expand Down

0 comments on commit 7e96986

Please sign in to comment.