feat(dictionary): streamline translation mappings
Removed the duplicate translation mapping for "from" in the Deuthon dictionary, consolidating under "aus" to avoid redundancy and enhance consistency. This change streamlines translation mappings, facilitating easier maintenance and clarity in code translation processes.
This commit is contained in:
parent
9f3e4f3d4a
commit
88bd156316
1 changed files with 0 additions and 1 deletions
|
@ -18,7 +18,6 @@ dictionary = {
|
||||||
|
|
||||||
# Imports / Contexts
|
# Imports / Contexts
|
||||||
"importiere": "import",
|
"importiere": "import",
|
||||||
"von": "from",
|
|
||||||
"aus": "from",
|
"aus": "from",
|
||||||
"als": "as",
|
"als": "as",
|
||||||
"mit": "with",
|
"mit": "with",
|
||||||
|
|
Loading…
Reference in a new issue