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:
Kumi 2024-05-26 21:01:50 +02:00
parent 9f3e4f3d4a
commit 88bd156316
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -18,7 +18,6 @@ dictionary = {
# Imports / Contexts
"importiere": "import",
"von": "from",
"aus": "from",
"als": "as",
"mit": "with",