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