Skip to content

Commit

Permalink
[#264,#241,#230][KELLIA/HTML] Add "type" Class for Dialect Highlighting.
Browse files Browse the repository at this point in the history
This is a followup to 7f6f726. We added
the classes for the spellings and the dialect codes, but not types!
  • Loading branch information
pishoyg committed Oct 9, 2024
1 parent 22a53b9 commit 514f5f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dictionary/kellia.uni-goettingen.de/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def pishoy_tr(self) -> str:
pairs = [
(f"orth spelling {self._geo}", self._orth),
(f"geo dialect {self._geo}", self._geo),
("gram_grp", self._gram_grp),
(f"gram_grp type {self._geo}", self._gram_grp),
]
content = map(
lambda pair: f'<td class="{pair[0]}">{pair[1]}</td>',
Expand Down

0 comments on commit 514f5f2

Please sign in to comment.