Skip to content

PinguinoIDE/pinguino-multilanguage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pinguino-multilanguage

Multilanguage support for Pinguino IDE

Generate/update translation files (.ts)

add languange, e.g. Espanish (es):

$ python gents.py es

this must generate/update pinguino_es.ts

add languange, e.g. Brazilian Portuguese (pt_BR):

$ python gents.py pt_BR

this must generate/update pinguino_pt_BR.ts

Translate files

Now you have your translation files ready to be used with Qt Linguist ([you can follow tutorial] (https://qt-project.org/doc/qt-5/linguist-translators.html)). Load the .ts file, double click entries and type the translation, click the ? icon to mark them as finished.

Test translation on Pinguino IDE

In Qt Linguist do File -> Release to compile a new .qm file. Copy this file into multilanguage directory and run Pinguino IDE.

How to add your translations to official Pinguino IDE?

Fork this repository, follow the steps above and do pull request. Don't forget sign credits.txt with your name.

About

Multilanguage support for Pinguino IDE

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages