Carlo

Results 40 comments of Carlo

Hi, I'm managing to translate the interface in Italian. How to test the translation? I have cloned the repo usign git clone to muy local devel and now I have...

Hi Luc, I have managed to translate the V 2.0 file, as a base I have used a diff from the es.js of the v1 and the es.js you kindly...

Hi, Luc, I have checked a little with my configuration and found that some error are left in the files, so after some other work, i have managed to make...

Here some more work on translation: [e3D_it_trans.txt](https://github.com/luc-github/ESP3D-WEBUI/files/4758899/e3D_it_trans.txt) Some lines are missing, I have modified all the accented characters with the html convention é and so on. What is the proper...

I think that is caused by the fact that a "filename" could be used internally as a Python variable, and Python variables should have not a number as starting character,...

I could make something, but I haven't catch what should be done, make a working example? Regards Carlo D.

Ok found a viable way, this is something relevant, as the first line is not telling the truth as find is not digging deep in the tree. so using: `...

@luzpaz Please could you correct the title, many is the correct workd "may" is somewhat earlier as we are in February :-D

Big ones are for FC itself: ``` 9,8M ./squashfs-root/usr/Mod/Fem/femexamples/meshes/__pycache__ 11M ./squashfs-root/usr/Mod/Arch/__pycache__ 12M ./squashfs-root/usr/Mod/Draft/__pycache__ ``` Around 30MB only this three Quoted from a forum: [](https://stackoverflow.com/posts/57415054/timeline)26 If you need a permanent solution...

From some research I found that usually doing: ``` # Remove __pycache__ folders and .pyc files find . -path "*/__pycache__/*" -delete ``` Is safe, blindly removing all the `pyc` files...