Facundo Olano

Results 105 comments of Facundo Olano

If you are a developer then yes, you probably have jre (although I know devs that specifically avoid to have it). But you generally want non developers to play your...

This could maybe be achieved by reimplementing the way save/load work. Instead of trying to save the state, keep track of all inputs of the user, and reproduce them on...

delaying this until translations work again.

Hi, nice to see your interest on the library. I have rewritten big chunks of the library since I first implemented the gettext integration, so I'm not really sure how...

If that doesn't work another option is to clone this repo, and update the default dictionary pointed in this line: https://github.com/facundoolano/advenjure/blob/master/src/advenjure/gettext/core.cljc#L7

yeah the atom is not a problem. I originally used a dynamic binding because gettext was extracted as its own library, and it was only meant to be used in...

Yeah definitely we're short on documentation (it's planned here #19).

@CharlesHD merged your second solution. Also created #44 to fix what you pointed about the keys being outdated. If you end up making your translations to french, please send a...

I'm reopening this, since my fix seems to have broken the cljs version

I don't think we can hack our way out of this without rethinking the problem, the whole gettext thing was structured around the idea of pointing to a var from...