Skip to content

Commit

Permalink
fix: language templates not working with new dictionary style
Browse files Browse the repository at this point in the history
  • Loading branch information
BrewingWeasel committed Jul 23, 2024
1 parent f5038a1 commit f169b09
Showing 1 changed file with 23 additions and 17 deletions.
40 changes: 23 additions & 17 deletions data/language_templates/lithuanian.toml
Original file line number Diff line number Diff line change
@@ -1,23 +1,29 @@
# Indo-European | Baltic | Full Support
model = "lt"
dicts = [
[
"Main",
{ t = "EkalbaBendrines" },
],
[
"Secondary",
{ t = "EkalbaDabartines" },
],
[
"Lithuanian Wiktionary",
{ t = "Wiktionary", c = [
"en",
"Lithuanian",
] },
],
]
frequency_list = true
spyglys_details = true
run_on_lemmas = ["remove_universal_prefix"]
suggest_on_lemmas = ["root_verb", "unreflexify", "remove_verb_prefix"]

[[dicts]]
name = "Main"
fetch_by_default = true

[dicts.specific_settings]
t = "EkalbaBendrines"

[[dicts]]
name = "Secondary"
run_when_not = "Main"
fetch_by_default = true

[dicts.specific_settings]
t = "EkalbaDabartines"

[[dicts]]
name = "Lithuanian Wiktionary"
fetch_by_default = false

[dicts.specific_settings]
t = "Wiktionary"
c = ["en", "Lithuanian"]

0 comments on commit f169b09

Please sign in to comment.