vengi-voxel / vengi

free and open source voxel art tools - editor, thumbnailer and format converter
http://vengi-voxel.github.io/vengi/
Other
1.05k stars 87 forks source link

UI: add a translation manager class to the I18N.h file #430

Closed mgerhardy closed 2 months ago

mgerhardy commented 3 months ago

Currently this is only to mark the strings that are being translatable - but there should be an implementation behind it to return the proper translation.

mgerhardy commented 2 months ago

The system now supports translations by directly reading po files with tinygettext. There is now an example po file for a german translation 143425c69c68a88f5a08ac208533a26a7018c505 that was ai translated and will need more work. It's disabled by default for now.

mgerhardy commented 2 months ago

ca911b9555dbe939c9430fab18f7e2c45277456e implemented ui widgets and the ability to change the language at runtime