Skip to content

Commit

Permalink
Changed name and removed syllabics
Browse files Browse the repository at this point in the history
  • Loading branch information
fbanados committed Jun 3, 2024
1 parent 51fd131 commit 6a1fac2
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/blaeng/site/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
MORPHODICT_SOURCE_LANGUAGE_NAME = "Blackfoot"
MORPHODICT_SOURCE_LANGUAGE_SHORT_NAME = "Blackfoot"

MORPHODICT_LANGUAGE_ENDONYM = "ᓱᖽᐧᖿ"
MORPHODICT_LANGUAGE_ENDONYM = "Siksiká"

MORPHODICT_DICTIONARY_NAME = "sínaakia’tsis"
MORPHODICT_DICTIONARY_NAME = "i’pówahsin"

RELAXED_ANALYZER_FST_FILENAME = "analyser-gt-dict-desc.hfstol"
STRICT_ANALYZER_FST_FILENAME = RELAXED_ANALYZER_FST_FILENAME
Expand All @@ -50,9 +50,5 @@
"default": "Latn",
"available": {
"Latn": {"name": "Latin"},
"Cans": {
"name": "Syllabics",
"converter": "CreeDictionary.CreeDictionary.orthography.to_syllabics",
},
},
}

0 comments on commit 6a1fac2

Please sign in to comment.