bulk update

This commit is contained in:
2026-01-05 22:34:51 +01:00
parent 7408bd9eac
commit ec9800d180
18 changed files with 824 additions and 208 deletions

View File

@@ -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
};