Updated the dictionary structure to allow grouping of dictionaries, this is the first step to try to clean up a bit the massive repetitions in dictionaries.
This commit is contained in:
parent
6bb0646f1c
commit
afd3a95a21
22 changed files with 1533 additions and 297 deletions
|
@ -64,7 +64,7 @@ public class DictionaryTableModel extends AbstractTableModel
|
|||
case 0:
|
||||
if (tibetanActivated) return arrayTibetan[row];
|
||||
else return array[row].getWylie();
|
||||
case 1: return array[row].getDef();
|
||||
case 1: return array[row].getDefPreview();
|
||||
default: return array[row].toString();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue