diff --git a/src/morphodict/site/settings.py b/src/morphodict/site/settings.py index 9d73f816a..756f16f28 100644 --- a/src/morphodict/site/settings.py +++ b/src/morphodict/site/settings.py @@ -402,7 +402,7 @@ def defaultDatabasePath(): # An optional list of tags used for the phrase translation stage, useful for prototyping in new languages -DEFAULT_TARGET_LANGUAGE_PHRASE_TAGS : Optional[tuple[str, ...]]= tuple() +DEFAULT_TARGET_LANGUAGE_PHRASE_TAGS: Optional[tuple[str, ...]] = tuple() # Used for the bulk search API SPEECH_DB_EQ = ["_"] diff --git a/src/stoeng/site/settings.py b/src/stoeng/site/settings.py index 2def041b9..96c7b9f83 100644 --- a/src/stoeng/site/settings.py +++ b/src/stoeng/site/settings.py @@ -45,7 +45,7 @@ STRICT_ANALYZER_FST_FILENAME = RELAXED_ANALYZER_FST_FILENAME STRICT_GENERATOR_FST_FILENAME = "generator-gt-dict-norm.hfstol" -FST_TOOL_SAMPLES = [ "yúda", "myudad" ] +FST_TOOL_SAMPLES = ["yúda", "myudad"] # Without this, importjson by default will not attempt to add inflected definitions using phrase translation. MORPHODICT_SUPPORTS_AUTO_DEFINITIONS = True