Merge branch 'dev' into dev

This commit is contained in:
discip
2024-11-08 00:09:04 +01:00
committed by GitHub
61 changed files with 1178 additions and 147 deletions

View File

@@ -203,9 +203,9 @@ def get_letter_counts(defs: dict, lang: dict, build_version: str) -> Dict:
"""From the source definitions, language file and build version; calculates the ranked symbol list
Args:
defs (dict): _description_
lang (dict): _description_
build_version (str): _description_
defs (dict): Definitions
lang (dict): Language lookup
build_version (str): The build version id to ensure its letters are included
Returns:
Dict: _description_