Fix RO compilation

This commit is contained in:
Theo Arends 2020-03-04 12:18:32 +01:00
parent f0a8305b13
commit 46e6c3a796
3 changed files with 5 additions and 3 deletions

View File

@ -113,3 +113,4 @@ The following binary downloads have been compiled with ESP8266/Arduino library c
- Add support for Martin Jerry/acenx/Tessan/NTONPOWER SD0x PWM dimmer switches by Paul Diem (#7791) - Add support for Martin Jerry/acenx/Tessan/NTONPOWER SD0x PWM dimmer switches by Paul Diem (#7791)
- Add support for Jarolift rollers by Keeloq algorithm - Add support for Jarolift rollers by Keeloq algorithm
- Add support for MaxBotix HRXL-MaxSonar ultrasonic range finders by Jon Little (#7814) - Add support for MaxBotix HRXL-MaxSonar ultrasonic range finders by Jon Little (#7814)
- Add support for Romanian language translations by Augustin Marti

View File

@ -8,6 +8,7 @@
- Add support for Jarolift rollers by Keeloq algorithm - Add support for Jarolift rollers by Keeloq algorithm
- Add Zigbee features and improvements and remove support for Zigbee commands starting with ``Zigbee...`` - Add Zigbee features and improvements and remove support for Zigbee commands starting with ``Zigbee...``
- Add support for MaxBotix HRXL-MaxSonar ultrasonic range finders by Jon Little (#7814) - Add support for MaxBotix HRXL-MaxSonar ultrasonic range finders by Jon Little (#7814)
- Add support for Romanian language translations by Augustin Marti
### 8.1.0.9 20200220 ### 8.1.0.9 20200220

View File

@ -1,7 +1,7 @@
/* /*
ro-RO.h - localization for Romanian - Romania and Moldova for Tasmota ro-RO.h - localization for Romanian - Romania and Moldova for Tasmota
Copyright (C) 2020 Theo Arends Copyright (C) 2020 Augustin Marti
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -76,7 +76,7 @@
#define D_COUNTER "Contor" #define D_COUNTER "Contor"
#define D_CT_POWER "Putere Transformată" #define D_CT_POWER "Putere Transformată"
#define D_CURRENT "Curent" // As in Voltage and Current #define D_CURRENT "Curent" // As in Voltage and Current
#define D_DA;TA "Date" #define D_DATA "Date"
#define D_DARKLIGHT "Întunecat" #define D_DARKLIGHT "Întunecat"
#define D_DEBUG "Depanare" #define D_DEBUG "Depanare"
#define D_DISABLED "Dezactivat" #define D_DISABLED "Dezactivat"
@ -520,7 +520,7 @@
#define D_SENSOR_SI7021 "SI7021" #define D_SENSOR_SI7021 "SI7021"
#define D_SENSOR_DS18X20 "DS18x20" #define D_SENSOR_DS18X20 "DS18x20"
#define D_SENSOR_I2C_SCL "I2C SCL" #define D_SENSOR_I2C_SCL "I2C SCL"
#define D_SENSOR_I2C_SDA ; "I2C SDA" #define D_SENSOR_I2C_SDA "I2C SDA"
#define D_SENSOR_WS2812 "WS2812" #define D_SENSOR_WS2812 "WS2812"
#define D_SENSOR_DFR562 "MP3 Player" #define D_SENSOR_DFR562 "MP3 Player"
#define D_SENSOR_IRSEND "IRsend" #define D_SENSOR_IRSEND "IRsend"