Add Turkish language file

Add Turkish language file (#3332)
This commit is contained in:
Theo Arends 2018-07-26 10:57:59 +02:00
parent 9ba9f68609
commit 34769099d1
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,5 @@
/* 6.1.1c
* Add Turkish language file (#3332)
* Fix command TimeDst/TimeStd invalid JSON (#3322)
* Fix possible WDT due to long MQTT publish handling (#3313)
* Fix CCS811 temperature and humidity compensation

View File

@ -199,6 +199,7 @@
//#define MY_LANGUAGE pt-BR // Portuguese in Brazil
//#define MY_LANGUAGE pt-PT // Portuguese in Portugal
//#define MY_LANGUAGE ru-RU // Russian in Russia
//#define MY_LANGUAGE tr-TR // Turkish in Turkey
//#define MY_LANGUAGE uk-UK // Ukrainian in Ukrain
//#define MY_LANGUAGE zh-CN // Chinese (Simplified) in China
//#define MY_LANGUAGE zh-TW // Chinese (Traditional) in Taiwan
@ -274,7 +275,7 @@
#define USE_SHT // Enable SHT1X sensor (+1k4 code)
#define USE_HTU // Enable HTU21/SI7013/SI7020/SI7021 sensor (I2C address 0x40) (+1k5 code)
#define USE_BMP // Enable BMP085/BMP180/BMP280/BME280 sensor (I2C address 0x76 or 0x77) (+4k code)
#define USE_BME680 // Enable support for BME680 sensor using Bosch BME680 library (+4k code)
// #define USE_BME680 // Enable support for BME680 sensor using Bosch BME680 library (+4k code)
#define USE_BH1750 // Enable BH1750 sensor (I2C address 0x23 or 0x5C) (+0k5 code)
// #define USE_VEML6070 // Enable VEML6070 sensor (I2C addresses 0x38 and 0x39) (+0k5 code)
// #define USE_ADS1115 // Enable ADS1115 16 bit A/D converter (I2C address 0x48, 0x49, 0x4A or 0x4B) based on Adafruit ADS1x15 library (no library needed) (+0k7 code)