Skip to content

Commit 0094295

Browse files
add Español (Spanish) translation helper
1 parent acd37f1 commit 0094295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cedargrove_airqualitytools/translate/english_to_espanol.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ def interpret(enable=True, english_phrase=""):
4242
if enable:
4343
if english_phrase in ENG_ESPANOL:
4444
return ENG_ESPANOL[english_phrase]
45-
return english_phrase
45+
return english_phrase

0 commit comments

Comments
 (0)