From 7cd9c9496cbb4ba8984768462dd453bd906efa8e Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Tue, 22 Aug 2023 17:59:28 +0200 Subject: [PATCH] New translations en_US.h (Portuguese, Brazilian) --- src/lang/pt_BR.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/lang/pt_BR.h b/src/lang/pt_BR.h index b4fe9601..3c765fb9 100644 --- a/src/lang/pt_BR.h +++ b/src/lang/pt_BR.h @@ -1,3 +1,6 @@ +// This translation file is maintained on https://crowdin.com/project/openhasp/ +// Do not edit directly! + #ifndef HASP_LANG_PT_BR_H #define HASP_LANG_PT_BR_H @@ -209,7 +212,6 @@ #define D_WIFI_RSSI_WEAK "Weak" #define D_WIFI_RSSI_BAD "Very bad" -// Overrides #define D_GPIO_SWITCH "Switch" #define D_GPIO_BUTTON "Push Button" #define D_GPIO_TOUCH "Capacitive Touch"