Open GoogleCodeExporter opened 9 years ago
This has cropped up from time to time.
eePe is built with Qt which has a lot of tools for handling languages. ER9x
OTOH is a custom embedded system. It's not impossible to make it
"translatable" but it does require quite a lot of work.
What I plan on doing is create a separate header file with all the strings.
We'll be able to edit that file and change certain strings to accommodate
different languages. Lot's of work but it is an issue which I'd like to solve!
Original comment by erezra...@gmail.com
on 21 Dec 2010 at 7:03
As an exercise, I've extracted all the char strings in er9x.
There are approximately 223 different strings.
I attach the file with my results.
Original comment by paris...@gmail.com
on 21 Dec 2010 at 1:18
Attachments:
Excellent!
How did you manage to do that?
Original comment by erezra...@gmail.com
on 21 Dec 2010 at 4:11
grep's your friend. :-)
But no, I did that using a Windows text editor.
I've already extracted the strings from frsky.cpp to put them in the header
file.
It's no as easy as I thought, maybe a sed procedure can do the work more
quickly.
Original comment by paris...@gmail.com
on 21 Dec 2010 at 7:32
Original issue reported on code.google.com by
waral...@hotmail.fr
on 20 Dec 2010 at 4:39