You've already forked TEF6686_ESP32
bulk update
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
#ifndef LANGUAGE_H
|
||||
#define LANGUAGE_H
|
||||
|
||||
// [number of languages][number of texts]
|
||||
#pragma once
|
||||
|
||||
static const char* const myLanguage[22][301] PROGMEM = {
|
||||
{ "English", // English
|
||||
@@ -6669,5 +6666,4 @@ static const char* const myLanguage[22][301] PROGMEM = {
|
||||
"Loggboken har mer än 130 poster, vilket visaren inte kan hantera. Ladda ner CSV för behandling.", // 299
|
||||
"Kanada" // 300
|
||||
}
|
||||
};
|
||||
#endif
|
||||
};
|
||||
Reference in New Issue
Block a user