fontainejp / blocklino

A mini development environment for free and open source graphic language
http://fontainejp.github.io
Creative Commons Zero v1.0 Universal
14 stars 9 forks source link

fix little bug translation #7

Closed cparrapa closed 4 years ago

cparrapa commented 4 years ago

Hi @fontainejp Thanks i find the bug here and fixed, the problem is now for French it shows in English. :S

fontainejp commented 4 years ago

Hi, sorry but it's not a good alternative i think this week i made a commit to fix it ;-)

cparrapa commented 4 years ago

Hi Yes not the best way to have the translations. Is it possible to make the software for MAC or Linux as well?

fontainejp commented 4 years ago

it's possible to do it but i don't have mac(or linux) to test it. Perhaps with a virtual machine when i will have time... see here --> https://www.electron.build/ for details and change options in package.json probably something like that build --mac "dmg": { "contents": [ { "x": 240, "y": 150, "type": "link", "path": "/Applications" } ] }, for mac test it and tell me i will modify if it's ok

cparrapa commented 4 years ago

Sounds good i just have no experience packing with electron. How to pass from web to packed?

fontainejp commented 4 years ago

Hi, to understand how it works you must go here --> https://electronjs.org/docs/tutorial/first-app a new release is available (more things are translated but not all)

cparrapa commented 4 years ago

thanks i will give a try