Skip to content

Commit

Permalink
add Español (Spanish) translation helper
Browse files Browse the repository at this point in the history
  • Loading branch information
CedarGroveStudios committed Feb 6, 2023
1 parent acd37f1 commit 0094295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cedargrove_airqualitytools/translate/english_to_espanol.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ def interpret(enable=True, english_phrase=""):
if enable:
if english_phrase in ENG_ESPANOL:
return ENG_ESPANOL[english_phrase]
return english_phrase
return english_phrase

0 comments on commit 0094295

Please sign in to comment.