mirror of https://github.com/arendst/Tasmota.git
Change Spanish Argentina to Spanish Spain (#5565)
Change Spanish Argentina to Spanish Spain (#5565)
This commit is contained in:
parent
a380eb9566
commit
7f590e62f3
|
@ -347,7 +347,7 @@ board = ${common.board}
|
||||||
board_build.flash_mode = ${common.board_build.flash_mode}
|
board_build.flash_mode = ${common.board_build.flash_mode}
|
||||||
board_build.f_cpu = ${common.board_build.f_cpu}
|
board_build.f_cpu = ${common.board_build.f_cpu}
|
||||||
build_unflags = ${common.build_unflags}
|
build_unflags = ${common.build_unflags}
|
||||||
build_flags = ${common.build_flags} -DMY_LANGUAGE=es-AR
|
build_flags = ${common.build_flags} -DMY_LANGUAGE=es-ES
|
||||||
monitor_speed = ${common.monitor_speed}
|
monitor_speed = ${common.monitor_speed}
|
||||||
upload_port = ${common.upload_port}
|
upload_port = ${common.upload_port}
|
||||||
upload_resetmethod = ${common.upload_resetmethod}
|
upload_resetmethod = ${common.upload_resetmethod}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
es-AR.h - localization for Spanish - Argentina for Sonoff-Tasmota
|
es-ES.h - localization for Spanish - Spain for Sonoff-Tasmota
|
||||||
|
|
||||||
Copyright (C) 2019 Adrian Scillato
|
Copyright (C) 2019 Adrian Scillato
|
||||||
|
|
||||||
|
@ -17,8 +17,8 @@
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _LANGUAGE_ES_AR_H_
|
#ifndef _LANGUAGE_ES_ES_H_
|
||||||
#define _LANGUAGE_ES_AR_H_
|
#define _LANGUAGE_ES_ES_H_
|
||||||
|
|
||||||
/*************************** ATTENTION *******************************\
|
/*************************** ATTENTION *******************************\
|
||||||
*
|
*
|
||||||
|
@ -33,7 +33,7 @@
|
||||||
|
|
||||||
#define LANGUAGE_MODULE_NAME // Enable to display "Module Generic" (ie Spanish), Disable to display "Generic Module" (ie English)
|
#define LANGUAGE_MODULE_NAME // Enable to display "Module Generic" (ie Spanish), Disable to display "Generic Module" (ie English)
|
||||||
|
|
||||||
#define LANGUAGE_LCID 11274
|
#define LANGUAGE_LCID 1034
|
||||||
// HTML (ISO 639-1) Language Code
|
// HTML (ISO 639-1) Language Code
|
||||||
#define D_HTML_LANGUAGE "es"
|
#define D_HTML_LANGUAGE "es"
|
||||||
|
|
||||||
|
@ -653,4 +653,4 @@
|
||||||
#define D_UNIT_KWARH "kVArH"
|
#define D_UNIT_KWARH "kVArH"
|
||||||
#define D_UNIT_ANGLE "Grados"
|
#define D_UNIT_ANGLE "Grados"
|
||||||
|
|
||||||
#endif // _LANGUAGE_ES_AR_H_
|
#endif // _LANGUAGE_ES_ES_H_
|
|
@ -204,7 +204,7 @@
|
||||||
//#define MY_LANGUAGE de-DE // German in Germany
|
//#define MY_LANGUAGE de-DE // German in Germany
|
||||||
//#define MY_LANGUAGE el-GR // Greek in Greece
|
//#define MY_LANGUAGE el-GR // Greek in Greece
|
||||||
//#define MY_LANGUAGE en-GB // English in Great Britain. Enabled by Default
|
//#define MY_LANGUAGE en-GB // English in Great Britain. Enabled by Default
|
||||||
//#define MY_LANGUAGE es-AR // Spanish in Argentina
|
//#define MY_LANGUAGE es-ES // Spanish in Spain
|
||||||
//#define MY_LANGUAGE fr-FR // French in France
|
//#define MY_LANGUAGE fr-FR // French in France
|
||||||
//#define MY_LANGUAGE he-HE // Hebrew in Israel
|
//#define MY_LANGUAGE he-HE // Hebrew in Israel
|
||||||
//#define MY_LANGUAGE hu-HU // Hungarian in Hungary
|
//#define MY_LANGUAGE hu-HU // Hungarian in Hungary
|
||||||
|
|
Loading…
Reference in New Issue