mbg033 / monero-gui

Monero: the secure, private, untraceable cryptocurrency
Other
12 stars 6 forks source link

project file: update/compile translation files automatically with make #23

Closed mbg033 closed 8 years ago

skironDotNet commented 8 years ago

Let me know if I can participate in translation to Polish. Great work btw.

mbg033 commented 8 years ago

Thanks, that would be helpful. Just added Polish translation file

mbg033 commented 8 years ago

Sorry, closed issue before replied

skironDotNet commented 8 years ago

Should I get the permission to commit to master or get a brunch or should I fork and then you'll merge of fork?

mbg033 commented 8 years ago

Please fork, create pull request and I'll merge

skironDotNet commented 8 years ago

Because some of the translations are UI context dependable I may initially provide not quite exact translations. Once I'll figure out how to compile it on Windows I'll be able to apply revisions by looking at the UI.

mbg033 commented 8 years ago

I'll try to complete "Compiling" section soon, but in general, it supposed to be built with MSYS2 environment, mostly because of bitmonero (libwallet_merged) dependency. Probably Qt packaged by qt.io (mingw version) can be used to build and link the app, but libwallet_merged lib still needs to be built under MSYS2 and it also depends on boost, so it seems MSYS2 is an easier option. I do the development under Linux, switching to Windows to check the build periodically.

"get_libwallet_api.sh" is the helper script that builds libwallet dependency.