From 009429567c5dca692ebceefcb324847d0e63f907 Mon Sep 17 00:00:00 2001 From: Cedar Grove Maker Studios Date: Sun, 5 Feb 2023 20:38:30 -0800 Subject: [PATCH] =?UTF-8?q?add=20Espa=C3=B1ol=20(Spanish)=20translation=20?= =?UTF-8?q?helper?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cedargrove_airqualitytools/translate/english_to_espanol.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cedargrove_airqualitytools/translate/english_to_espanol.py b/cedargrove_airqualitytools/translate/english_to_espanol.py index 2348017..69ddb49 100644 --- a/cedargrove_airqualitytools/translate/english_to_espanol.py +++ b/cedargrove_airqualitytools/translate/english_to_espanol.py @@ -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 \ No newline at end of file + return english_phrase