We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acd37f1 commit 0094295Copy full SHA for 0094295
cedargrove_airqualitytools/translate/english_to_espanol.py
@@ -42,4 +42,4 @@ def interpret(enable=True, english_phrase=""):
42
if enable:
43
if english_phrase in ENG_ESPANOL:
44
return ENG_ESPANOL[english_phrase]
45
- return english_phrase
+ return english_phrase
0 commit comments