Hi all: I'm working on a project to easily generate the CMake scripts for any Vala project, and found that the CMake Vala scripts for internationalization has two little bugs:
* uses the C language for processing the vala source code, when the C# would be better * it doesn't check the glade's .ui files I modified the Translations.cmake file to support both things (and still can search .c files too), but I'm not sure where should I upload the diff. The github repo from Jakob Westhoff seems to be outdated compared to the file available at http://ubuntuone.com/p/1F3R/ Thanks. -- Nos leemos RASTER (Linux user #228804) [email protected] http://www.rastersoft.com -- Mailing list: https://launchpad.net/~elementary-dev-community Post to : [email protected] Unsubscribe : https://launchpad.net/~elementary-dev-community More help : https://help.launchpad.net/ListHelp

