Some translation help needed for Italian Firmware

The big one
Post Reply
heinrichsweikamp
Posts: 4376
Joined: Sunday 13. May 2007, 18:07

Some translation help needed for Italian Firmware

Post by heinrichsweikamp »

Hi,

We're currently working on the new release and I'd like to add the support for Italian language to the OSTC4.

Maybe someone can help with real-world translations? Please edit the C file attached. It's easy to understand:

static uint8_t text_EN_Depth[] = "Depth";
static uint8_t text_DE_Depth[] = "Tiefe";
static uint8_t text_FR_Depth[] = "Profondeur";
static uint8_t text_IT_Depth[] = "";
static uint8_t text_ES_Depth[] = "";

-> Missing translation for IT and ES.

Since we have a lot more Italian users then Spanish ones, I think Italian is the priority here but if someone adds Spanish texts, that's would be also very nice.

BTW, OSTC4 code is going to be fully open-source very soon as well. We just need to tidy it up a bit...

Thanks in advance,
Matthias
heinrichsweikamp
Posts: 4376
Joined: Sunday 13. May 2007, 18:07

Re: Some translation help needed for Italian Firmware

Post by heinrichsweikamp »

Here's a first version of the italian translations. Maybe someone can double-check them?

Regards,
Matthias
Claude
Posts: 28
Joined: Wednesday 21. November 2012, 13:00

Re: Some translation help needed for Italian Firmware

Post by Claude »

Hi Matthias,

Here some corrections for french. Sorry for the Word Format but usefull with colors.

Two other suggestions:

- In surface mode, the interval in french is 00j 00h (instead of 00d 00h
- In Sys menu, the format's date is JJMMAA instead of DDMMYY

Many thanks.
Regards

Claude

OSCT4 #398
OSCT4 #550
OSTC2C #8058
Post Reply