 andimikandGitHub
|
59434f6101
|
Update language.h OIRT, German
changed to kHz instead of K
|
2023-06-26 23:04:49 +02:00 |
|
 andimikandGitHub
|
392767e62c
|
Unhide dots on German Umlaut O
`Ö` is now displayed as `Ö` and no more as `O` due to cropping.
|
2023-06-21 21:34:57 +02:00 |
|
 andimikandGitHub
|
b08dff08b9
|
Update German and compilation fix
- updated German texts
- fixed compilation error `initializer-string for array of chars is too long [-fpermissive]` by checking the end strings:
```
$ more language.h | grep -v ,
// [number of languages][number of texts][max. length of text]
static const char myLanguage[9][68][78] = {
"Audio output"
"Audio uitgang"
"Audio output"
"Audio izlaz"
"Απαλοιφή θορύβου FM"
"Έξοδος ήχου"
"Audio output"
"Audioausgabe"
"Audio output"
"Audio output"
};
```
|
2023-06-21 18:59:18 +02:00 |
|
 andimikandGitHub
|
9f5fcfe8d8
|
shorter German texts
|
2023-06-16 22:52:49 +02:00 |
|
 andimikandGitHub
|
2d0efd2434
|
Update German with WiFi texts
|
2023-06-16 18:16:59 +02:00 |
|
 andimikandGitHub
|
bfa9a96d54
|
Added German translation
first attempt
|
2023-06-10 01:24:15 +02:00 |
|