Commit f7d39a0
Make PIA's fullest gloss language the one the WebView shows
Importing PIA looked like it produced no glosses. It had produced them - six
records carried an es gloss - but the platform scans interlinear files in
ordinal path order, that order becomes the project's analysisLanguages, and
the WebView renders only analysisLanguages[0]. Interlinear_en sorted ahead of
Interlinear_es, so the language on screen was the deliberately thin one: two
glossed records, both in verse 1, and nothing at all in verses 2 and 3.
PIA's second gloss language is now fr, so Interlinear_es sorts first and the
es glosses are what the view shows. The thin file keeps its job - it still
overlaps es on two tokens so their records merge, and still reads "daxes" as
a single stem where es reads stem plus suffix, so the parses still conflict.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent b0f5f2e commit f7d39a0
4 files changed
Lines changed: 7 additions & 7 deletions
File tree
- test-data/pt9-projects
- PIA
- Interlinear_fr
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
| 34 | + | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments