Skip to main content
ferro
Lead
February 6, 2023
Solved

Text transtlation. How to run translation.rb script.

  • February 6, 2023
  • 3 replies
  • 2909 views

Hi,

the documentation says

"The tool [translations.rb] can be run in the TouchGFX Environment."

What is meant by "TouchGFX Environment" ?

What does the dollar $ sign represent ? Is it a ruby interpreter ? Or some TouchGFX command line tool ?

0693W00000YA4FQQA1.png 

Thank you

This topic has been closed for replies.
Best answer by Osman SOYKURT

Hello ferro,

TouchGFX Environment is a command line tool provided when you install TouchGFX Designer. It does include a Ruby interpreter so that developers can use the scripts of framework.

It can be found in your installation path at : \env\MinGW\msys\1.0\msys.bat

0693W00000YA4QiQAL.png 

/Osman

3 replies

Osman SOYKURT
Osman SOYKURTBest answer
ST Technical Moderator
February 6, 2023

Hello ferro,

TouchGFX Environment is a command line tool provided when you install TouchGFX Designer. It does include a Ruby interpreter so that developers can use the scripts of framework.

It can be found in your installation path at : \env\MinGW\msys\1.0\msys.bat

0693W00000YA4QiQAL.png 

/Osman

ST Software Developer | TouchGFX
ferro
ferroAuthor
Lead
February 6, 2023

Crystal clear, Thanks.

This helped to understand how to run it from command line

"C:\TouchGFX\4.21.1\env\MinGW\msys\1.0\\bin\sh" --login -i

0693W00000YA59nQAD.png

Osman SOYKURT
ST Technical Moderator
February 7, 2023

You're welcome :)

ST Software Developer | TouchGFX