n0xa / m5stick-nemo

M5 Stick C firmware for high-tech pranks
Other
731 stars 148 forks source link

Localization problem #193

Closed Dlazder closed 2 weeks ago

Dlazder commented 1 month ago

Hello, I wanted to create a localization into Russian, just to contribute to the project. But I ran into some problems. I added a couple of words and the compilation was successful ( but there were problems with the encoding, I received ▯ instead of normal characters) image

And when I subsequently added words, I encountered an error.

C:\Users\user\Desktop\m5stick-nemo\m5stick-nemo.ino:587:1: error: initializer-string for array of chars is too long [-fpermissive]
 };
 ^
C:\Users\user\Desktop\m5stick-nemo\m5stick-nemo.ino:587:1: error: initializer-string for array of chars is too long [-fpermissive]

exit status 1

Compilation error: initializer-string for array of chars is too long [-fpermissive]

I'm not at all familiar with the C language. I hope someone can help me with this.