On 02/11/18 18:34, Federico Torresan wrote:
Hi Everybody.. 

Im working with Linuxcnc
wrong forum!
installed in beaglebone black but Id like to traslate the main interface
which is what?
into italian language.. 

is it possible doing it without recompile the source.. Are there some file for editing the strings??


Assuming you mean machinekit and are using Axis or tklinuxcnc you can, as per the linuxcnc wiki
http://wiki.linuxcnc.org/cgi-bin/wiki.pl?Internationalization
albeit this is old and refers to some files that no longer exist.

Also see https://github.com/machinekit/machinekit/blob/master/src/po/README

But no, you cannot do it without some rebuilding

Also, a brief glance at the pre-existing it.po
https://github.com/machinekit/machinekit/blob/master/src/po/it.po
shows that some of its line numbers, do not match that of the string referenced, so all of it needs to be checked or it won't work.

I suspect that lots of code changes made took no account of translation files or indeed the base english version, from which translations should be made.
It is highly likely that many line numbers are wrong.

It may or may not be worth the effort



Thanks in advance..  
--
website: http://www.machinekit.io blog: http://blog.machinekit.io github: https://github.com/machinekit
---
You received this message because you are subscribed to the Google Groups "Machinekit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
Visit this group at https://groups.google.com/group/machinekit.
For more options, visit https://groups.google.com/d/optout.

--
website: http://www.machinekit.io blog: http://blog.machinekit.io github: https://github.com/machinekit
---
You received this message because you are subscribed to the Google Groups "Machinekit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
Visit this group at https://groups.google.com/group/machinekit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to