6 ms·
https://mapsofmind.com https://mapsofmind.com Django - channels - celery Another project to be launched soon that uses a similar stack. Just waiting on stripe
by pk78 6y ago
https://mapsofmind.com https://mapsofmind.com
Django - channels - celery
Another project to be launched soon that uses a similar stack. Just waiting on stripe activation.
- aweb 6y agoFYI, you website is displayed to me in French (makes sense, I am!). However, the problem is that the French translation is quite poor and I can't seem to find a way to switch to English? Sorry, didn't want to criticize what seems to be a cool service but I thought you should know!
- pk78 6y agoHey! Sorry for the late response. By default only English was available but I found a lot of my users we from France, so I added the French language support using Google translate - that's why the translation is poor. I'll try to add a way to switch locale to English or do you think it's better to keep just English as the only language till I can get other languages translated professionally? Edit: Added language dropdown on the top-right of the landing page.
- aweb 6y agoHi! Thanks for taking into account my request, I appreciate it! Just wanted to warn you that I unfortunately have a CSRF error when trying to switch the language.
- pk78 6y ago-removed comment- Edit: It still appears to be an issue - I'll post an update here after I fully fixed it.
- deleted 6y ago[deleted]
- pk78 6y agoReplying to my own comment to update on the issue: The issue seems to be related to session-id and CSRF token not being correct. Unfortunately, I would need to try a clean install (I probably messed with some Django settings) and test again which I can't do right now due to other work that I have. So, for now, I've just disabled fr locale totally - meaning, you will only see the website in English. Since you mentioned that the translation is bad, I'm not sure how helpful it will be to just leave a bad translation as default. Sorry about this!
- jamesdvance 6y agoThats an excellent landing page. Are you using React?
- pk78 6y agoHey! I just saw your reply. No, I don't use any framework (still haven't had the time to learn any) - it's just ES5.