fossasia / open-event-frontend

The frontend for the Open Event API Server https://test.eventyay.com
https://eventyay.com
Apache License 2.0
2.34k stars 1.82k forks source link

Add gettext to docs/installation/local.md #9170

Open chase-west opened 8 months ago

chase-west commented 8 months ago

Is your feature request related to a problem? Please describe. It was difficult for me to find that gettext was needed to be manually downloaded on windows.

Describe the solution you'd like Add info to get gettext in the local installation instructions.

Describe alternatives you've considered Make it more obvious in terminal.

noobyco commented 8 months ago

Did you encounter gettext error while running /scripts/l10n.js script on your Windows machine? The instruction is already there for mac user.

image
chase-west commented 8 months ago

Yes it was on windows. I'm aware the instruction is available for mac but I couldn't find anything on this repo about the windows installation for gettext.

noobyco commented 8 months ago

Yes it was on windows. I'm aware the instruction is available for mac but I couldn't find anything on this repo about the windows installation for gettext.

Got it! can you share the gettext error you encountered on your windows system so that I can have better clarity to fix that and add that solution to the docs.

chase-west commented 8 months ago

image This is displayed in the terminal after it is found that gettext is not installed and asks to automatically install it. Unfortunately, this does not work on windows and that is only mentioned much higher in the terminal here image For someone like me who doesn't have a large terminal size it wasn't obvious that i was supposed to scroll and find this. Therefore, I think that this should be put in the actual documentation similarly to the mac documentation. I could do this if you'd like.