Cecilio Salmeron

Results 90 comments of Cecilio Salmeron

I have started to document the Lomse API. If you would like to understand how Lomse generates sounds please see this http://lenmus.github.io/lomse/sound_generation.html

> I'm working on the french translation of lenmus Glad to know. Thank you very much !!! . To see the results of your translation: - For the GUI, first,...

I didn't realize that I have not updated the _lenmus_fr.po_ file after the last release so the _lenmus_fr.po_ file in the repo do not contain the latest strings. But po...

> PoEdit cannot open the po files. The content of the po files is identical to the mo files ... Please download the PO file from here https://github.com/lenmus/lenmus/blob/master/locale/fr/lenmus_fr.po You do...

As commented by @trebmuh you need to install the "libxml2-dev" package. Langtool is a mess. At first, I used HTML, then XML, also some markup language. But I never cleaned...

@fred555547 > I've installed the v5.6.2 from Ubuntu snap I have not created a snap package !!! > You must notice that the files are in /usr/share/lenmus/... I've re-checked and...

### How to use langtool to generate the translated eBook When the PO file is translated, verify, generate the MO file and leave it in '_langtool/locale/xx_' Now run langtool. You...

To build, the simples approach is to open a command window and do: ``` cd /langtool mkdir mybuild cd mybuild cmake -DLIBXML2_LIBRARIES=/usr/lib/x86_64-linux-gnu/libxml2.so.2 .. make ``` Change `/usr/lib/x86_64-linux-gnu/libxml2.so.2` by the path...

If you do ``` wget https://github.com/lenmus/lenmus/blob/master/locale/fr/lenmus_fr.po ``` This will download the HTML page not the file! To download the file you need to download the raw content (what you see...

In my computer I do not have libxml2-dev installed, only libxml2. After investigating how can I build without libxml2-dev (the headers) the answer is that langtool uses wxXml2, a wxWidgets...